mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-28 02:45:27 +01:00
[libretro] fixed compilation issues with previous commit
This commit is contained in:
parent
accf5ef788
commit
f0429f1637
Binary file not shown.
@ -2567,7 +2567,7 @@ bool retro_load_game(const struct retro_game_info *info)
|
|||||||
if (!load_rom(disk_info[0]))
|
if (!load_rom(disk_info[0]))
|
||||||
{
|
{
|
||||||
if (log_cb)
|
if (log_cb)
|
||||||
log_cb(RETRO_LOG_ERROR, "Could not load %s from M3U file list (%d)\n", disk_info[0], size);
|
log_cb(RETRO_LOG_ERROR, "Could not load %s from M3U file list\n", disk_info[0]);
|
||||||
|
|
||||||
/* clear initialized disk interface before returning an error */
|
/* clear initialized disk interface before returning an error */
|
||||||
for (i=0; i<disk_count; i++)
|
for (i=0; i<disk_count; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user