summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* settings: Add more input settings to the logGravatar Narr the Reg2023-02-211-0/+7
|
* core: hid: Fix native mouse mappingsGravatar Narr the Reg2023-02-215-63/+62
|
* Merge pull request #9847 from german77/timeoutGravatar liamwhite2023-02-211-0/+2
|\ | | | | yuzu: Set a lower timeout for discord presence
| * yuzu: Set a lower timeout for discord presenceGravatar Narr the Reg2023-02-211-0/+2
| |
* | Merge pull request #9846 from merryhime/type-constGravatar liamwhite2023-02-2114-54/+54
|\ \ | | | | | | svc: Fix type consistency (exposed on macOS)
| * | svc: Fix type consistency (exposed on macOS)Gravatar Merry2023-02-2114-54/+54
| |/
* | Merge pull request #9841 from abouvier/httplib-updateGravatar liamwhite2023-02-212-2/+2
|\ \ | | | | | | externals: Update cpp-httplib to latest
| * | externals: Update cpp-httplib to latestGravatar Alexandre Bouvier2023-02-212-2/+2
| |/
* / net: translate ECONNRESET network errorGravatar MonsterDruide12023-02-214-0/+8
|/
* Qt: Reintroduce scaling for touch inputGravatar german772023-02-192-6/+16
|
* Merge pull request #9771 from ameerj/host-thread-idGravatar liamwhite2023-02-191-27/+18
|\ | | | | kernel: Refactor thread_local variable usage
| * kernel: Refactor thread_local variable usageGravatar ameerj2023-02-101-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-revertsGravatar liamwhite2023-02-1910-34/+9
|\ \ | | | | | | Revert "shader_recompiler: Align SSBO offsets to meet host requirements"
| * | Revert "shader_recompiler: Align SSBO offsets to meet host requirements"Gravatar Liam2023-01-074-12/+6
| | | | | | | | | | | | This reverts commit 8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e.
| * | Revert "Vulkan, OpenGL: Hook up storage buffer alignment code"Gravatar Liam2023-01-076-22/+3
| | | | | | | | | | | | This reverts commit 9e2997c4b6456031622602002924617690e32a13.
* | | Merge pull request #9815 from german77/qt-mouseGravatar liamwhite2023-02-1811-47/+120
|\ \ \ | | | | | | | | Qt: Fix mouse scalling
| * | | input_common: Split mouse input into individual devicesGravatar Narr the Reg2023-02-1610-31/+114
| | | |
| * | | Qt: Fix mouse scallingGravatar german772023-02-152-18/+8
| | | |
* | | | Merge pull request #9825 from liamwhite/object-nameGravatar Morph2023-02-187-3/+265
|\ \ \ \ | | | | | | | | | | kernel: add KObjectName
| * | | | kernel: add KObjectNameGravatar Liam2023-02-177-3/+265
| | | | |
* | | | | Merge pull request #9810 from Kelebek1/nvdec_threadsGravatar bunnei2023-02-171-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Allow >1 cpu threads on video decoding, disable multi-frame decoding
| * | | | | Allow >1 cpu threads on video decoding, disable multi-frame decodingGravatar Kelebek12023-02-141-0/+2
| | | | | |
* | | | | | Merge pull request #9817 from german77/saveGravatar Mai2023-02-164-2/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | yuzu: Write to config file on important config changes
| * | | | | yuzu: Shutdown game on restart to reload per game configGravatar Narr the Reg2023-02-161-2/+4
| | | | | |
| * | | | | yuzu: Write to config file on important config changesGravatar Narr the Reg2023-02-164-0/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #9802 from Kelebek1/wait_data_cacheGravatar bunnei2023-02-161-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Re-add the invalidate_texture_data_cache register
| * | | | | Reimplement the invalidate_texture_data_cache registerGravatar Kelebek12023-02-141-0/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #9769 from Kelebek1/audio_oobGravatar bunnei2023-02-162-40/+92
|\ \ \ \ \ | |_|/ / / |/| | | | [audio_core] Fix depop prepare
| * | | | Add fallback for memory read/write in case the address goes over a 4K pageGravatar Kelebek12023-02-111-12/+64
| | | | |
| * | | | Fix depop prepare receiving bad mix infos and writing out of bounds, and ↵Gravatar Kelebek12023-02-112-40/+40
| | | | | | | | | | | | | | | | | | | | update aux a bit, may help
* | | | | Merge pull request #9796 from liamwhite/currentGravatar liamwhite2023-02-1572-291/+315
|\ \ \ \ \ | | | | | | | | | | | | general: rename CurrentProcess to ApplicationProcess
| * | | | | general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-1341-164/+169
| | | | | |
| * | | | | kernel: use GetCurrentProcessGravatar Liam2023-02-1334-128/+147
| | |/ / / | |/| | |
* | | | | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageGravatar liamwhite2023-02-1526-60/+54
|\ \ \ \ \ | | | | | | | | | | | | Fix consexpr value declaration usage
| * | | | | remove constexpr from virtual functionGravatar arades792023-02-142-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
| * | | | | use a string view to skip allocationGravatar arades792023-02-142-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
| * | | | | remove static from pointer sized or smaller types for aesthetics, change ↵Gravatar arades792023-02-14102-307/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com>
| * | | | | apply clang-formatGravatar arades792023-02-142-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
| * | | | | don't use static inside constexpr functionGravatar arades792023-02-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
| * | | | | add static lifetime to constexpr values to force compile time evaluation ↵Gravatar arades792023-02-14101-303/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com>
* | | | | | Merge pull request #9809 from liamwhite/unused-serviceGravatar bunnei2023-02-1524-621/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | service: remove deleted services
| * | | | | | service: remove deleted servicesGravatar Liam2023-02-1424-621/+0
| |/ / / / /
* / / / / / Revert "main: Fix borderless fullscreen for high dpi scaled displays"Gravatar liamwhite2023-02-141-13/+1
|/ / / / /
* | | | | Merge pull request #9795 from Kelebek1/biquad_fixGravatar liamwhite2023-02-141-2/+2
|\ \ \ \ \ | | | | | | | | | | | | [audio_core] Use different state offset for each biquad filter channel
| * | | | | Fix biquad filter command's state buffer offsetGravatar Kelebek12023-02-131-2/+2
| |/ / / /
* | | | | Merge pull request #9793 from Morph1984/borderless-hidpiGravatar liamwhite2023-02-141-1/+13
|\ \ \ \ \ | |/ / / / |/| | | | main: Fix borderless fullscreen for high dpi scaled displays
| * | | | main: Fix borderless fullscreen for high dpi scaled displaysGravatar Morph2023-02-121-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/masterGravatar bunnei2023-02-121-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | settings: added missing graphical settings to RestoreGlobalState()
| * | | | Update settings.cppGravatar m-HD2023-02-121-0/+4
| | | | | | | | | | | | | | | added missing graphical settings to RestoreGlobalState()
* | | | | Merge pull request #9757 from german77/gyroGravatar bunnei2023-02-128-21/+67
|\ \ \ \ \ | | | | | | | | | | | | core: hid: Use gyro thresholds modes set by the game