summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* native_clock: Re-adjust the RDTSC frequencyGravatar Morph2023-03-072-5/+34
* Merge pull request #9889 from Morph1984/time-is-tickingGravatar liamwhite2023-03-0714-57/+322
|\
| * native_clock: Round RDTSC frequency to the nearest 1000Gravatar Morph2023-03-051-5/+12
| * timer_resolution: Set current process to High QoSGravatar Morph2023-03-051-0/+22
| * 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-055-24/+47
| * main: (Windows) Set the current timer resolution to the maximumGravatar Morph2023-03-052-0/+13
| * wall_clock: Make use of SteadyClockGravatar Morph2023-03-051-23/+11
| * common: Implement a method to change the Windows timer resolutionGravatar Morph2023-03-053-0/+133
| * common: Implement a high resolution steady clockGravatar Morph2023-03-053-0/+81
* | Merge pull request #9890 from Kelebek1/reverb_fixGravatar liamwhite2023-03-063-6/+8
|\ \
| * | Fix a bug with the Reverb command in reading from the pre_delay line.Gravatar Kelebek12023-03-023-6/+8
* | | Merge pull request #9910 from jbeich/libc++Gravatar liamwhite2023-03-061-0/+1
|\ \ \
| * | | kernel: add missing header for libc++Gravatar Jan Beich2023-03-061-0/+1
* | | | Merge pull request #9905 from german77/usbsslGravatar liamwhite2023-03-063-62/+102
|\ \ \ \
| * | | | service: psc: Update namesGravatar Narr the Reg2023-03-051-9/+9
| * | | | service: ssl: Add missing properties and update namesGravatar Narr the Reg2023-03-051-18/+58
| * | | | service: usb: Update namesGravatar Narr the Reg2023-03-051-35/+35
| |/ / /
* | | | Merge pull request #9907 from german77/joyconGravatar liamwhite2023-03-063-32/+84
|\ \ \ \
| * | | | input_common: joycon: Add stick input from passive reportsGravatar german772023-03-053-32/+84
| |/ / /
* | | | Merge pull request #9908 from german77/pfpGravatar liamwhite2023-03-062-9/+20
|\ \ \ \
| * | | | service: acc: Replace default image with a 32x32 imageGravatar Narr the Reg2023-03-052-9/+20
| |/ / /
* / / / fix typo in settings.hGravatar Ikko Eltociear Ashimine2023-03-061-4/+4
|/ / /
* | / Engines: Implement Accelerate DMA Texture.Gravatar Fernando Sahmkow2023-03-0515-97/+658
| |/ |/|
* | Merge pull request #9884 from liamwhite/service-cleanupGravatar Morph2023-03-03181-2179/+2112
|\ \
| * | nvnflinger: fix nameGravatar Liam2023-03-0154-444/+443
| * | service: move hle_ipc from kernelGravatar Liam2023-03-01148-1734/+1669
| * | sm:: remove unused memberGravatar Liam2023-03-011-1/+0
| |/
* | Merge pull request #9855 from liamwhite/kern-16-supportGravatar bunnei2023-03-0313-288/+510
|\ \
| * | 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
| |/
* / vulkan_common: disable vertexInputDynamicState on unsupported driverGravatar 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-285-5/+5
* | 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