summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* hardware_properties: Update BASE_CLOCK_RATE to exactly 1020 MHzGravatar Morph2023-03-051-5/+3
* core_timing: Use higher precision sleeps on WindowsGravatar Morph2023-03-052-23/+38
* Merge pull request #9884 from liamwhite/service-cleanupGravatar Morph2023-03-03178-2075/+2008
|\
| * nvnflinger: fix nameGravatar Liam2023-03-0151-340/+339
| * service: move hle_ipc from kernelGravatar Liam2023-03-01148-1734/+1669
| * sm:: remove unused memberGravatar Liam2023-03-011-1/+0
* | kernel: be more careful about kernel address keysGravatar Liam2023-03-015-11/+23
* | kernel: refactor priority inheritance to represent locks as C++ objectsGravatar Liam2023-03-018-190/+436
* | kernel: simplify AddressSpaceInfo, update valuesGravatar Liam2023-03-011-66/+13
* | kernel: barrier memory before condition variable writeGravatar Liam2023-03-011-15/+15
* | kernel: document previous location of interrupt disables in arbiter/condvarGravatar Liam2023-03-012-3/+9
* | 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
* | cmake: use correct boost imported targetsGravatar Alexandre Bouvier2023-02-281-1/+1
* | 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-271-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Partially apply LTO to only core and video_core projects.Gravatar Matías Locatti2023-02-271-0/+4
* | | | Revert "yuzu: config: Remove player 8 and 9 from config file"Gravatar Narr the Reg2023-02-263-98/+13
|/ / /
* | | yuzu: config: Remove player 8 and 9 from config fileGravatar Narr the Reg2023-02-253-13/+98
* | | Merge pull request #9848 from german77/metroid_motionGravatar liamwhite2023-02-253-2/+30
|\ \ \
| * | | core: hid: Restore motion state on refresh and clamp motion valuesGravatar Narr the Reg2023-02-213-2/+30
* | | | 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
| | |/ / | |/| |
* / | | core: hidbus: Fix BusType sizeGravatar Narr the Reg2023-02-242-15/+15
|/ / /
* / / core: hid: Fix native mouse mappingsGravatar Narr the Reg2023-02-215-63/+62
|/ /
* | Merge pull request #9846 from merryhime/type-constGravatar liamwhite2023-02-2113-53/+53
|\ \
| * | svc: Fix type consistency (exposed on macOS)Gravatar Merry2023-02-2113-53/+53
| |/
* / net: translate ECONNRESET network errorGravatar MonsterDruide12023-02-214-0/+8
|/
* 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 #9815 from german77/qt-mouseGravatar liamwhite2023-02-182-1/+5
|\ \
| * | input_common: Split mouse input into individual devicesGravatar Narr the Reg2023-02-162-1/+5
* | | kernel: add KObjectNameGravatar Liam2023-02-177-3/+265
|/ /
* | Merge pull request #9796 from liamwhite/currentGravatar liamwhite2023-02-1567-283/+307
|\ \
| * | general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-1336-156/+161
| * | kernel: use GetCurrentProcessGravatar Liam2023-02-1334-128/+147
* | | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageGravatar liamwhite2023-02-1511-25/+19
|\ \ \
| * | | remove constexpr from virtual functionGravatar arades792023-02-142-5/+5
| * | | use a string view to skip allocationGravatar arades792023-02-142-13/+7