mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 12:45:56 +00:00
Add HDR option to settings menu (#2387)
This commit is contained in:
parent
0e238c87cb
commit
f3afbfbcec
5 changed files with 36 additions and 11 deletions
|
@ -69,6 +69,7 @@ void setCollectShaderForDebug(bool enable);
|
|||
void setShowSplash(bool enable);
|
||||
void setAutoUpdate(bool enable);
|
||||
void setNullGpu(bool enable);
|
||||
void setAllowHDR(bool enable);
|
||||
void setCopyGPUCmdBuffers(bool enable);
|
||||
void setDumpShaders(bool enable);
|
||||
void setVblankDiv(u32 value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue