summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9861 from german77/bustypeGravatar liamwhite2023-02-252-15/+15
|\
| * core: hidbus: Fix BusType sizeGravatar Narr the Reg2023-02-242-15/+15
* | config: Fix per game Force max clockGravatar german772023-02-252-5/+1
|/
* 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 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)Gravatar Merry2023-02-2114-54/+54
| |/
* | Merge pull request #9841 from abouvier/httplib-updateGravatar liamwhite2023-02-212-2/+2
|\ \
| * | 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 usageGravatar ameerj2023-02-101-27/+18
* | Merge pull request #9588 from liamwhite/bylaws-revertsGravatar liamwhite2023-02-1910-34/+9
|\ \
| * | Revert "shader_recompiler: Align SSBO offsets to meet host requirements"Gravatar Liam2023-01-074-12/+6
| * | Revert "Vulkan, OpenGL: Hook up storage buffer alignment code"Gravatar Liam2023-01-076-22/+3
* | | Merge pull request #9815 from german77/qt-mouseGravatar liamwhite2023-02-1811-47/+120
|\ \ \
| * | | 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 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 decodingGravatar Kelebek12023-02-141-0/+2
* | | | | | Merge pull request #9817 from german77/saveGravatar Mai2023-02-164-2/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 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
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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 upda...Gravatar Kelebek12023-02-112-40/+40
* | | | | Merge pull request #9796 from liamwhite/currentGravatar liamwhite2023-02-1572-291/+315
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \
| * | | | | remove constexpr from virtual functionGravatar arades792023-02-142-5/+5
| * | | | | use a string view to skip allocationGravatar arades792023-02-142-13/+7
| * | | | | remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-14102-307/+300
| * | | | | apply clang-formatGravatar arades792023-02-142-4/+5
| * | | | | don't use static inside constexpr functionGravatar arades792023-02-141-6/+6
| * | | | | add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-14101-303/+309
* | | | | | Merge pull request #9809 from liamwhite/unused-serviceGravatar bunnei2023-02-1524-621/+0
|\ \ \ \ \ \
| * | | | | | 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
|\ \ \ \ \
| * | | | | 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 displaysGravatar Morph2023-02-121-1/+13