use lowercase for cheats to be consistent with lang/memstick/assets etc

This commit is contained in:
raven02 2013-06-21 15:54:26 +08:00
parent 77983b690a
commit d41ed97008

View File

@ -7,7 +7,7 @@
#include "MIPS/MIPS.h"
#include "Core/Config.h"
const static std::string CHEATS_DIR = "Cheats";
const static std::string CHEATS_DIR = "cheats";
static std::string activeCheatFile;
static int CheatEvent = -1;