mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-20 18:02:12 +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);
|
||||
char spawn_data[256];
|
||||
char game_path[256];
|
||||
(void)game_path;
|
||||
game_path[0] = '\0';
|
||||
|
||||
for(unsigned int i = 0; i < sizeof(spawn_data); ++i)
|
||||
spawn_data[i] = i & 0xff;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user