| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | service: refactor server architecture | 2023-02-21 | 140 | -1143/+1393 | ||
| | | | | | | | | | | | | | | | | | Converts services to have their own processes | |||||
| | * | | | core: defer cpu shutdown | 2023-02-21 | 1 | -3/+4 | ||
| | | | | | ||||||
| * | | | | cmake: use correct boost imported targets | 2023-02-28 | 5 | -5/+5 | ||
| | | | | | ||||||
| * | | | | Merge pull request #9859 from liamwhite/tmem-use | 2023-02-27 | 21 | -75/+95 | ||
| |\ \ \ \ | | | | | | | | | | | service: avoid direct pointer access of transfer memory objects | |||||
| | * | | | | am: avoid direct pointer access of transfer memory objects | 2023-02-24 | 1 | -6/+4 | ||
| | | | | | | ||||||
| | * | | | | hid: avoid direct pointer access of transfer memory objects | 2023-02-24 | 20 | -69/+91 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #9874 from german77/violet | 2023-02-27 | 1 | -4/+8 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | service: btm: Fix handle functions | |||||
| | * | | | | | service: btm: Fix handle functions | 2023-02-27 | 1 | -4/+8 | ||
| | | | | | | | ||||||
| * | | | | | | Merge pull request #9872 from goldenx86/partialLTO | 2023-02-27 | 2 | -0/+8 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Partial LTO | |||||
| | * | | | | | Partially apply LTO to only core and video_core projects. | 2023-02-27 | 2 | -0/+8 | ||
| | | | | | | | ||||||
| * | | | | | | Revert "yuzu: config: Remove player 8 and 9 from config file" | 2023-02-26 | 8 | -104/+38 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #9849 from ameerj/async-astc | 2023-02-26 | 15 | -8/+138 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | texture_cache: Add asynchronous ASTC texture decoding | |||||
| | * | | | | | configuration: Add async ASTC decode setting | 2023-02-22 | 12 | -8/+49 | ||
| | | | | | | | ||||||
| | * | | | | | texture_cache: Add async texture decoding | 2023-02-22 | 4 | -0/+89 | ||
| | | | | | | | ||||||
| * | | | | | | yuzu: config: Remove player 8 and 9 from config file | 2023-02-25 | 8 | -38/+104 | ||
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Merge pull request #9848 from german77/metroid_motion | 2023-02-25 | 6 | -26/+115 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | input_common: Implement dedicated motion from mouse | |||||
| | * | | | | | core: hid: Restore motion state on refresh and clamp motion values | 2023-02-21 | 3 | -2/+30 | ||
| | | | | | | | ||||||
| | * | | | | | input_common: Implement dedicated motion from mouse | 2023-02-21 | 3 | -24/+85 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #9857 from german77/fwupdate | 2023-02-25 | 13 | -2/+63 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | core: Update service function tables to 16.0.0+ | |||||
| | * | | | | | core: Update service function tables to 16.0.0+ | 2023-02-24 | 13 | -2/+63 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #9861 from german77/bustype | 2023-02-25 | 2 | -15/+15 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | core: hidbus: Fix BusType size | |||||
| | * | | | | | core: hidbus: Fix BusType size | 2023-02-24 | 2 | -15/+15 | ||
| | |/ / / / | ||||||
| * / / / / | config: Fix per game Force max clock | 2023-02-25 | 2 | -5/+1 | ||
| |/ / / / | ||||||
| * | | | | settings: Add more input settings to the log | 2023-02-21 | 1 | -0/+7 | ||
| | | | | | ||||||
| * | | | | core: hid: Fix native mouse mappings | 2023-02-21 | 5 | -63/+62 | ||
| |/ / / | ||||||
| * | | | Merge pull request #9847 from german77/timeout | 2023-02-21 | 1 | -0/+2 | ||
| |\ \ \ | | | | | | | | | yuzu: Set a lower timeout for discord presence | |||||
| | * | | | yuzu: Set a lower timeout for discord presence | 2023-02-21 | 1 | -0/+2 | ||
| | |/ / | ||||||
| * | | | Merge pull request #9846 from merryhime/type-const | 2023-02-21 | 14 | -54/+54 | ||
| |\ \ \ | | | | | | | | | svc: Fix type consistency (exposed on macOS) | |||||
| | * | | | svc: Fix type consistency (exposed on macOS) | 2023-02-21 | 14 | -54/+54 | ||
| | |/ / | ||||||
| * | | | Merge pull request #9841 from abouvier/httplib-update | 2023-02-21 | 2 | -2/+2 | ||
| |\ \ \ | | | | | | | | | externals: Update cpp-httplib to latest | |||||
| | * | | | externals: Update cpp-httplib to latest | 2023-02-21 | 2 | -2/+2 | ||
| | |/ / | ||||||
| * / / | net: translate ECONNRESET network error | 2023-02-21 | 4 | -0/+8 | ||
| |/ / | ||||||
| * | | Qt: Reintroduce scaling for touch input | 2023-02-19 | 2 | -6/+16 | ||
| | | | ||||||
| * | | Merge pull request #9771 from ameerj/host-thread-id | 2023-02-19 | 1 | -27/+18 | ||
| |\ \ | | | | | | | kernel: Refactor thread_local variable usage | |||||
| | * | | kernel: Refactor thread_local variable usage | 2023-02-10 | 1 | -27/+18 | ||
| | | | | | | | | | | | | | | | | | | | On MSVC at least, there seems to be a non-trivial overhead to calling GetHostThreadId(). This slightly reworks the host_thread_id variable to reduce some of the complexity around its usage, along with some small refactors around current_thread and dummy thread | |||||
| * | | | Merge pull request #9588 from liamwhite/bylaws-reverts | 2023-02-19 | 10 | -34/+9 | ||
| |\ \ \ | | | | | | | | | Revert "shader_recompiler: Align SSBO offsets to meet host requirements" | |||||
| | * | | | Revert "shader_recompiler: Align SSBO offsets to meet host requirements" | 2023-01-07 | 4 | -12/+6 | ||
| | | | | | | | | | | | | | | | | | This reverts commit 8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e. | |||||
| | * | | | Revert "Vulkan, OpenGL: Hook up storage buffer alignment code" | 2023-01-07 | 6 | -22/+3 | ||
| | | | | | | | | | | | | | | | | | This reverts commit 9e2997c4b6456031622602002924617690e32a13. | |||||
| * | | | | Merge pull request #9815 from german77/qt-mouse | 2023-02-18 | 11 | -47/+120 | ||
| |\ \ \ \ | | | | | | | | | | | Qt: Fix mouse scalling | |||||
| | * | | | | input_common: Split mouse input into individual devices | 2023-02-16 | 10 | -31/+114 | ||
| | | | | | | ||||||
| | * | | | | Qt: Fix mouse scalling | 2023-02-15 | 2 | -18/+8 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #9825 from liamwhite/object-name | 2023-02-18 | 7 | -3/+265 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | kernel: add KObjectName | |||||
| | * | | | | | kernel: add KObjectName | 2023-02-17 | 7 | -3/+265 | ||
| | | | | | | | ||||||
| * | | | | | | Merge pull request #9810 from Kelebek1/nvdec_threads | 2023-02-17 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow >1 cpu threads on video decoding, disable multi-frame decoding | |||||
| | * | | | | | | Allow >1 cpu threads on video decoding, disable multi-frame decoding | 2023-02-14 | 1 | -0/+2 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #9817 from german77/save | 2023-02-16 | 4 | -2/+11 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | yuzu: Write to config file on important config changes | |||||
| | * | | | | | | yuzu: Shutdown game on restart to reload per game config | 2023-02-16 | 1 | -2/+4 | ||
| | | | | | | | | ||||||
| | * | | | | | | yuzu: Write to config file on important config changes | 2023-02-16 | 4 | -0/+7 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #9802 from Kelebek1/wait_data_cache | 2023-02-16 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Re-add the invalidate_texture_data_cache register | |||||
| | * | | | | | | Reimplement the invalidate_texture_data_cache register | 2023-02-14 | 1 | -0/+4 | ||
| | | |/ / / / | |/| | | | | ||||||