- 25 Jun, 2023 4 commits
- 23 Jun, 2023 9 commits
-
-
Morph authored
externals: Include post release SDL fixes
-
Narr the Reg authored
-
liamwhite authored
android: Add a PiP interface to mute / unmute
-
liamwhite authored
general: remove atomic signal and wait
-
liamwhite authored
input_common: Implement native mifare/skylander support for joycons/pro controller
-
liamwhite authored
vfs_real: lock concurrent accesses
-
Liam authored
-
bunnei authored
Remove memory allocations in some hot paths
-
bunnei authored
vfs_real: misc optimizations
-
- 22 Jun, 2023 11 commits
-
-
bunnei authored
android: Add support for multiple installs
-
Morph authored
android: Log settings
-
bunnei authored
externals: Update sdl to 2.28.0
-
bunnei authored
android: Add a notice when RAM inadequate
-
GPUCode authored
-
Liam authored
-
Kelebek1 authored
-
bunnei authored
core_timing: Use CNTPCT as the guest CPU tick
-
bunnei authored
video_core: optionally skip barriers on feedback loops
-
bunnei authored
vfs_concat: fix offset calculation when not aligned to file boundary
-
bunnei authored
time_zone_manager: Stop on comma
-
- 21 Jun, 2023 11 commits
-
-
Narr the Reg authored
-
Narr the Reg authored
-
Abandoned Cart authored
-
Abandoned Cart authored
-
Abandoned Cart authored
-
Abandoned Cart authored
-
Abandoned Cart authored
-
Abandoned Cart authored
-
Abandoned Cart authored
-
liamwhite authored
android: Don't show custom driver button on mali and x86
-
Charles Lombardo authored
-
- 20 Jun, 2023 5 commits
-
-
lat9nq authored
We aren't null-terminating this string after the copy, and we need to.
-
lat9nq authored
This is a deviation from the reference time zone implementation. The actual code will set a pointer to the time zone name here, but for us we have a limited number of characters to work with, and the name of the time zone here could be larger than 8 characters. We can make the assumption that time zone names greater than five characters in length include a comma that denotes more data. Nintendo just truncates that data for the name, so we can do the same. time_zone_manager: Check for length of array Just to be double sure that we never break past the array length, directly compare against it.
-
bunnei authored
externals: Update tzdb_to_nx
-
liamwhite authored
video_core: add samples check when find render target
-
liamwhite authored
vulkan_device: Restrict compute disable only to affected Intel drivers
-