mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
hey look, more shit
This commit is contained in:
@ -41,6 +41,8 @@ namespace Ui
|
||||
class TitleManagerDialog;
|
||||
class TitleImportDialog;
|
||||
|
||||
class EmuInstance;
|
||||
|
||||
class TitleManagerDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
@ -94,6 +96,8 @@ private slots:
|
||||
void onExportTitleData();
|
||||
|
||||
private:
|
||||
EmuInstance* emuInstance;
|
||||
|
||||
melonDS::DSi_NAND::NANDMount nandmount;
|
||||
Ui::TitleManagerDialog* ui;
|
||||
|
||||
|
Reference in New Issue
Block a user