mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
hey look, more shit
This commit is contained in:
@ -43,10 +43,9 @@ CheatsDialog::CheatsDialog(QWidget* parent) : QDialog(parent), ui(new Ui::Cheats
|
||||
ui->setupUi(this);
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
MainWindow* win = (MainWindow*)parent;
|
||||
//
|
||||
emuInstance = ((MainWindow*)parent)->getEmuInstance();
|
||||
|
||||
codeFile = ROMManager::GetCheatFile();
|
||||
codeFile = emuInstance->getCheatFile();
|
||||
|
||||
QStandardItemModel* model = new QStandardItemModel();
|
||||
ui->tvCodeList->setModel(model);
|
||||
|
Reference in New Issue
Block a user