Change this back
This commit is contained in:
parent
c0f79d2032
commit
56cbaefd05
|
@ -232,7 +232,7 @@ static void frontend_xdk_exec(const char *path, bool should_load_game)
|
||||||
bool original_verbose = verbosity_is_enabled();
|
bool original_verbose = verbosity_is_enabled();
|
||||||
#endif
|
#endif
|
||||||
#if defined(_XBOX1)
|
#if defined(_XBOX1)
|
||||||
LAUNCH_DATA ptr = NULL;
|
LAUNCH_DATA ptr;
|
||||||
#elif defined(_XBOX360)
|
#elif defined(_XBOX360)
|
||||||
char game_path[1024] = {0};
|
char game_path[1024] = {0};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue