Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-26 | Use safe reads in DMA engine | Kelebek1 | |
2023-06-23 | Merge pull request #10891 from german77/sdl28v2 | Morph | |
externals: Include post release SDL fixes | |||
2023-06-23 | externals: Include post release SDL fixes | Narr the Reg | |
2023-06-23 | Merge pull request #10811 from 8bitDream/pip_mute | liamwhite | |
android: Add a PiP interface to mute / unmute | |||
2023-06-23 | Merge pull request #10859 from liamwhite/no-more-atomic-wait | liamwhite | |
general: remove atomic signal and wait | |||
2023-06-23 | Merge pull request #10842 from german77/native_mifare | liamwhite | |
input_common: Implement native mifare/skylander support for joycons/pro controller | |||
2023-06-23 | Merge pull request #10884 from liamwhite/spaghetti-vfs | liamwhite | |
vfs_real: lock concurrent accesses | |||
2023-06-23 | vfs_real: lock concurrent accesses | Liam | |
2023-06-22 | Merge pull request #10457 from Kelebek1/optimise | bunnei | |
Remove memory allocations in some hot paths | |||
2023-06-22 | Merge pull request #10806 from liamwhite/worst-fs-implementation-ever | bunnei | |
vfs_real: misc optimizations | |||
2023-06-22 | Merge pull request #10794 from 8bitDream/multiples | bunnei | |
android: Add support for multiple installs | |||
2023-06-22 | Merge pull request #10878 from GPUCode/log-droid | Morph | |
android: Log settings | |||
2023-06-22 | Merge pull request #10873 from german77/sdl | bunnei | |
externals: Update sdl to 2.28.0 | |||
2023-06-22 | Merge pull request #10869 from 8bitDream/memory | bunnei | |
android: Add a notice when RAM inadequate | |||
2023-06-22 | android: Log settings | GPUCode | |
2023-06-22 | general: remove atomic signal and wait | Liam | |
2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | |
2023-06-21 | Merge pull request #10086 from Morph1984/coretiming-ng-1 | bunnei | |
core_timing: Use CNTPCT as the guest CPU tick | |||
2023-06-21 | Merge pull request #10777 from liamwhite/no-barrier | bunnei | |
video_core: optionally skip barriers on feedback loops | |||
2023-06-21 | Merge pull request #10841 from liamwhite/math-is-hard | bunnei | |
vfs_concat: fix offset calculation when not aligned to file boundary | |||
2023-06-21 | Merge pull request #10863 from lat9nq/tz-end-of-string | bunnei | |
time_zone_manager: Stop on comma | |||
2023-06-21 | input_common: Implement native mifare support | Narr the Reg | |
2023-06-21 | externals: Update sdl to 2.28.0 | Narr the Reg | |
2023-06-21 | android: Generalize string message dialog | Abandoned Cart | |
2023-06-21 | android: Add support for concurrent installs | Abandoned Cart | |
2023-06-21 | android: Convert memory sizes to resource | Abandoned Cart | |
2023-06-21 | android: Add a notice when RAM inadequate | Abandoned Cart | |
2023-06-21 | android: Refactor native and corresponding variables | Abandoned Cart | |
2023-06-21 | Fix JNI and expose mute settings to Android | Abandoned Cart | |
2023-06-21 | android: Add a PiP interface to mute / unmute | Abandoned Cart | |
2023-06-21 | Merge pull request #10864 from t895/disable-mali-driver | liamwhite | |
android: Don't show custom driver button on mali and x86 | |||
2023-06-20 | android: Don't show custom driver button on mali and x86 | Charles Lombardo | |
2023-06-20 | time_zone_manager: Add null terminator | lat9nq | |
We aren't null-terminating this string after the copy, and we need to. | |||
2023-06-20 | time_zone_manager: Stop on comma | lat9nq | |
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. | |||
2023-06-20 | Merge pull request #10853 from lat9nq/update_tzdb_to_nx | bunnei | |
externals: Update tzdb_to_nx | |||
2023-06-20 | Merge pull request #10818 from vonchenplus/render_target_samples | liamwhite | |
video_core: add samples check when find render target | |||
2023-06-20 | Merge pull request #10835 from lat9nq/intel-restrict-compute-disable | liamwhite | |
vulkan_device: Restrict compute disable only to affected Intel drivers | |||
2023-06-20 | Merge pull request #10840 from Kelebek1/unbug_blinks_brain | liamwhite | |
Use current GPU address when unmapping GPU pages, not the base | |||
2023-06-19 | vulkan_device: Remove brace initializer | toast2903 | |
Co-authored-by: Tobias <thm.frey@gmail.com> | |||
2023-06-19 | video_core: Check broken compute earlier | lat9nq | |
Checks it as the system is determining what settings to enable. Reduces the need to check settings while the system is running. | |||
2023-06-19 | nx_tzdb: Rename GNU_DATE variable | lat9nq | |
The repository can handle either GNU date or Apple date now. | |||
2023-06-19 | externals: Update tzdb_to_nx | lat9nq | |
Includes a fix for the Apple date utility. | |||
2023-06-19 | vfs_concat: verify short read | Liam | |
2023-06-18 | vfs_concat: fix offset calculation when not aligned to file boundary | Liam | |
2023-06-19 | Use current GPU address when unmapping GPU pages, not the base | Kelebek1 | |
2023-06-18 | vk_device_info: Check only affected Intel drivers | lat9nq | |
Renames is_intel_proprietary to has_broken_compute for accuracy. vk_device_info: Use vulkan::device to check compute | |||
2023-06-18 | video_core: Formalize HasBrokenCompute | lat9nq | |
Also limits it to only affected Intel proprietrary driver versions. vulkan_device: Move broken compute determination vk_device: Remove errant back quote | |||
2023-06-18 | Merge pull request #10825 from 8bitDream/vcpkg-zlib | liamwhite | |
externals: Update vcpkg to 2023.06.17 | |||
2023-06-18 | Merge pull request #10829 from lat9nq/remove-external-mem | liamwhite | |
vulkan_device: Remove external memory extension | |||
2023-06-18 | Merge pull request #10486 from lat9nq/vk-device-find-once | liamwhite | |
yuzu-qt: Load Vulkan device info at startup |