mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 21:33:56 +02:00
fix when in GUI with no kbd
This commit is contained in:
@@ -210,7 +210,9 @@ int AFILE_OpenFile(const char *filename, int reboot, int diskno, int readonly)
|
||||
//LIBRETRO HACK
|
||||
//#ifndef ANDROID
|
||||
#if !defined(ANDROID) || defined(__LIBRETRO__)
|
||||
UI_is_active = TRUE;
|
||||
CARTRIDGE_SetTypeAutoReboot(&CARTRIDGE_main, UI_SelectCartType(r));
|
||||
UI_is_active = FALSE;
|
||||
#else
|
||||
return (r << 8) | AFILE_ROM;
|
||||
#endif /* ANDROID */
|
||||
|
||||
Reference in New Issue
Block a user