mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-17 16:25:23 +12:00
format
This commit is contained in:
parent
23cb5cf90e
commit
1c2adacaf1
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
@ -122,4 +122,4 @@ class MainWindow : public QMainWindow {
|
||||||
|
|
||||||
void loadLuaScript(const std::string& code);
|
void loadLuaScript(const std::string& code);
|
||||||
void editCheat(u32 handle, const std::vector<uint8_t>& cheat, const std::function<void(u32)>& callback);
|
void editCheat(u32 handle, const std::vector<uint8_t>& cheat, const std::function<void(u32)>& callback);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue