mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-09 02:26:21 +00:00
gui: start the emulator in new thread (#1829)
This commit is contained in:
parent
433d9459e0
commit
aba2b29074
2 changed files with 18 additions and 8 deletions
|
@ -69,6 +69,7 @@ private:
|
|||
void LoadTranslation();
|
||||
void PlayBackgroundMusic();
|
||||
QIcon RecolorIcon(const QIcon& icon, bool isWhite);
|
||||
void StartEmulator(std::filesystem::path);
|
||||
bool isIconBlack = false;
|
||||
bool isTableList = true;
|
||||
bool isGameRunning = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue