Browse Source
Merge pull request #2477 from ReinUsesLisp/fix-sdl2
yuzu_cmd: Make OpenGL's context current
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/yuzu_cmd/yuzu.cpp
|
|
|
@ -222,6 +222,7 @@ int main(int argc, char** argv) { |
|
|
|
|
|
|
|
system.TelemetrySession().AddField(Telemetry::FieldType::App, "Frontend", "SDL"); |
|
|
|
|
|
|
|
emu_window->MakeCurrent(); |
|
|
|
system.Renderer().Rasterizer().LoadDiskResources(); |
|
|
|
|
|
|
|
while (emu_window->IsOpen()) { |
|
|
|
|