summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-01kernel: be more careful about kernel address keysLiam
2023-03-01kernel: refactor priority inheritance to represent locks as C++ objectsLiam
2023-03-01kernel: simplify AddressSpaceInfo, update valuesLiam
2023-03-01kernel: barrier memory before condition variable writeLiam
2023-03-01kernel: document previous location of interrupt disables in arbiter/condvarLiam
2023-03-01kernel: adjust pool allocationsLiam
2023-03-01kernel: simplify KAbstractSchedulerLock::LockLiam
2023-03-01kernel: add InfoType::IoRegionHintLiam
2023-03-01Merge pull request #9832 from liamwhite/hle-mpliamwhite
service: HLE multiprocess
2023-02-28Merge pull request #9879 from zhaobot/tx-update-20230301024940liamwhite
Update translations (2023-03-01)
2023-03-01Update translations (2023-03-01)The yuzu Community
2023-02-28Merge pull request #9877 from abouvier/cmake-boostliamwhite
cmake: use correct boost imported targets
2023-02-28Merge pull request #9862 from abouvier/cmake-componentsliamwhite
cmake: support components in find modules
2023-02-28cmake: use correct boost imported targetsAlexandre Bouvier
2023-02-28cmake: support components in find modulesAlexandre Bouvier
2023-02-28Merge pull request #9851 from abouvier/openssl-vcpkgliamwhite
externals: use openssl from vcpkg
2023-02-28externals: use openssl from vcpkgAlexandre Bouvier
2023-02-27Merge pull request #9844 from abouvier/jwt-fixliamwhite
cmake: fix cpp-jwt build
2023-02-27Merge pull request #9859 from liamwhite/tmem-useliamwhite
service: avoid direct pointer access of transfer memory objects
2023-02-27Merge pull request #9874 from german77/violetliamwhite
service: btm: Fix handle functions
2023-02-27Merge pull request #9872 from goldenx86/partialLTOMatías Locatti
Partial LTO
2023-02-27Partially apply LTO to only core and video_core projects.Matías Locatti
2023-02-27service: btm: Fix handle functionsNarr the Reg
2023-02-26Merge pull request #9871 from yuzu-emu/revert-9824-burning-profilesbunnei
Revert "yuzu: config: Remove player 8 and 9 from config file"
2023-02-26Revert "yuzu: config: Remove player 8 and 9 from config file"Narr the Reg
2023-02-26Merge pull request #9849 from ameerj/async-astcliamwhite
texture_cache: Add asynchronous ASTC texture decoding
2023-02-26Merge pull request #9824 from german77/burning-profilesliamwhite
yuzu: config: Remove player 8 and 9 from config file
2023-02-25yuzu: config: Remove player 8 and 9 from config fileNarr the Reg
2023-02-25Merge pull request #9848 from german77/metroid_motionliamwhite
input_common: Implement dedicated motion from mouse
2023-02-25Merge pull request #9857 from german77/fwupdateliamwhite
core: Update service function tables to 16.0.0+
2023-02-25Merge pull request #9861 from german77/bustypeliamwhite
core: hidbus: Fix BusType size
2023-02-25Merge pull request #9863 from german77/max-clockliamwhite
config: Fix per game Force max clock
2023-02-25config: Fix per game Force max clockgerman77
2023-02-24core: hidbus: Fix BusType sizeNarr the Reg
2023-02-24core: Update service function tables to 16.0.0+Narr the Reg
2023-02-24am: avoid direct pointer access of transfer memory objectsLiam
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam
2023-02-22Merge pull request #9842 from german77/proper_real_mouseliamwhite
core: hid: Fix native mouse mapping
2023-02-22configuration: Add async ASTC decode settingameerj
2023-02-22texture_cache: Add async texture decodingameerj
2023-02-21core: hid: Restore motion state on refresh and clamp motion valuesNarr the Reg
2023-02-21input_common: Implement dedicated motion from mouseNarr the Reg
2023-02-21settings: Add more input settings to the logNarr the Reg
2023-02-21core: hid: Fix native mouse mappingsNarr the Reg
2023-02-21Merge pull request #9847 from german77/timeoutliamwhite
yuzu: Set a lower timeout for discord presence
2023-02-21yuzu: Set a lower timeout for discord presenceNarr the Reg
2023-02-22cmake: fix cpp-jwt buildAlexandre Bouvier
2023-02-21Merge pull request #9846 from merryhime/type-constliamwhite
svc: Fix type consistency (exposed on macOS)
2023-02-21Merge pull request #9841 from abouvier/httplib-updateliamwhite
externals: Update cpp-httplib to latest
2023-02-21Merge pull request #9843 from MonsterDruide1/network-connresetliamwhite
net: translate ECONNRESET network error