mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +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++;
|
FDSSwitchRequested++;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
if(FDSTimer > 30)
|
if(FDSTimer > 60)
|
||||||
{
|
{
|
||||||
FCEUI_FDSSelect(); // select other side
|
FCEUI_FDSSelect(); // select other side
|
||||||
FCEUI_FDSInsert(0); // insert disk
|
FCEUI_FDSInsert(0); // insert disk
|
||||||
|
Loading…
Reference in New Issue
Block a user