mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
DolphinQt: remove non-render-to-main and add fullscreen.
This commit is contained in:
parent
7ebca647b3
commit
d857306190
3 changed files with 65 additions and 57 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue