Xbox: Use the Xbox loading screen.
This commit is contained in:
@@ -13,9 +13,7 @@
|
|||||||
LoadingWindow *MakeLoadingWindow()
|
LoadingWindow *MakeLoadingWindow()
|
||||||
{
|
{
|
||||||
#if defined(XBOX)
|
#if defined(XBOX)
|
||||||
/* Using the SDL loading window without the SDLmain library causes the Xbox version
|
return new LoadingWindow_Xbox;
|
||||||
* to crash, so we'll use the Null loading window until an Xbox loading window is written */
|
|
||||||
return new LoadingWindow_Null;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if( !PREFSMAN->m_bShowLoadingWindow )
|
if( !PREFSMAN->m_bShowLoadingWindow )
|
||||||
|
|||||||
@@ -3,10 +3,7 @@
|
|||||||
|
|
||||||
/* Load drivers for Xbox. */
|
/* Load drivers for Xbox. */
|
||||||
|
|
||||||
/* Using the SDL loading window without loading the SDLmain library causes a crash
|
#include "LoadingWindow/LoadingWindow_Xbox.h"
|
||||||
* so we'll use Null for now */
|
|
||||||
//#include "LoadingWindow/LoadingWindow_SDL.h"
|
|
||||||
#include "LoadingWindow/LoadingWindow_Null.h"
|
|
||||||
|
|
||||||
#include "ArchHooks/ArchHooks_Xbox.h"
|
#include "ArchHooks/ArchHooks_Xbox.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user