- 30 Oct, 2022 9 commits
-
-
Fernando S authored
k_thread: fix single core
-
Liam authored
-
Morph authored
kernel: reinitialize after dram layout change
-
Liam authored
-
liamwhite authored
UI: Add option to hide the compatibility list
-
bunnei authored
service: am: Stub SetRecordVolumeMuted
-
german77 authored
Used by bayonetta 3
-
bunnei authored
k_server_session: fix crashes
-
Liam authored
-
- 29 Oct, 2022 2 commits
- 28 Oct, 2022 2 commits
- 27 Oct, 2022 7 commits
-
-
Liam authored
-
bunnei authored
file_sys: Priority display of game titles in the current language
-
bunnei authored
Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass"
-
Liam authored
-
Liam authored
-
liamwhite authored
audio_in/out_system: Pass Initialize members by value where applicable
-
FengChen authored
-
- 26 Oct, 2022 4 commits
-
-
bunnei authored
kernel: refactor dummy thread wakeups
-
Lioncash authored
applet_resource_user_id isn't actually modified and is just assigned to a member variable, so this doesn't need to be a mutable reference. Similarly, the device name itself isn't modified and is only moved. We pass by value here, since we can still perform the move, but eliminate a sneaky set of calls that can unintentionally destroy the original string. Given how nested the calls are, it's good to get rid of this potential vector for a use-after-move bug.
-
Mai authored
concepts: Use the std::contiguous_iterator concept
-
Morph authored
This also covers std::span, which does not have a const iterator. Also renames IsSTLContainer to IsContiguousContainer to explicitly convey its semantics.
-
- 25 Oct, 2022 8 commits
-
-
liamwhite authored
tests: fix for -Wall
-
liamwhite authored
service: nfp: Allow amiibos without keys
-
liamwhite authored
input_common: cache vibration tests
-
Alexandre Bouvier authored
Fix #9123
-
FengChen authored
-
liamwhite authored
video_core: Reimplementing the maxwell drawing trigger mechanism
-
liamwhite authored
core: barrier service thread shutdown
-
Feng Chen authored
-
- 24 Oct, 2022 5 commits
-
-
Liam authored
-
bunnei authored
video_core: Fix legacy to generic location unpaired
-
FengChen authored
-
Fernando S authored
nvdrv: fix container destruction order
-
bunnei authored
general: Treat more warnings as errors
-
- 23 Oct, 2022 2 commits
- 22 Oct, 2022 1 commit
-
-
german77 authored
-