mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12:00
Fix oopsie
This commit is contained in:
parent
bbcd21de05
commit
5c40fb0cbf
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ struct EmulatorConfig {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// For now, use specialized shaders by default on MacOS as M1 drivers are buggy when using the ubershader, and on Android since mobile GPUs are
|
// For now, use specialized shaders by default on MacOS as M1 drivers are buggy when using the ubershader, and on Android since mobile GPUs are
|
||||||
// horrible On other platforms we default to ubershader + shadergen fallback for lights
|
// horrible. On other platforms we default to ubershader + shadergen fallback for lights
|
||||||
#if defined(__ANDROID__) || defined(__APPLE__)
|
#if defined(__ANDROID__) || defined(__APPLE__)
|
||||||
static constexpr bool ubershaderDefault = false;
|
static constexpr bool ubershaderDefault = false;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Reference in a new issue