| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #9769 from Kelebek1/audio_oob | 2023-02-16 | 2 | -40/+92 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | [audio_core] Fix depop prepare | ||||
| | * | | | | Add fallback for memory read/write in case the address goes over a 4K page | 2023-02-11 | 1 | -12/+64 | |
| | | | | | | |||||
| | * | | | | Fix depop prepare receiving bad mix infos and writing out of bounds, and ↵ | 2023-02-11 | 2 | -40/+40 | |
| | | | | | | | | | | | | | | | | | | | | | update aux a bit, may help | ||||
| * | | | | | Merge pull request #9796 from liamwhite/current | 2023-02-15 | 72 | -291/+315 | |
| |\ \ \ \ \ | | | | | | | | | | | | | general: rename CurrentProcess to ApplicationProcess | ||||
| | * | | | | | general: rename CurrentProcess to ApplicationProcess | 2023-02-13 | 41 | -164/+169 | |
| | | | | | | | |||||
| | * | | | | | kernel: use GetCurrentProcess | 2023-02-13 | 34 | -128/+147 | |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usage | 2023-02-15 | 26 | -60/+54 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix consexpr value declaration usage | ||||
| | * | | | | | remove constexpr from virtual function | 2023-02-14 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| | * | | | | | use a string view to skip allocation | 2023-02-14 | 2 | -13/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| | * | | | | | remove static from pointer sized or smaller types for aesthetics, change ↵ | 2023-02-14 | 102 | -307/+300 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| | * | | | | | apply clang-format | 2023-02-14 | 2 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| | * | | | | | don't use static inside constexpr function | 2023-02-14 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| | * | | | | | add static lifetime to constexpr values to force compile time evaluation ↵ | 2023-02-14 | 101 | -303/+309 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | | | | | | Merge pull request #9809 from liamwhite/unused-service | 2023-02-15 | 24 | -621/+0 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | service: remove deleted services | ||||
| | * | | | | | | service: remove deleted services | 2023-02-14 | 24 | -621/+0 | |
| | |/ / / / / | |||||
| * / / / / / | Revert "main: Fix borderless fullscreen for high dpi scaled displays" | 2023-02-14 | 1 | -13/+1 | |
| |/ / / / / | |||||
| * | | | | | Merge pull request #9795 from Kelebek1/biquad_fix | 2023-02-14 | 1 | -2/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | [audio_core] Use different state offset for each biquad filter channel | ||||
| | * | | | | | Fix biquad filter command's state buffer offset | 2023-02-13 | 1 | -2/+2 | |
| | |/ / / / | |||||
| * | | | | | Merge pull request #9793 from Morph1984/borderless-hidpi | 2023-02-14 | 1 | -1/+13 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | main: Fix borderless fullscreen for high dpi scaled displays | ||||
| | * | | | | main: Fix borderless fullscreen for high dpi scaled displays | 2023-02-12 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows, a borderless window will be treated the same as exclusive fullscreen when the window geometry matches the physical dimensions of the screen. However, with High DPI scaling, when the devicePixelRatioF() is > 1, the borderless window apparently is not treated as exclusive fullscreen and functions correctly. One can verify and replicate this behavior by using a high resolution (4K) display, and switching between 100% and 200% scaling in Windows' display settings. At 100%, without the addition of 1, it is treated as exclusive fullscreen. At 200%, with or without the addition of 1, it is treated as borderless windowed. Therefore, we can use (read: abuse) this difference in behavior to fix this issue for those with higher resolution displays when the Qt scaling ratio is > 1. Should this behavior be changed in the future, please revisit this workaround. | ||||
| * | | | | | Merge pull request #9784 from m-HD/master | 2023-02-12 | 1 | -0/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | settings: added missing graphical settings to RestoreGlobalState() | ||||
| | * | | | | Update settings.cpp | 2023-02-12 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | added missing graphical settings to RestoreGlobalState() | ||||
| * | | | | | Merge pull request #9757 from german77/gyro | 2023-02-12 | 8 | -21/+67 | |
| |\ \ \ \ \ | | | | | | | | | | | | | core: hid: Use gyro thresholds modes set by the game | ||||