aboutsummaryrefslogtreecommitdiff
path: root/source/fxemu.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fxemu.c')
-rw-r--r--source/fxemu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/fxemu.c b/source/fxemu.c
index d9c5082..3995a53 100644
--- a/source/fxemu.c
+++ b/source/fxemu.c
@@ -114,9 +114,7 @@ void fx_dirtySCBR()
void fx_computeScreenPointers()
{
- if (GSU.vMode != GSU.vPrevMode ||
- GSU.vPrevScreenHeight != GSU.vScreenHeight ||
- GSU.vSCBRDirty)
+ if (GSU.vMode != GSU.vPrevMode || GSU.vPrevScreenHeight != GSU.vScreenHeight || GSU.vSCBRDirty)
{
int32_t i;