- 25 Oct, 2022 3 commits
- 24 Oct, 2022 3 commits
-
-
bunnei authored
video_core: Fix legacy to generic location unpaired
-
Fernando S authored
nvdrv: fix container destruction order
-
bunnei authored
general: Treat more warnings as errors
-
- 23 Oct, 2022 2 commits
- 22 Oct, 2022 19 commits
-
-
Morph authored
Clang erroneously emits this warning when using designated initializers.
-
Morph authored
-
Morph authored
Copies up to sizeof(p_name) - 1 in strncpy and null terminates it at p_name[254]
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
Clang and ICC for whatever reason also defines __GNUC__. Exclude them from this check.
-
Morph authored
This is similar to Clang's -Wunused-lambda-capture
-
Morph authored
Disabling C4100 is similar to -Wno-unused-parameter
-
Morph authored
These warnings are already included in /W3.
-
Morph authored
Resolves C4146 on MSVC
-
Morph authored
-
Morph authored
-
Morph authored
These are already explicitly or implicitly set in src/CMakeLists.txt
-
Morph authored
-
Morph authored
-
Fernando S authored
Maxwell3D/Puller: Fix regressions and syncing issues.
-
FengChen authored
-
- 21 Oct, 2022 10 commits
-
-
FengChen authored
-
liamwhite authored
hid/npad: Fix copy size in GetSupportedNpadIdTypes
-
liamwhite authored
format_lookup_table: Implement R32_B24G8 with D32_FLOAT_S8_UINT
-
liamwhite authored
k_session_request: Add missing override
-
Lioncash authored
-
Morph authored
This format is similar to Z32_FLOAT_X24S8_UINT, which is implemented with D32_FLOAT_S8_UINT. Used in Persona 5 Royal
-
Lioncash authored
Makes for stronger typing and allows tooling bounds checks provided by the standard library for debugging purposes.
-
Lioncash authored
-
Lioncash authored
Previously this was passing the size of the vector into memcpy rather than the size in bytes to copy, which would result in a partial read. Thankfully, this function isn't used yet, so this gets rid of a bug before it's able to do anything.
-
bunnei authored
general: compress png images
-
- 20 Oct, 2022 3 commits