diff options
| author | 2016-01-07 20:33:54 +0100 | |
|---|---|---|
| committer | 2016-03-08 22:05:25 +0100 | |
| commit | 4be68dddfbdc7065139351e6e39b5fa97844264a (patch) | |
| tree | 4b020326a58a7a4364b752cb731233cb6c264cd0 /src/core/core.h | |
| parent | Display errors in GUI when loading ROM failed (diff) | |
| download | yuzu-4be68dddfbdc7065139351e6e39b5fa97844264a.tar.gz yuzu-4be68dddfbdc7065139351e6e39b5fa97844264a.tar.xz yuzu-4be68dddfbdc7065139351e6e39b5fa97844264a.zip | |
Improve error report from Init() functions
Add error popup when citra initialization failed
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 453e0a5f0..ad26dca3f 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -52,7 +52,7 @@ void Halt(const char *msg); | |||
| 52 | void Stop(); | 52 | void Stop(); |
| 53 | 53 | ||
| 54 | /// Initialize the core | 54 | /// Initialize the core |
| 55 | int Init(); | 55 | void Init(); |
| 56 | 56 | ||
| 57 | /// Shutdown the core | 57 | /// Shutdown the core |
| 58 | void Shutdown(); | 58 | void Shutdown(); |