From 6cfa4727b8994d5484a2eae5e04d89955e62ef11 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 22 Mar 2009 13:53:04 +0000 Subject: [PATCH] Reverted config - stored newppu flag --- src/drivers/win/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drivers/win/config.cpp b/src/drivers/win/config.cpp index ada56b5c..21ccc676 100644 --- a/src/drivers/win/config.cpp +++ b/src/drivers/win/config.cpp @@ -110,8 +110,8 @@ static CFGSTRUCT fceuconfig[] = { NAC("vgamode",vmod), NAC("sound",soundo), NAC("sicon",status_icon), - //ch4: cause newppu mode fixation after changing through config file lol - //AC(newppu), + //adelikat - we want this behvaior //ch4: cause newppu mode fixation after changing through config file lol + AC(newppu), NACS("odroms",directory_names[0]), NACS("odnonvol",directory_names[1]),