From 2decb1774a34797bdcef7928471c41782259632b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 6 Sep 2004 04:03:01 +0000 Subject: [PATCH] this is already done in ArchHooks_Xbox --- stepmania/src/StepMania.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 88d98a8712..d471f5893e 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -60,7 +60,6 @@ #include "NetworkSyncManager.h" #if defined(_XBOX) - #include "archutils/Xbox/custom_launch_params.h" #ifdef _DEBUG #pragma comment(lib, "SDL-1.2.6/lib/xboxSDLmaind.lib") #else @@ -922,7 +921,6 @@ int main(int argc, char* argv[]) #ifdef _XBOX int argc = 1; char *argv[] = {"default.xbe"}; - XGetCustomLaunchData(); #endif g_argc = argc; @@ -1177,9 +1175,7 @@ int main(int argc, char* argv[]) SAFE_DELETE( HOOKS ); -#ifdef _XBOX - XReturnToLaunchingXBE(); -#else +#ifndef _XBOX return 0; #endif }