mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
(PS3) Fix core loading
This commit is contained in:
parent
a5e62bbfda
commit
f51e748ba8
@ -440,7 +440,8 @@ static void system_exec(const char *path, bool should_load_game)
|
|||||||
RARCH_LOG("Attempt to load executable: [%s].\n", path);
|
RARCH_LOG("Attempt to load executable: [%s].\n", path);
|
||||||
char spawn_data[256];
|
char spawn_data[256];
|
||||||
char game_path[256];
|
char game_path[256];
|
||||||
(void)game_path;
|
game_path[0] = '\0';
|
||||||
|
|
||||||
for(unsigned int i = 0; i < sizeof(spawn_data); ++i)
|
for(unsigned int i = 0; i < sizeof(spawn_data); ++i)
|
||||||
spawn_data[i] = i & 0xff;
|
spawn_data[i] = i & 0xff;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user