DolphinQt: remove non-render-to-main and add fullscreen.

This commit is contained in:
Augustin Cavalier
2014-12-12 14:29:48 -05:00
parent 7ebca647b3
commit d857306190
3 changed files with 65 additions and 57 deletions

View File

@ -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();