summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-02-09 19:26:15 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2014-02-09 19:26:15 -0600
commit8d25e12085b8e3785a9843a8ffb5545eeb109107 (patch)
tree9f3249d978d826f38767961ca3d30cb53e08f158 /Source/Core/VideoBackends/Software/SWmain.cpp
parent28b5c8be47c5afb18c021f10b24ad1423b20a8fc (diff)
parentebb48d019eec1c29a37a406e2db16d7565367faa (diff)
Merge pull request #54 from lioncash/cleanup
Cleanup mismatching struct/enum indentations.
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