diff options
| author | 2015-09-05 16:19:52 -0400 | |
|---|---|---|
| committer | 2015-09-05 16:19:52 -0400 | |
| commit | 51e91dfd8608126b2cb409fa2e8513f28fbf293b (patch) | |
| tree | f76ddff71ac10838e6429815d8267c82b602737f /src/citra_qt/bootmanager.cpp | |
| parent | Merge pull request #1087 from yuriks/opengl-glad (diff) | |
| parent | OpenGL: Use Sampler Objects to decouple sampler config from textures (diff) | |
| download | yuzu-51e91dfd8608126b2cb409fa2e8513f28fbf293b.tar.gz yuzu-51e91dfd8608126b2cb409fa2e8513f28fbf293b.tar.xz yuzu-51e91dfd8608126b2cb409fa2e8513f28fbf293b.zip | |
Merge pull request #1104 from yuriks/opengl-samplers
OpenGL: Use Sampler Objects to decouple sampler config from textures
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
| -rw-r--r-- | src/citra_qt/bootmanager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index d9bacfc3d..9aec16506 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -72,6 +72,9 @@ void EmuThread::run() { | |||
| 72 | } | 72 | } |
| 73 | } | 73 | } |
| 74 | 74 | ||
| 75 | // Shutdown the core emulation | ||
| 76 | System::Shutdown(); | ||
| 77 | |||
| 75 | MicroProfileOnThreadExit(); | 78 | MicroProfileOnThreadExit(); |
| 76 | 79 | ||
| 77 | render_window->moveContext(); | 80 | render_window->moveContext(); |