summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index 2182fdcb8f..4f60f9d4f6 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -41,9 +41,9 @@ static volatile u32 s_swapRequested = false;
static volatile struct
{
- u32 xfbAddr;
- u32 fbWidth;
- u32 fbHeight;
+ u32 xfbAddr;
+ u32 fbWidth;
+ u32 fbHeight;
} s_beginFieldArgs;
namespace SW