Qt: Add rrc capture replay per drag and drop

This commit is contained in:
Megamouse
2018-07-18 23:56:25 +02:00
committed by Ivan
parent 60a276e9ce
commit 8bfe4c908c
2 changed files with 44 additions and 19 deletions
+3 -2
View File
@@ -64,7 +64,8 @@ class main_window : public QMainWindow
drop_pup,
drop_rap,
drop_dir,
drop_game
drop_game,
drop_rrc
};
public:
@@ -91,7 +92,7 @@ private Q_SLOTS:
void Boot(const std::string& path, bool direct = false, bool add_only = false);
void BootElf();
void BootGame();
void BootRsxCapture();
void BootRsxCapture(std::string path = "");
void DecryptSPRXLibraries();
void SaveWindowState();