- 21 Oct, 2022 2 commits
-
-
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 33 commits
-
-
liamwhite authored
common/fixed_point: Minor interface improvements
-
Liam authored
-
Liam authored
-
liamwhite authored
savedata_factory: Detect future save data paths
-
liamwhite authored
kernel: fix slab heap ABA
-
liamwhite authored
Kernel Multiprocess (Part 1) - Persist memory & core timing
-
bunnei authored
-
Kelebek1 authored
-
Fernando S authored
video_core: implement 1D copies based on VMM 'kind'
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
- 18 Oct, 2022 1 commit
-
-
Lioncash authored
Ensures that a fixed-point value is always initialized This likely also fixes several cases of uninitialized values being operated on, since we have multiple areas in the codebase where the default constructor is being used like: Common::FixedPoint<50, 14> current_sample{}; and is then followed up with an arithmetic operation like += or something else, which operates directly on FixedPoint's internal data member, which would previously be uninitialized.
-