mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Qt configs: Make thread-safe, properly update audio enable & renderdoc settings
This commit is contained in:
parent
266e637790
commit
87878d3cba
8 changed files with 116 additions and 74 deletions
|
@ -51,6 +51,7 @@ class MainWindow : public QMainWindow {
|
|||
ReleaseTouchscreen,
|
||||
ReloadUbershader,
|
||||
SetScreenSize,
|
||||
UpdateConfig,
|
||||
};
|
||||
|
||||
// Tagged union representing our message queue messages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue