mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-09-04 04:04:03 -07:00
Added system for handling core errors in citra-qt.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include <QGLWidget>
|
||||
#include <QThread>
|
||||
#include "common/thread.h"
|
||||
#include "core/core.h"
|
||||
#include "core/frontend/emu_window.h"
|
||||
#include "core/frontend/motion_emu.h"
|
||||
|
||||
@@ -97,6 +98,8 @@ signals:
|
||||
* Qt::BlockingQueuedConnection (additionally block source thread until slot returns)
|
||||
*/
|
||||
void DebugModeLeft();
|
||||
|
||||
void ErrorThrown(Core::System::ResultStatus);
|
||||
};
|
||||
|
||||
class GRenderWindow : public QWidget, public EmuWindow {
|
||||
|
Reference in New Issue
Block a user