mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-04 22:34:14 +01:00
fix FDS disk switching
This commit is contained in:
parent
01aea34ca5
commit
14a0cf83d4
@ -1022,6 +1022,9 @@ int FCEU_TextScanlineOffsetFromBottom(int y)
|
||||
|
||||
bool FCEU_IsValidUI(EFCEUI ui)
|
||||
{
|
||||
#ifdef GEKKO
|
||||
return true;
|
||||
#endif
|
||||
switch(ui)
|
||||
{
|
||||
case FCEUI_OPENGAME:
|
||||
|
Loading…
Reference in New Issue
Block a user