mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update TextureReplacer.h
Correction.
This commit is contained in:
parent
221eec5899
commit
113c5f3b5f
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ protected:
|
|||
bool allowVideo_ = false;
|
||||
bool ignoreAddress_ = false;
|
||||
bool reduceHash_ = false;
|
||||
bool disallowMipmap_ = false;
|
||||
bool ignoreMipmap_ = false;
|
||||
std::string gameID_;
|
||||
std::string basePath_;
|
||||
ReplacedTextureHash hash_ = ReplacedTextureHash::QUICK;
|
||||
|
|
Loading…
Add table
Reference in a new issue