mirror of
https://github.com/PabloMK7/citra.git
synced 2025-11-04 15:48:48 +00:00
fix typo; updated comment about apples bad driver
This commit is contained in:
parent
1e54f27cde
commit
922a5f738a
10 changed files with 20 additions and 20 deletions
|
|
@ -168,7 +168,7 @@ RasterizerOpenGL::RasterizerOpenGL(Frontend::EmuWindow& window)
|
|||
#ifdef __APPLE__
|
||||
if (IsVendorIntel()) {
|
||||
shader_program_manager = std::make_unique<ShaderProgramManager>(
|
||||
VideoCore::g_seperable_shader_enabled ? GLAD_GL_ARB_separate_shader_objects : false,
|
||||
VideoCore::g_separable_shader_enabled ? GLAD_GL_ARB_separate_shader_objects : false,
|
||||
is_amd);
|
||||
} else {
|
||||
shader_program_manager =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue