This commit is contained in:
twinaphex 2018-02-18 02:11:41 +01:00
parent 4e222589a0
commit c0f79d2032

View File

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