Game Boy: ugh
This commit is contained in:
parent
1ecf7dfeca
commit
65b5d3e3b8
|
@ -731,7 +731,8 @@ void DivPlatformGB::setFlags(const DivConfig& flags) {
|
||||||
void DivPlatformGB::setCoreQuality(unsigned char q) {
|
void DivPlatformGB::setCoreQuality(unsigned char q) {
|
||||||
switch (q) {
|
switch (q) {
|
||||||
case 0:
|
case 0:
|
||||||
coreQuality=120;
|
// sorry...
|
||||||
|
coreQuality=64;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
coreQuality=64;
|
coreQuality=64;
|
||||||
|
|
Loading…
Reference in a new issue