(PS3) Fix core loading

This commit is contained in:
twinaphex 2013-07-27 22:33:57 +02:00
parent a5e62bbfda
commit f51e748ba8

View File

@ -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;