sdl: don't test for fds keys when fds rom isn't loaded
This commit is contained in:
parent
0547ec7af7
commit
14312c7526
|
@ -475,15 +475,15 @@ KeyboardCommands()
|
|||
}
|
||||
|
||||
// Famicom disk-system games
|
||||
//if(gametype==GIT_FDS)
|
||||
//{
|
||||
if(gametype==GIT_FDS)
|
||||
{
|
||||
if(_keyonly(fdsSelectDiskKey)) {
|
||||
FCEUI_FDSSelect();
|
||||
}
|
||||
if(_keyonly(fdsEjectKey)) {
|
||||
FCEUI_FDSInsert();
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
if(_keyonly(screenshotKey)) {
|
||||
FCEUI_SaveSnapshot();
|
||||
|
|
Loading…
Reference in New Issue