mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Add about menu
This commit is contained in:
parent
7571e58ce5
commit
1769783dc7
6 changed files with 92 additions and 5 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "emulator.hpp"
|
||||
#include "panda_qt/about_window.hpp"
|
||||
#include "panda_qt/screen.hpp"
|
||||
#include "services/hid.hpp"
|
||||
|
||||
|
@ -56,6 +57,7 @@ class MainWindow : public QMainWindow {
|
|||
std::vector<EmulatorMessage> messageQueue;
|
||||
|
||||
ScreenWidget screen;
|
||||
AboutWindow* aboutWindow;
|
||||
QComboBox* themeSelect = nullptr;
|
||||
QMenuBar* menuBar = nullptr;
|
||||
|
||||
|
@ -65,6 +67,7 @@ class MainWindow : public QMainWindow {
|
|||
void emuThreadMainLoop();
|
||||
void selectROM();
|
||||
void dumpRomFS();
|
||||
void showAboutMenu();
|
||||
void sendMessage(const EmulatorMessage& message);
|
||||
void dispatchMessage(const EmulatorMessage& message);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue