citra-qt: Fix connect error on startup
This commit is contained in:
parent
f7b4f44adf
commit
541fc80240
2 changed files with 13 additions and 5 deletions
|
@ -123,13 +123,12 @@ public:
|
|||
|
||||
void OnClientAreaResized(unsigned width, unsigned height);
|
||||
|
||||
void OnFramebufferSizeChanged();
|
||||
|
||||
public slots:
|
||||
void moveContext(); // overridden
|
||||
|
||||
void OnEmulationStarting(EmuThread* emu_thread);
|
||||
void OnEmulationStopping();
|
||||
void OnFramebufferSizeChanged();
|
||||
|
||||
signals:
|
||||
/// Emitted when the window is closed
|
||||
|
@ -146,4 +145,7 @@ private:
|
|||
int keyboard_id;
|
||||
|
||||
EmuThread* emu_thread;
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent* event) override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue