mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user