rsx: initial capture/replay functionality (#4510)

* rsx: initial capture/replay functionality
This commit is contained in:
Jake
2018-05-13 04:18:05 -05:00
committed by kd-11
parent 177da2984d
commit 75b40931fc
29 changed files with 1530 additions and 92 deletions
+1
View File
@@ -90,6 +90,7 @@ private Q_SLOTS:
void Boot(const std::string& path, bool direct = false, bool add_only = false);
void BootElf();
void BootGame();
void BootRsxCapture();
void DecryptSPRXLibraries();
void SaveWindowState();