mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
VideoConfig: Add an option to force RGB8 EFB format.
This commit is contained in:
parent
31a4ee7bfc
commit
365e88e311
4 changed files with 12 additions and 1 deletions
|
@ -79,6 +79,7 @@ struct VideoConfig final
|
|||
bool bForceFiltering;
|
||||
int iMaxAnisotropy;
|
||||
std::string sPostProcessingShader;
|
||||
bool bForceTrueColor;
|
||||
|
||||
// Information
|
||||
bool bShowFPS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue