mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Add a "force no texture filter" option, useful for some 2D games (like Mega Man 10) and people who like their pixelated graphics.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7431 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
783c89f108
commit
15c51c37f3
7 changed files with 24 additions and 3 deletions
|
@ -96,6 +96,7 @@ public:
|
|||
int iMultisampleMode;
|
||||
int iEFBScale;
|
||||
bool bForceFiltering;
|
||||
bool bForceNoFiltering;
|
||||
int iMaxAnisotropy;
|
||||
std::string sPostProcessingShader;
|
||||
|
||||
|
@ -172,6 +173,7 @@ public:
|
|||
bool iMultisampleMode;
|
||||
bool iEFBScale;
|
||||
bool bForceFiltering;
|
||||
bool bForceNoFiltering;
|
||||
bool iMaxAnisotropy;
|
||||
bool bShowFPS;
|
||||
bool bShowInputDisplay;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue