mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 04:47:55 -05:00
citra-qt: Fix connect error on startup
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user