diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-02-25 18:07:56 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-02-25 18:07:56 -0500 |
| commit | 7408de7e79b3607d4747b5e04cc70b651f58a5eb (patch) | |
| tree | 97b6d591aecd5b0d8a7f497a777ec3adef27d87d /Source/Core/VideoCommon/OpcodeDecoding.cpp | |
| parent | b1fbf205ec54ad2404edb14fbf19c80abde4ab05 (diff) | |
| parent | 93b16a4a2d5f3e6d467d1315c461aff12852b26c (diff) | |
Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2
Basic Formatting/Whitespace Cleanup
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/OpcodeDecoding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.cpp b/Source/Core/VideoCommon/OpcodeDecoding.cpp index 4a23ac717b..b7bcb8c8e3 100644 --- a/Source/Core/VideoCommon/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/OpcodeDecoding.cpp @@ -39,7 +39,7 @@ static u32 InterpretDisplayList(u32 address, u32 size) u8* startAddress; if (g_use_deterministic_gpu_thread) - startAddress = (u8*) PopFifoAuxBuffer(size); + startAddress = (u8*)PopFifoAuxBuffer(size); else startAddress = Memory::GetPointer(address); |
