mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
3c6bdfd0d8
* Fix for warning and fix for incorrect comment * Fixed contrast to be more correct - now scales from 0-10 linearly and behaves more the way you'd expect it to - changed name to ditch legacy settings users may have Added ability to skip inverse tonemapper to the shader via the constant buffer using 'inverse_tonemap' - set to 0.0f to skip Fixed potential bug when swapping between hdr and sdr and the bit depth not being set correctly Fixed dx11's blend, rasterizer and topology states not being set to the sames when using hdr and leaving the menu - caused issues with PCSX2's Shadow of the Colossus Added numerous helper functions to help create the correct values to colour the UI - normally the white UI elements should be rendered at paper white not max brightness for various reasons * Fix stylistic issues - * Don't use camelcase for variables and function names * Use '(void)' for function declarations instead of () in C code * Declare variables at the top of a function or code block * Make sure functions that return a value always have a default return path that is not encapsulated by an else block * Use more unique names for retro_math functions which are less likely to overlap with other libraries' function symbols Co-authored-by: twinaphex <libretro@gmail.com> |
||
---|---|---|
.. | ||
audio | ||
cdrom | ||
compat | ||
crt | ||
dynamic | ||
encodings | ||
features | ||
file | ||
formats | ||
gfx | ||
glsym | ||
hash | ||
include | ||
libco | ||
lists | ||
media | ||
memmap | ||
net | ||
playlists | ||
queues | ||
rthreads | ||
samples | ||
streams | ||
string | ||
test | ||
time | ||
utils | ||
vfs | ||
vulkan | ||
.gitignore | ||
Makefile.test |