mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
move emuDirectory to main.cpp, and make it a QString. remove more Platform shit.
This commit is contained in:
@ -35,8 +35,6 @@ using Platform::LogLevel;
|
||||
|
||||
CheatsDialog* CheatsDialog::currentDlg = nullptr;
|
||||
|
||||
extern std::string EmuDirectory;
|
||||
|
||||
|
||||
CheatsDialog::CheatsDialog(QWidget* parent) : QDialog(parent), ui(new Ui::CheatsDialog)
|
||||
{
|
||||
|
Reference in New Issue
Block a user