diff options
| author | Glenn Rice <glennricster@gmail.com> | 2010-12-16 18:39:57 +0000 |
|---|---|---|
| committer | Glenn Rice <glennricster@gmail.com> | 2010-12-16 18:39:57 +0000 |
| commit | 4295f2f008d0d84bbf7d8de48a5f176d48540fce (patch) | |
| tree | d5ecfce4133aa55c24ae40099f72f681786a02cd /Source/Core | |
| parent | 455369907732006c7244152366ac309505e5c82c (diff) | |
Fix an omission from the last commit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6594 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/VideoCommon/Src/MainBase.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/MainBase.cpp b/Source/Core/VideoCommon/Src/MainBase.cpp index f21f3d431c..b57d59c80d 100644 --- a/Source/Core/VideoCommon/Src/MainBase.cpp +++ b/Source/Core/VideoCommon/Src/MainBase.cpp @@ -164,6 +164,10 @@ u32 Video_AccessEFB(EFBAccessType type, u32 x, u32 y, u32 InputData) return 0; } +#if defined(HAVE_X11) && HAVE_X11 +static volatile u32 s_doStateRequested = FALSE; +#endif + static volatile struct { unsigned char **ptr; |
