Game Boy: I hate your artificial limitations
fixes a DefleMask demo module
This commit is contained in:
parent
51db06298b
commit
92f40774e4
2 changed files with 5 additions and 0 deletions
|
|
@ -573,6 +573,10 @@ void DivPlatformGB::reset() {
|
|||
antiClickWavePos=0;
|
||||
}
|
||||
|
||||
int DivPlatformGB::getPortaFloor(int ch) {
|
||||
return 24;
|
||||
}
|
||||
|
||||
bool DivPlatformGB::isStereo() {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue