aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
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-28cmake: use correct boost imported targetsAlexandre Bouvier
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-26Revert "yuzu: config: Remove player 8 and 9 from config file"Narr the Reg
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-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-21core: hid: Restore motion state on refresh and clamp motion valuesNarr the Reg
2023-02-21core: hid: Fix native mouse mappingsNarr the Reg
2023-02-21Merge pull request #9846 from merryhime/type-constliamwhite
svc: Fix type consistency (exposed on macOS)
2023-02-21svc: Fix type consistency (exposed on macOS)Merry
2023-02-21net: translate ECONNRESET network errorMonsterDruide1
2023-02-21sm:: fix lingering session initialization issuesLiam
2023-02-21cheat_engine: add check for hid initializationLiam
2023-02-21sm:: support service registration deferralLiam
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
2023-02-21core: defer cpu shutdownLiam
2023-02-19Merge pull request #9771 from ameerj/host-thread-idliamwhite
kernel: Refactor thread_local variable usage
2023-02-18Merge pull request #9815 from german77/qt-mouseliamwhite
Qt: Fix mouse scalling
2023-02-17kernel: add KObjectNameLiam
2023-02-16input_common: Split mouse input into individual devicesNarr the Reg
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
general: rename CurrentProcess to ApplicationProcess
2023-02-15Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageliamwhite
Fix consexpr value declaration usage
2023-02-14remove constexpr from virtual functionarades79
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14service: remove deleted servicesLiam
2023-02-14use a string view to skip allocationarades79
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14remove static from pointer sized or smaller types for aesthetics, change ↵arades79
constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14apply clang-formatarades79
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation ↵arades79
where possible Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-13kernel: use GetCurrentProcessLiam
2023-02-12Merge pull request #9757 from german77/gyrobunnei
core: hid: Use gyro thresholds modes set by the game
2023-02-11kernel/svc: Fix undefined info_idColin Kinloch
2023-02-11Merge pull request #9773 from bunnei/fix-process-resourceliamwhite
core: kernel: k_process: Use application system resource.
2023-02-10Merge pull request #9742 from liamwhite/svc-wrap-onlybunnei
kernel/svc: switch to generated wrappers
2023-02-10core: kernel: k_process: Use application system resource.bunnei
2023-02-10kernel: Refactor thread_local variable usageameerj
On MSVC at least, there seems to be a non-trivial overhead to calling GetHostThreadId(). This slightly reworks the host_thread_id variable to reduce some of the complexity around its usage, along with some small refactors around current_thread and dummy thread
2023-02-10kernel: avoid usage of bit_castLiam
2023-02-09core: hid: Use gyro thresholds modes set by the gameNarr the Reg