- 19 Jun, 2023 1 commit
-
-
lat9nq authored
Includes a fix for the Apple date utility.
-
- 18 Jun, 2023 12 commits
-
-
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
-
bunnei authored
renderer_vulkan: add missing include
-
lat9nq authored
Unused in yuzu. Enables yuzu to boot games in Wine using Vulkan.
-
Liam authored
-
Abandoned Cart authored
Fixes for zlib and qt5
-
lat9nq authored
Switch firmware will initialize this data even if the given parameters are invalid. We should do the same.
-
Morph authored
k_thread: Use a mutex and cond_var to sync bool
-
- 17 Jun, 2023 6 commits
-
-
Fernando S authored
video_core: Improved anisotropic filtering heuristics
-
Kelebek1 authored
-
lat9nq authored
std::atomic<bool> is broken on MinGW and causes deadlocks there. Use a normal cond var in its stead.
-
Wollnashorn authored
-
Wollnashorn authored
-
lat9nq authored
Addresses review feedback.
-
- 16 Jun, 2023 21 commits
-
-
bunnei authored
video_core: preallocate fewer IR blocks
-
bunnei authored
android: Expose settings
-
bunnei authored
android: Ktlint fixes
-
liamwhite authored
service: nfc: Accuracy fixes
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
bunnei authored
android: Fix aspect ratio when rotating screen
-
Abandoned Cart authored
-
Feng Chen authored
-
Wollnashorn authored
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
-
lat9nq authored
-
lat9nq authored
MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well.
-
lat9nq authored
-
lat9nq authored
Extra sanitization for Windows hosts, and fail loudly when the download fails. cmake: Fix status code reading
-
lat9nq authored
-
lat9nq authored
Fix for Flatpak being unable to download during CMake configure.
-
lat9nq authored
Fix for flatpak having no internet access during CMake configure.
-