Qt: Add support for dumping DSP firmware

This commit is contained in:
wheremyfoodat 2024-04-26 00:54:21 +03:00
parent 466e67a2fd
commit 8c296905f4
4 changed files with 84 additions and 7 deletions

View file

@ -106,6 +106,7 @@ class MainWindow : public QMainWindow {
void emuThreadMainLoop();
void selectLuaFile();
void selectROM();
void dumpDspFirmware();
void dumpRomFS();
void openLuaEditor();
void openCheatsEditor();