diff --git a/src/citron/main.h b/src/citron/main.h index a3c4a0b7e..b34954c2b 100644 --- a/src/citron/main.h +++ b/src/citron/main.h @@ -114,6 +114,7 @@ public: const std::shared_ptr& GetVFS() const { return vfs; } bool IsEmulationRunning() const { return emulation_running; } void RefreshGameList(); + GRenderWindow* GetRenderWindow() const { return render_window; } bool ExtractZipToDirectoryPublic(const std::filesystem::path& zip_path, const std::filesystem::path& extract_path); signals: void EmulationStarting(EmuThread* emu_thread);