VideoConfig: Add an option to force RGB8 EFB format.

This commit is contained in:
Jules Blok
2016-09-08 02:43:34 +02:00
parent 31a4ee7bfc
commit 365e88e311
4 changed files with 12 additions and 1 deletions

View File

@ -79,6 +79,7 @@ struct VideoConfig final
bool bForceFiltering;
int iMaxAnisotropy;
std::string sPostProcessingShader;
bool bForceTrueColor;
// Information
bool bShowFPS;