Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-28 | Merge pull request #11155 from liamwhite/memory3 | liamwhite | |
memory: check page against address space size | |||
2023-07-28 | Merge pull request #11156 from 8bitDream/localize | liamwhite | |
android: Only label language with language | |||
2023-07-28 | Merge pull request #11163 from Moonlacer/revert-10946-amdBlending | liamwhite | |
Revert "Blacklist EDS3 blending from new AMD drivers" | |||
2023-07-26 | Revert "Blacklist EDS3 blending from new AMD drivers" | Moonlacer | |
2023-07-26 | Merge pull request #11128 from german77/discord | liamwhite | |
yuzu: Replace httplib with QtNetworkRequest | |||
2023-07-26 | Merge pull request #10990 from comex/ubsan | liamwhite | |
Fixes and workarounds to make UBSan happier on macOS | |||
2023-07-26 | Merge pull request #11142 from german77/avoid_crash | liamwhite | |
yuzu: Avoid reading broken games | |||
2023-07-26 | Address feedback | Morph | |
2023-07-25 | Merge pull request #11157 from lat9nq/nasm | Morph | |
cmake: Download nasm from our external repo | |||
2023-07-25 | cmake: Download nasm from our external repo | lat9nq | |
This package download has intermittent failures due to host Internet issues (presumably), so download it ourselves from our own hosting. | |||
2023-07-25 | android: Only label language with language | Abandoned Cart | |
2023-07-25 | memory: check page against address space size | Liam | |
2023-07-24 | Merge pull request #11095 from liamwhite/memory2 | liamwhite | |
memory: cleanup | |||
2023-07-24 | Merge pull request #11135 from liamwhite/getaddrinfo | liamwhite | |
core: implement GetGaiStringErrorRequest, IContextRegistrar | |||
2023-07-24 | Merge pull request #11136 from liamwhite/sp3shader | liamwhite | |
ssa_rewrite_pass: use proper maps | |||
2023-07-24 | yuzu: Avoid reading broken games | german77 | |
2023-07-23 | ssa_rewrite_pass: use proper maps | Liam | |
2023-07-22 | core: implement GetGaiStringErrorRequest, IContextRegistrar | Liam | |
2023-07-22 | core: reduce TOCTTOU memory access | Liam | |
2023-07-22 | memory: minimize dependency on process | Liam | |
2023-07-22 | Merge pull request #11042 from lat9nq/wayland-appimage | liamwhite | |
ci/linux: Target deploy script from appimage path | |||
2023-07-22 | Merge pull request #11094 from liamwhite/get | liamwhite | |
kernel: misc cleanup of page table accessors | |||
2023-07-22 | Merge pull request #11098 from GPUCode/texel-buffers | liamwhite | |
buffer_cache: Increase number of texture buffers | |||
2023-07-21 | Merge pull request #11113 from liamwhite/nsd1 | bunnei | |
nsd: add GetApplicationServerEnvironmentType | |||
2023-07-21 | Merge pull request #11129 from liamwhite/dynamic_cast | bunnei | |
general: remove uses of dynamic_cast | |||
2023-07-21 | core: remove remaining uses of dynamic_cast | Liam | |
2023-07-21 | general: reduce use of dynamic_cast | Liam | |
2023-07-21 | yuzu: Replace httplib with QtNetworkRequest | Narr the Reg | |
2023-07-21 | Merge pull request #11123 from Morph1984/remove-mem-hungry-opts | liamwhite | |
ci: Remove GA, Gr optimizations from MSVC | |||
2023-07-21 | Merge pull request #11069 from lat9nq/mingw-no-tzdb | liamwhite | |
common: Use arithmetic instead of string ops to get time zone | |||
2023-07-21 | Merge pull request #11096 from german77/amiibooo | liamwhite | |
service: nfc: Update Implementation to match with latest RE | |||
2023-07-21 | ci: Remove GA, Gr optimizations from MSVC | Morph | |
Internal testing has shown these result in higher committed memory usage in some systems. Also Ob2 is already implied by O2, so that can be removed as well. | |||
2023-07-19 | Merge pull request #11116 from lat9nq/clang-shadowing | liamwhite | |
general: Silence -Wshadow{,-uncaptured-local} warnings | |||
2023-07-19 | Merge pull request #11114 from Kelebek1/warnings | liamwhite | |
Mark SetIdleTimeDetectionExtension logging as debug | |||
2023-07-18 | demangle: Update to llvm/llvm-project@ecbc812e0cca | lat9nq | |
2023-07-18 | CMake: Require LLVM 17 or later | lat9nq | |
API changes necessitate an update here. | |||
2023-07-18 | vk_buffer_cache: Format | lat9nq | |
2023-07-18 | general: Silence -Wshadow{,-uncaptured-local} warnings | lat9nq | |
These occur in the latest commits in LLVM Clang. | |||
2023-07-18 | Debug SetIdleTimeDetectionExtension | Kelebek1 | |
2023-07-17 | Merge pull request #11109 from Morph1984/net | Morph | |
network: Fix compilation with ENABLE_WEB_SERVICE=OFF | |||
2023-07-17 | nsd: add GetApplicationServerEnvironmentType | Liam | |
2023-07-17 | ssl: Link with crypt32 for secure channel backend | Morph | |
2023-07-17 | ssl: Reorder inclusions | Morph | |
2023-07-17 | network: Forward declarations | Morph | |
2023-07-17 | service: nfc: Update Implementation to match with latest RE | Narr the Reg | |
2023-07-17 | Merge pull request #10934 from abouvier/cmake-vma | liamwhite | |
cmake: allow using system VMA library | |||
2023-07-17 | Merge pull request #11102 from v1993/your-mom-is-encrypted | liamwhite | |
android: fix links to re-dumping guides | |||
2023-07-16 | Merge pull request #10912 from comex/ssl | liamwhite | |
Implement SSL service | |||
2023-07-16 | android: fix links to re-dumping guides | Valeri Ochinski | |
2023-07-15 | buffer_cache: Increase number of texture buffers | GPUCode | |