byte swap update

This commit is contained in:
Glenn Maynard
2004-06-13 07:35:08 +00:00
parent 59fc237f79
commit 1efd594730
6 changed files with 11 additions and 19 deletions
+1 -2
View File
@@ -67,7 +67,6 @@ static struct GLExt_t
#include "GameConstantsAndTypes.h"
#include "StepMania.h"
#include "RageUtil.h"
#include "SDL_endian.h"
#include "arch/arch.h"
#include "arch/LowLevelWindow/LowLevelWindow.h"
@@ -254,7 +253,7 @@ struct GLPixFmtInfo_t {
static void FixLilEndian()
{
#if SDL_BYTEORDER == SDL_LIL_ENDIAN
#if defined(ENDIAN_LITTLE)
static bool Initialized = false;
if( Initialized )
return;