summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Refactor AccelerateDMA codeGravatar ameerj2023-03-068-251/+156
* | | | | Merge pull request #9923 from liamwhite/khtGravatar liamwhite2023-03-108-15/+42
|\ \ \ \ \
| * | | | | kernel: add timer pointer to KThreadQueueGravatar Liam2023-03-078-15/+42
* | | | | | Merge pull request #9928 from german77/super_nfpGravatar liamwhite2023-03-105-52/+234
|\ \ \ \ \ \
| * | | | | | service: nfp: Improve implementationGravatar Narr the Reg2023-03-095-52/+234
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #9925 from ameerj/gl-sync-signalGravatar liamwhite2023-03-105-10/+16
|\ \ \ \ \ \
| * | | | | | OpenGL: Prefer glClientWaitSync for OGLSync objectsGravatar ameerj2023-03-085-10/+16
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #9917 from Morph1984/the-real-timeGravatar liamwhite2023-03-1011-18/+83
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | perf_stats: Check multicore firstGravatar Morph2023-03-071-2/+2
| * | | | | hid: Use nanosecond timestamps instead of ticksGravatar Morph2023-03-072-5/+5
| * | | | | core: Promote CPU/GPU threads to time criticalGravatar Morph2023-03-074-4/+4
| * | | | | native_clock: Wait for 10 seconds instead of 30Gravatar Morph2023-03-071-3/+3
| * | | | | native_clock: Use RealTimeClock instead of SteadyClockGravatar Morph2023-03-071-4/+4
| * | | | | steady_clock: Introduce a real time clockGravatar Morph2023-03-072-0/+36
| * | | | | native_clock: Re-adjust the RDTSC frequencyGravatar Morph2023-03-072-5/+34
| | |_|/ / | |/| | |
* | | | | Merge pull request #9916 from liamwhite/fpuGravatar liamwhite2023-03-093-1/+28
|\ \ \ \ \
| * | | | | kernel: clone fpu status on CreateThreadGravatar Liam2023-03-073-1/+28
| |/ / / /
* | | | | Merge pull request #9822 from ameerj/buffcache-ssbo-addrGravatar liamwhite2023-03-092-5/+27
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | buffer_cache: Add logic for non-NVN storage buffer trackingGravatar ameerj2023-02-252-5/+27
* | | | | Merge pull request #9906 from german77/metroid2Gravatar bunnei2023-03-083-10/+20
|\ \ \ \ \
| * | | | | input_common: Increase mouse sensitivity rangeGravatar german772023-03-073-10/+20
* | | | | | Merge pull request #9912 from liamwhite/errGravatar liamwhite2023-03-0835-183/+169
|\ \ \ \ \ \
| * | | | | | hle: rename legacy errors to ResultsGravatar Liam2023-03-0635-183/+169
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #9904 from liamwhite/wsGravatar liamwhite2023-03-081-16/+29
|\ \ \ \ \ \
| * | | | | | kernel: fix WaitSynchronizationGravatar Liam2023-03-051-16/+29
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #9896 from Kelebek1/d24s8Gravatar liamwhite2023-03-083-10/+16
|\ \ \ \ \ \
| * | | | | | Check all swizzle components for red, not just [0], pass float border color r...Gravatar Kelebek12023-03-043-10/+16
* | | | | | | Merge pull request #9921 from liamwhite/overrideGravatar Morph2023-03-074-7/+7
|\ \ \ \ \ \ \
| * | | | | | | general: fix type inconsistenciesGravatar Liam2023-03-074-7/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #9918 from liamwhite/fwrapvGravatar Morph2023-03-073-1/+25
|\ \ \ \ \ \ \
| * | | | | | | kernel: avoid signed overflow UB on MSVCGravatar Liam2023-03-073-1/+25
| |/ / / / / /
* | | | | | | Merge pull request #9920 from liamwhite/constexpr-bit-castGravatar Morph2023-03-071-9/+11
|\ \ \ \ \ \ \
| * | | | | | | common: make BitCast constexprGravatar Liam2023-03-071-9/+11
| |/ / / / / /
* / / / / / / input_common: Minor typo issues (#9922)Gravatar Narr the Reg2023-03-088-48/+48
|/ / / / / /
* | | | | | 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