From ee6d3eaddeaf2de0a80e7a43f4b370bee71bedce Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Tue, 21 Jan 2014 01:04:58 +0200 Subject: [PATCH] begone you silly typos --- core/hw/sh4/dyna/driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/sh4/dyna/driver.cpp b/core/hw/sh4/dyna/driver.cpp index 8d37b95a0..8403854da 100644 --- a/core/hw/sh4/dyna/driver.cpp +++ b/core/hw/sh4/dyna/driver.cpp @@ -119,7 +119,7 @@ bool DoCheck(u32 pc) { if (IsOnRam(pc)) { - if (!settings.dynarec.unstable_opts) + if (!settings.dynarec.unstable_opt) return true; pc&=0xFFFFFF;