remove some more shitty strings

This commit is contained in:
Arisotura
2021-11-17 20:57:30 +01:00
parent 5bb8f4c922
commit 13afaa0303
5 changed files with 32 additions and 37 deletions

View File

@ -32,7 +32,7 @@
CheatsDialog* CheatsDialog::currentDlg = nullptr;
extern char* EmuDirectory;
extern std::string EmuDirectory;
namespace Frontend { extern ARCodeFile* CheatFile; }