android fix
This commit is contained in:
@@ -207,7 +207,9 @@ int AFILE_OpenFile(const char *filename, int reboot, int diskno, int readonly)
|
||||
return AFILE_ERROR;
|
||||
#else /* BASIC */
|
||||
/* r > 0 */
|
||||
#ifndef ANDROID
|
||||
//LIBRETRO HACK
|
||||
//#ifndef ANDROID
|
||||
#if !defined(ANDROID) || defined(__LIBRETRO__)
|
||||
CARTRIDGE_SetTypeAutoReboot(&CARTRIDGE_main, UI_SelectCartType(r));
|
||||
#else
|
||||
return (r << 8) | AFILE_ROM;
|
||||
|
||||
Reference in New Issue
Block a user