mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: remove non-render-to-main and add fullscreen.
This commit is contained in:
@ -33,6 +33,10 @@ public:
|
||||
signals:
|
||||
void CoreStateChanged(Core::EState state);
|
||||
|
||||
public slots:
|
||||
// Main toolbar (also used by DRenderWidget)
|
||||
bool OnStop();
|
||||
|
||||
private slots:
|
||||
// Emulation
|
||||
void StartGame(const QString filename);
|
||||
@ -41,7 +45,6 @@ private slots:
|
||||
// Main toolbar
|
||||
void OnOpen();
|
||||
void OnPlay();
|
||||
void OnStop();
|
||||
|
||||
// View menu
|
||||
void OnGameListStyleChanged();
|
||||
|
Reference in New Issue
Block a user