summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/Src/SWPixelEngine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoBackends/Software/Src/SWPixelEngine.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/Src/SWPixelEngine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/Software/Src/SWPixelEngine.cpp b/Source/Core/VideoBackends/Software/Src/SWPixelEngine.cpp
index 6c81aedac7..a747a669ed 100644
--- a/Source/Core/VideoBackends/Software/Src/SWPixelEngine.cpp
+++ b/Source/Core/VideoBackends/Software/Src/SWPixelEngine.cpp
@@ -81,7 +81,7 @@ void Write16(const u16 _iValue, const u32 _iAddress)
switch (address)
{
- case PE_CTRL_REGISTER:
+ case PE_CTRL_REGISTER:
{
UPECtrlReg tmpCtrl(_iValue);
@@ -135,7 +135,7 @@ void SetToken_OnMainThread(u64 userdata, int cyclesLate)
void SetFinish_OnMainThread(u64 userdata, int cyclesLate)
{
- g_bSignalFinishInterrupt = true;
+ g_bSignalFinishInterrupt = true;
UpdateInterrupts();
}