mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
increase FDS switch delay
This commit is contained in:
parent
6ee208a9c3
commit
baa2668db4
@ -74,7 +74,7 @@ static void copy_to_xfb() {
|
||||
FDSSwitchRequested++;
|
||||
break;
|
||||
case 2:
|
||||
if(FDSTimer > 30)
|
||||
if(FDSTimer > 60)
|
||||
{
|
||||
FCEUI_FDSSelect(); // select other side
|
||||
FCEUI_FDSInsert(0); // insert disk
|
||||
|
Loading…
Reference in New Issue
Block a user