mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
GUI: Amiga rate limit
This commit is contained in:
parent
6faf80b5c6
commit
91d7157b5d
1 changed files with 3 additions and 0 deletions
|
@ -293,6 +293,9 @@ void FurnaceGUI::drawSampleEdit() {
|
||||||
if (sample->samples>131070) {
|
if (sample->samples>131070) {
|
||||||
SAMPLE_WARN(warnLength,"Amiga: maximum sample length is 131070");
|
SAMPLE_WARN(warnLength,"Amiga: maximum sample length is 131070");
|
||||||
}
|
}
|
||||||
|
if (dispatch!=NULL) {
|
||||||
|
MAX_RATE("Amiga",31250.0);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case DIV_SYSTEM_SEGAPCM:
|
case DIV_SYSTEM_SEGAPCM:
|
||||||
case DIV_SYSTEM_SEGAPCM_COMPAT:
|
case DIV_SYSTEM_SEGAPCM_COMPAT:
|
||||||
|
|
Loading…
Reference in a new issue