diff options
| author | memberTwo.mb2 <memberTwo.mb2@gmail.com> | 2009-01-24 22:02:27 +0000 |
|---|---|---|
| committer | memberTwo.mb2 <memberTwo.mb2@gmail.com> | 2009-01-24 22:02:27 +0000 |
| commit | 2a13bedfc8144dd35d7e905565fadb24f24a33f4 (patch) | |
| tree | 4383705d0bbad21bae49c52a5efbca9d58778068 /Source/Core/VideoCommon | |
| parent | 1e7655b5dba9371bbb7afaf04b803c0d3cdde9d6 (diff) | |
break my BOOLs
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2002 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/Src/Fifo.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/VideoCommon/Src/VideoCommon.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/Fifo.cpp b/Source/Core/VideoCommon/Src/Fifo.cpp index ea53bed0c2..6548f75744 100644 --- a/Source/Core/VideoCommon/Src/Fifo.cpp +++ b/Source/Core/VideoCommon/Src/Fifo.cpp @@ -26,7 +26,7 @@ extern u8* g_pVideoData; // TODO (mb2): move/rm this global -volatile BOOL g_XFBUpdateRequested = FALSE; +volatile u32 g_XFBUpdateRequested = FALSE; #ifndef _WIN32 static bool fifoStateRun = true; diff --git a/Source/Core/VideoCommon/Src/VideoCommon.h b/Source/Core/VideoCommon/Src/VideoCommon.h index 10e1c50cfd..a035072cf6 100644 --- a/Source/Core/VideoCommon/Src/VideoCommon.h +++ b/Source/Core/VideoCommon/Src/VideoCommon.h @@ -44,7 +44,7 @@ enum { extern SVideoInitialize g_VideoInitialize;
// (mb2) for XFB update hack. TODO: find a static better place
-extern volatile BOOL g_XFBUpdateRequested;
+extern volatile u32 g_XFBUpdateRequested;
void DebugLog(const char* _fmt, ...);
|
