Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2023-06-18 | Merge pull request #10798 from vonchenplus/draw_texture_scale | liamwhite | |
video_core: drawtexture support upscale | |||
2023-06-18 | Merge pull request #10809 from Kelebek1/reduce_vertex_bindings | liamwhite | |
Synchronize vertex buffer even when it doesn't require binding | |||
2023-06-17 | Merge pull request #10797 from lat9nq/tzdb-patch | bunnei | |
time: Various time zone fixes | |||
2023-06-17 | Merge pull request #10828 from liamwhite/somehow-still-using-llvm-14 | bunnei | |
renderer_vulkan: add missing include | |||
2023-06-18 | vulkan_device: Remove external memory extension | lat9nq | |
Unused in yuzu. Enables yuzu to boot games in Wine using Vulkan. | |||
2023-06-17 | renderer_vulkan: add missing include | Liam | |
2023-06-17 | externals: Update vcpkg to 2023.06.17 | Abandoned Cart | |
Fixes for zlib and qt5 | |||
2023-06-17 | time_zone_service: Always write time zone rule data | lat9nq | |
Switch firmware will initialize this data even if the given parameters are invalid. We should do the same. | |||
2023-06-17 | Merge pull request #10813 from lat9nq/no-atomic-bool | Morph | |
k_thread: Use a mutex and cond_var to sync bool | |||
2023-06-18 | Merge pull request #10744 from Wollnashorn/af-for-all | Fernando S | |
video_core: Improved anisotropic filtering heuristics | |||
2023-06-17 | Synchronize vertex buffer even when it doesn't require binding | Kelebek1 | |
2023-06-17 | k_thread: Use a mutex and cond_var to sync bool | lat9nq | |
std::atomic<bool> is broken on MinGW and causes deadlocks there. Use a normal cond var in its stead. | |||
2023-06-17 | video_core: Only apply AF to 2D (array) image types | Wollnashorn | |
2023-06-17 | video_core: Removed AF for all mip modes option as it's default now | Wollnashorn | |
2023-06-17 | nx_tzdb: Directly reference variables in if statements | lat9nq | |
Addresses review feedback. | |||
2023-06-16 | Merge pull request #10783 from liamwhite/memory | bunnei | |
video_core: preallocate fewer IR blocks | |||
2023-06-16 | Merge pull request #10808 from t895/settings-stuffs | bunnei | |
android: Expose settings | |||
2023-06-16 | Merge pull request #10807 from t895/ktlint-fixes | bunnei | |
android: Ktlint fixes | |||
2023-06-16 | Merge pull request #10731 from german77/misc_fixes | liamwhite | |
service: nfc: Accuracy fixes | |||
2023-06-16 | android: Expose audio output engine setting | Charles Lombardo | |
2023-06-16 | android: Bump ktlint version to 0.47.1 | Charles Lombardo | |
2023-06-16 | android: Disable import-ordering ktlint check | Charles Lombardo | |
2023-06-16 | android: Expose CPU debugging option | Charles Lombardo | |
2023-06-16 | android: Expose fastmem option | Charles Lombardo | |
2023-06-16 | android: Support changing multiple settings at once | Charles Lombardo | |
2023-06-16 | Merge pull request #10801 from 8bitDream/fix_aspect | bunnei | |
android: Fix aspect ratio when rotating screen | |||
2023-06-16 | android: Fix aspect ratio when rotating screen | Abandoned Cart | |
2023-06-16 | video_core: drawtexture support upscale | Feng Chen | |
2023-06-16 | video_core: Use sampler IDs instead pointers in the pipeline config | Wollnashorn | |
The previous approach of storing pointers returned by `GetGraphicsSampler`/`GetComputeSampler` caused UB, as these functions can cause reallocation of the sampler slot vector and therefore invalidate the pointers | |||
2023-06-16 | cmake: Add warn about cross compiling, disable android | lat9nq | |
2023-06-16 | cmake: Check for target is Windows | lat9nq | |
MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well. | |||
2023-06-16 | cmake: Use non-conflicting variable names | lat9nq | |
2023-06-16 | cmake: Extra time zone data download checks | lat9nq | |
Extra sanitization for Windows hosts, and fail loudly when the download fails. cmake: Fix status code reading | |||
2023-06-16 | cmake: Add option to always download time zone data | lat9nq | |
2023-06-16 | externals: submodule tzdb_to_nx | lat9nq | |
Fix for Flatpak being unable to download during CMake configure. | |||
2023-06-16 | nx_tzdb: Support submoduling tzdb_to_nx | lat9nq | |
Fix for flatpak having no internet access during CMake configure. | |||
2023-06-16 | Merge pull request #10739 from zeltermann/sdl-cpuinfo | liamwhite | |
Re-enable SDL's `CPUinfo` subsystem | |||
2023-06-16 | Merge pull request #10795 from german77/foomiibo | liamwhite | |
input_common: Add foomiibo support | |||
2023-06-16 | Merge pull request #10767 from t895/lint | Charles Lombardo | |
android: Linting | |||
2023-06-15 | time_zone_manager: Compare to the correct boolean | lat9nq | |
Reference implementation does not compare the booleans as we had them. Use the correct ones as in the reference. Also adds an assert. I have been made aware of a crash here and am not able to reproduce currently. | |||
2023-06-15 | nx_tzdb: Correct Antarctica spelling | lat9nq | |
2023-06-15 | android: Apply ktlint codestyle | Charles Lombardo | |
2023-06-15 | Android: Use ktlint for Kotlin code style | Charles Lombardo | |
2023-06-15 | android: Enable android linting | Charles Lombardo | |
2023-06-15 | Merge pull request #10796 from bunnei/fix-saf | bunnei | |
android: fs: Fix Exists / IsFile for SAF. |