begone you silly typos

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2014-01-21 01:04:58 +02:00
parent a1dcbbc825
commit ee6d3eadde
1 changed files with 1 additions and 1 deletions

View File

@ -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;