mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
more work
aaaaaaaa
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#include "types.h"
|
||||
#include "Platform.h"
|
||||
#include "Config.h"
|
||||
#include "ROMManager.h"
|
||||
#include "EmuInstance.h"
|
||||
|
||||
#include "CheatsDialog.h"
|
||||
#include "ui_CheatsDialog.h"
|
||||
@ -43,6 +43,9 @@ CheatsDialog::CheatsDialog(QWidget* parent) : QDialog(parent), ui(new Ui::Cheats
|
||||
ui->setupUi(this);
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
MainWindow* win = (MainWindow*)parent;
|
||||
//
|
||||
|
||||
codeFile = ROMManager::GetCheatFile();
|
||||
|
||||
QStandardItemModel* model = new QStandardItemModel();
|
||||
|
Reference in New Issue
Block a user