mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 16:32:24 -07:00
Fixed indents
This commit is contained in:
@@ -30,8 +30,8 @@ void Start() {
|
||||
|
||||
/// Initialize the video core
|
||||
void Init(EmuWindow* emu_window) {
|
||||
glewExperimental = GL_TRUE;
|
||||
|
||||
glewExperimental = GL_TRUE;
|
||||
|
||||
g_emu_window = emu_window;
|
||||
g_emu_window->MakeCurrent();
|
||||
g_renderer = new RendererOpenGL();
|
||||
|
Reference in New Issue
Block a user