Qt: Add recent games list

This commit is contained in:
wheremyfoodat
2026-02-24 19:56:51 +02:00
parent f5e5be4b6d
commit 0c1ccbd177
4 changed files with 96 additions and 5 deletions

View File

@@ -103,6 +103,7 @@ class MainWindow : public QMainWindow {
std::vector<EmulatorMessage> messageQueue;
QMenuBar* menuBar = nullptr;
QMenu* recentsMenu = nullptr;
InputMappings keyboardMappings;
ScreenWidget* screen;
AboutWindow* aboutWindow;
@@ -123,6 +124,8 @@ class MainWindow : public QMainWindow {
void emuThreadMainLoop();
void selectLuaFile();
void selectROM();
void loadROMFromPath(const std::filesystem::path& path);
void updateRecentsMenu();
void dumpDspFirmware();
void dumpRomFS();
void showAboutMenu();