mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Implements Emulation MenuBar
Save states, fullscreen, frame advance, screenshot and emulation controls are available through the MenuBar
This commit is contained in:
parent
b164b4c475
commit
cc6a7826c0
7 changed files with 320 additions and 17 deletions
|
@ -40,6 +40,8 @@ public:
|
|||
|
||||
// Emulation
|
||||
bool GetConfirmStop() const;
|
||||
int GetStateSlot() const;
|
||||
void SetStateSlot(int);
|
||||
|
||||
// Graphics
|
||||
bool GetRenderToMain() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue