This commit is contained in:
wheremyfoodat 2024-03-20 20:39:59 +02:00 committed by GitHub
parent 23cb5cf90e
commit 1c2adacaf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,8 +88,8 @@ class MainWindow : public QMainWindow {
std::mutex messageQueueMutex; std::mutex messageQueueMutex;
std::vector<EmulatorMessage> messageQueue; std::vector<EmulatorMessage> messageQueue;
InputMappings keyboardMappings; InputMappings keyboardMappings;
ScreenWidget screen; ScreenWidget screen;
AboutWindow* aboutWindow; AboutWindow* aboutWindow;
ConfigWindow* configWindow; ConfigWindow* configWindow;
CheatsWindow* cheatsEditor; CheatsWindow* cheatsEditor;