mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-02-05 06:26:23 +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)
|
int load_archive(char *filename, unsigned char *buffer, int maxsize, char *extension)
|
||||||
{
|
{
|
||||||
/* If trying to read from game rom, use frontend callback */
|
/* 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);
|
return retro_game_read_cb(buffer, maxsize);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user