From 9909f34a35ab82f212bf11d04004a3a3f02c85a6 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 4 Mar 2017 00:37:15 -0600 Subject: [PATCH] fix hacks not getting enabled properly --- desmume/src/commandline.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/desmume/src/commandline.cpp b/desmume/src/commandline.cpp index e1cb36f43..9de4629bd 100644 --- a/desmume/src/commandline.cpp +++ b/desmume/src/commandline.cpp @@ -51,6 +51,7 @@ CommandLine::CommandLine() , _num_cores(-1) , _rigorous_timing(0) , _advanced_timing(-1) +, _pokehax(-1) , _texture_deposterize(-1) , _texture_smooth(-1) , _slot1(NULL)