summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kernel: adjust pool allocationsGravatar Liam2023-03-012-7/+16
* kernel: simplify KAbstractSchedulerLock::LockGravatar Liam2023-03-011-5/+6
* kernel: add InfoType::IoRegionHintGravatar Liam2023-03-011-0/+1
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-01141-1153/+1569
|\
| * sm:: fix lingering session initialization issuesGravatar Liam2023-02-212-2/+19
| * cheat_engine: add check for hid initializationGravatar Liam2023-02-211-2/+7
| * sm:: support service registration deferralGravatar Liam2023-02-215-8/+151
| * service: refactor server architectureGravatar Liam2023-02-21140-1143/+1393
| * core: defer cpu shutdownGravatar Liam2023-02-211-3/+4
* | Merge pull request #9879 from zhaobot/tx-update-20230301024940Gravatar liamwhite2023-02-2822-8176/+9411
|\ \
| * | Update translations (2023-03-01)Gravatar The yuzu Community2023-03-0122-8176/+9411
|/ /
* | Merge pull request #9877 from abouvier/cmake-boostGravatar liamwhite2023-02-286-31/+7
|\ \
| * | cmake: use correct boost imported targetsGravatar Alexandre Bouvier2023-02-286-31/+7
* | | Merge pull request #9862 from abouvier/cmake-componentsGravatar liamwhite2023-02-284-12/+43
|\ \ \ | |/ / |/| |
| * | cmake: support components in find modulesGravatar Alexandre Bouvier2023-02-284-12/+43
|/ /
* | Merge pull request #9851 from abouvier/openssl-vcpkgGravatar liamwhite2023-02-285-36/+19
|\ \
| * | externals: use openssl from vcpkgGravatar Alexandre Bouvier2023-02-285-36/+19
|/ /
* | Merge pull request #9844 from abouvier/jwt-fixGravatar liamwhite2023-02-272-10/+11
|\ \
| * | cmake: fix cpp-jwt buildGravatar Alexandre Bouvier2023-02-222-10/+11
* | | Merge pull request #9859 from liamwhite/tmem-useGravatar liamwhite2023-02-2721-75/+95
|\ \ \
| * | | am: avoid direct pointer access of transfer memory objectsGravatar Liam2023-02-241-6/+4
| * | | hid: avoid direct pointer access of transfer memory objectsGravatar Liam2023-02-2420-69/+91
* | | | Merge pull request #9874 from german77/violetGravatar liamwhite2023-02-271-4/+8
|\ \ \ \
| * | | | service: btm: Fix handle functionsGravatar Narr the Reg2023-02-271-4/+8
* | | | | Merge pull request #9872 from goldenx86/partialLTOGravatar Matías Locatti2023-02-274-1/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Partially apply LTO to only core and video_core projects.Gravatar Matías Locatti2023-02-274-1/+11
* | | | | Merge pull request #9871 from yuzu-emu/revert-9824-burning-profilesGravatar bunnei2023-02-268-104/+38
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert "yuzu: config: Remove player 8 and 9 from config file"Gravatar Narr the Reg2023-02-268-104/+38
|/ / / /
* | | | Merge pull request #9849 from ameerj/async-astcGravatar liamwhite2023-02-2615-8/+138
|\ \ \ \
| * | | | configuration: Add async ASTC decode settingGravatar ameerj2023-02-2212-8/+49
| * | | | texture_cache: Add async texture decodingGravatar ameerj2023-02-224-0/+89
* | | | | Merge pull request #9824 from german77/burning-profilesGravatar liamwhite2023-02-268-38/+104
|\ \ \ \ \
| * | | | | yuzu: config: Remove player 8 and 9 from config fileGravatar Narr the Reg2023-02-258-38/+104
|/ / / / /
* | | | | Merge pull request #9848 from german77/metroid_motionGravatar liamwhite2023-02-256-26/+115
|\ \ \ \ \
| * | | | | core: hid: Restore motion state on refresh and clamp motion valuesGravatar Narr the Reg2023-02-213-2/+30
| * | | | | input_common: Implement dedicated motion from mouseGravatar Narr the Reg2023-02-213-24/+85
| |/ / / /
* | | | | Merge pull request #9857 from german77/fwupdateGravatar liamwhite2023-02-2513-2/+63
|\ \ \ \ \
| * | | | | core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-2413-2/+63
| | |/ / / | |/| | |
* | | | | Merge pull request #9861 from german77/bustypeGravatar liamwhite2023-02-252-15/+15
|\ \ \ \ \
| * | | | | core: hidbus: Fix BusType sizeGravatar Narr the Reg2023-02-242-15/+15
| |/ / / /
* | | | | Merge pull request #9863 from german77/max-clockGravatar liamwhite2023-02-252-5/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | config: Fix per game Force max clockGravatar german772023-02-252-5/+1
|/ / / /
* | | | Merge pull request #9842 from german77/proper_real_mouseGravatar liamwhite2023-02-226-63/+69
|\ \ \ \ | |/ / / |/| | |
| * | | 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-214-3/+3
|\ \