mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 01:00:01 +00:00
use lowercase for cheats to be consistent with lang/memstick/assets etc
This commit is contained in:
parent
77983b690a
commit
d41ed97008
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user