mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Implements Emulation MenuBar
Save states, fullscreen, frame advance, screenshot and emulation controls are available through the MenuBar
This commit is contained in:
@ -40,6 +40,8 @@ public:
|
||||
|
||||
// Emulation
|
||||
bool GetConfirmStop() const;
|
||||
int GetStateSlot() const;
|
||||
void SetStateSlot(int);
|
||||
|
||||
// Graphics
|
||||
bool GetRenderToMain() const;
|
||||
|
Reference in New Issue
Block a user