mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-27 02:15:29 +01:00
Fix
This commit is contained in:
parent
f56b6df8e6
commit
a23d09c1a5
@ -170,7 +170,7 @@ void error(char * fmt, ...)
|
||||
int load_archive(char *filename, unsigned char *buffer, int maxsize, char *extension)
|
||||
{
|
||||
/* If trying to read from game rom, use frontend callback */
|
||||
if (strcmp(filename, g_rom_path))
|
||||
if (strcmp(filename, g_rom_path) == 0)
|
||||
{
|
||||
return retro_game_read_cb(buffer, maxsize);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user