gui: start the emulator in new thread (#1829)

This commit is contained in:
Quang Ngô 2024-12-22 20:47:28 +07:00 committed by GitHub
parent 433d9459e0
commit aba2b29074
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 8 deletions

View file

@ -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;