mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-01 21:06:19 +12:00
GPU: Don't hash textures by default
This commit is contained in:
parent
1ecff4c3af
commit
1fdaec2b0f
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ struct EmulatorConfig {
|
|||
static constexpr RendererType rendererDefault = RendererType::OpenGL;
|
||||
#endif
|
||||
|
||||
static constexpr bool hashTexturesDefault = true;
|
||||
static constexpr bool hashTexturesDefault = false;
|
||||
|
||||
bool shaderJitEnabled = shaderJitDefault;
|
||||
bool useUbershaders = ubershaderDefault;
|
||||
|
@ -127,4 +127,4 @@ struct EmulatorConfig {
|
|||
|
||||
static LanguageCodes languageCodeFromString(std::string inString);
|
||||
static const char* languageCodeToString(LanguageCodes code);
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue