having fun with fatfs (#1189)

* patch TSC coords in DSi mode
* DSiware importer and shit
This commit is contained in:
Arisotura
2021-08-24 17:46:20 +02:00
committed by GitHub
parent 346e8c0b87
commit 235da420c8
25 changed files with 26369 additions and 180 deletions

View File

@ -248,6 +248,7 @@ private slots:
void onSetupCheats();
void onCheatsDialogFinished(int res);
void onROMInfo();
void onOpenTitleManager();
void onOpenEmuSettings();
void onEmuSettingsDialogFinished(int res);
@ -323,6 +324,7 @@ public:
QAction* actEnableCheats;
QAction* actSetupCheats;
QAction* actROMInfo;
QAction* actTitleManager;
QAction* actEmuSettings;
QAction* actInputConfig;