- 23 Jun, 2023 2 commits
- 22 Jun, 2023 10 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
-
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 7 commits
-
-
Narr the Reg 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 6 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
-
liamwhite authored
Use current GPU address when unmapping GPU pages, not the base
-
- 19 Jun, 2023 6 commits
-
-
toast2903 authored
Co-authored-by: Tobias <thm.frey@gmail.com>
-
lat9nq authored
Checks it as the system is determining what settings to enable. Reduces the need to check settings while the system is running.
-
lat9nq authored
The repository can handle either GNU date or Apple date now.
-
lat9nq authored
Includes a fix for the Apple date utility.
-
Liam authored
-
Liam authored
-
- 18 Jun, 2023 9 commits
-
-
Kelebek1 authored
-
lat9nq authored
Renames is_intel_proprietary to has_broken_compute for accuracy. vk_device_info: Use vulkan::device to check compute
-
lat9nq authored
Also limits it to only affected Intel proprietrary driver versions. vulkan_device: Move broken compute determination vk_device: Remove errant back quote
-
liamwhite authored
externals: Update vcpkg to 2023.06.17
-
liamwhite authored
vulkan_device: Remove external memory extension
-
liamwhite authored
yuzu-qt: Load Vulkan device info at startup
-
liamwhite authored
video_core: drawtexture support upscale
-
liamwhite authored
Synchronize vertex buffer even when it doesn't require binding
-
bunnei authored
time: Various time zone fixes
-