summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-1440-98/+97
| * | | apply clang-formatGravatar arades792023-02-142-4/+5
| * | | add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-1440-96/+96
| |/ /
* / / service: remove deleted servicesGravatar Liam2023-02-1424-621/+0
|/ /
* | Merge pull request #9757 from german77/gyroGravatar bunnei2023-02-128-21/+67
|\ \
| * | core: hid: Use gyro thresholds modes set by the gameGravatar Narr the Reg2023-02-098-21/+67
* | | kernel/svc: Fix undefined info_idGravatar Colin Kinloch2023-02-111-2/+2
* | | Merge pull request #9773 from bunnei/fix-process-resourceGravatar liamwhite2023-02-113-1/+15
|\ \ \
| * | | core: kernel: k_process: Use application system resource.Gravatar bunnei2023-02-103-1/+15
* | | | Merge pull request #9742 from liamwhite/svc-wrap-onlyGravatar bunnei2023-02-1045-1570/+7468
|\ \ \ \ | |/ / / |/| | |
| * | | kernel/svc: switch to generated wrappersGravatar Liam2023-02-0645-1570/+7468
* | | | kernel: avoid usage of bit_castGravatar Liam2023-02-101-2/+2
| |_|/ |/| |
* | | Merge pull request #9747 from german77/SetSupportedNpadIdTypesGravatar liamwhite2023-02-084-6/+15
|\ \ \ | | |/ | |/|
| * | service: hid: Return error if arguments of SetSupportedNpadIdType is invalidGravatar Narr the Reg2023-02-074-6/+15
| |/
* / kernel: fix compilation with older gccGravatar Liam2023-02-062-4/+5
|/
* kernel/svc: Split implementations into separate filesGravatar Liam2023-02-0440-2688/+3196
* fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardGravatar ameerj2023-02-031-1/+1
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-0359-324/+365
* Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-spanGravatar bunnei2023-02-0259-365/+324
|\
| * Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-0259-365/+324
* | kernel: add KDeviceAddressSpaceGravatar Liam2023-02-016-0/+232
|/