- 10 Nov, 2022 1 commit
-
-
FearlessTobi authored
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
-
- 25 Oct, 2022 1 commit
-
-
liamwhite authored
core: barrier service thread shutdown
-
- 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 18 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.
-
- 21 Oct, 2022 9 commits
-
-
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 4 commits
-
-
liamwhite authored
kernel: Session request cleanup
-
liamwhite authored
Controller Applet had instance of Undocked, make Handheld
-
bunnei authored
[audio_core] Update for firmware 15.0.0
-
Kyle Kienapfel authored
Remember that time we renamed the Undocked option to Handheld in the status bar, and then later remembered the Controller Configuration? Scrolling through Transifex I noticed that we still have one instance of "Undocked" in the text.
-
- 19 Oct, 2022 2 commits