mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Made ToggleFullscreen function public.
This commit is contained in:
parent
af8e231ce6
commit
682357519c
|
|
@ -36,6 +36,7 @@ class EmulatorWindow {
|
|||
ui::Window* window() const { return window_.get(); }
|
||||
|
||||
void UpdateTitle();
|
||||
void ToggleFullscreen();
|
||||
|
||||
private:
|
||||
explicit EmulatorWindow(Emulator* emulator);
|
||||
|
|
@ -52,7 +53,6 @@ class EmulatorWindow {
|
|||
void CpuBreakIntoDebugger();
|
||||
void GpuTraceFrame();
|
||||
void GpuClearCaches();
|
||||
void ToggleFullscreen();
|
||||
void ShowHelpWebsite();
|
||||
|
||||
Emulator* emulator_;
|
||||
|
|
|
|||
Loading…
Reference in a new issue