Custom path support (#1333)

also including:
* getting rid of shitty strings
* all new, cleaner ROM handling code
* base for DSi savestates
* GBA slot addons (for now, memory cart)
This commit is contained in:
Arisotura
2022-01-07 14:00:43 +01:00
committed by GitHub
parent c4cd9da674
commit e665e25bd3
64 changed files with 3606 additions and 2662 deletions

View File

@ -25,7 +25,7 @@
#include <QImage>
#include "types.h"
#include "FrontendUtil.h"
#include "ROMManager.h"
namespace Ui { class ROMInfoDialog; }
class ROMInfoDialog;
@ -58,7 +58,7 @@ public:
private slots:
void done(int r);
void on_saveIconButton_clicked();
void iconSetFrame(int frame);