mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-24 04:04:29 +00:00
Update
This commit is contained in:
parent
4e222589a0
commit
c0f79d2032
@ -232,9 +232,9 @@ static void frontend_xdk_exec(const char *path, bool should_load_game)
|
||||
bool original_verbose = verbosity_is_enabled();
|
||||
#endif
|
||||
#if defined(_XBOX1)
|
||||
LAUNCH_DATA ptr;
|
||||
LAUNCH_DATA ptr = NULL;
|
||||
#elif defined(_XBOX360)
|
||||
char game_path[1024] = {0};
|
||||
char game_path[1024] = {0};
|
||||
#endif
|
||||
(void)should_load_game;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user