| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Refactor AccelerateDMA code | 2023-03-06 | 8 | -251/+156 | ||
| * | | | | | Merge pull request #9923 from liamwhite/kht | 2023-03-10 | 8 | -15/+42 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | kernel: add timer pointer to KThreadQueue | 2023-03-07 | 8 | -15/+42 | ||
| * | | | | | | Merge pull request #9928 from german77/super_nfp | 2023-03-10 | 5 | -52/+234 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service: nfp: Improve implementation | 2023-03-09 | 5 | -52/+234 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #9925 from ameerj/gl-sync-signal | 2023-03-10 | 5 | -10/+16 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | OpenGL: Prefer glClientWaitSync for OGLSync objects | 2023-03-08 | 5 | -10/+16 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #9917 from Morph1984/the-real-time | 2023-03-10 | 11 | -18/+83 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | perf_stats: Check multicore first | 2023-03-07 | 1 | -2/+2 | ||
| | * | | | | | hid: Use nanosecond timestamps instead of ticks | 2023-03-07 | 2 | -5/+5 | ||
| | * | | | | | core: Promote CPU/GPU threads to time critical | 2023-03-07 | 4 | -4/+4 | ||
| | * | | | | | native_clock: Wait for 10 seconds instead of 30 | 2023-03-07 | 1 | -3/+3 | ||
| | * | | | | | native_clock: Use RealTimeClock instead of SteadyClock | 2023-03-07 | 1 | -4/+4 | ||
| | * | | | | | steady_clock: Introduce a real time clock | 2023-03-07 | 2 | -0/+36 | ||
| | * | | | | | native_clock: Re-adjust the RDTSC frequency | 2023-03-07 | 2 | -5/+34 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #9916 from liamwhite/fpu | 2023-03-09 | 3 | -1/+28 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | kernel: clone fpu status on CreateThread | 2023-03-07 | 3 | -1/+28 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #9822 from ameerj/buffcache-ssbo-addr | 2023-03-09 | 2 | -5/+27 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | buffer_cache: Add logic for non-NVN storage buffer tracking | 2023-02-25 | 2 | -5/+27 | ||
| * | | | | | Merge pull request #9906 from german77/metroid2 | 2023-03-08 | 3 | -10/+20 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | input_common: Increase mouse sensitivity range | 2023-03-07 | 3 | -10/+20 | ||
| * | | | | | | Merge pull request #9912 from liamwhite/err | 2023-03-08 | 35 | -183/+169 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hle: rename legacy errors to Results | 2023-03-06 | 35 | -183/+169 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #9904 from liamwhite/ws | 2023-03-08 | 1 | -16/+29 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | kernel: fix WaitSynchronization | 2023-03-05 | 1 | -16/+29 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #9896 from Kelebek1/d24s8 | 2023-03-08 | 3 | -10/+16 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Check all swizzle components for red, not just [0], pass float border color r... | 2023-03-04 | 3 | -10/+16 | ||
| * | | | | | | | Merge pull request #9921 from liamwhite/override | 2023-03-07 | 4 | -7/+7 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | general: fix type inconsistencies | 2023-03-07 | 4 | -7/+7 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #9918 from liamwhite/fwrapv | 2023-03-07 | 3 | -1/+25 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel: avoid signed overflow UB on MSVC | 2023-03-07 | 3 | -1/+25 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #9920 from liamwhite/constexpr-bit-cast | 2023-03-07 | 1 | -9/+11 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | common: make BitCast constexpr | 2023-03-07 | 1 | -9/+11 | ||
| | |/ / / / / / | ||||||
| * / / / / / / | input_common: Minor typo issues (#9922) | 2023-03-08 | 8 | -48/+48 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #9889 from Morph1984/time-is-ticking | 2023-03-07 | 14 | -57/+322 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | native_clock: Round RDTSC frequency to the nearest 1000 | 2023-03-05 | 1 | -5/+12 | ||
| | * | | | | | timer_resolution: Set current process to High QoS | 2023-03-05 | 1 | -0/+22 | ||
| | * | | | | | hardware_properties: Update BASE_CLOCK_RATE to exactly 1020 MHz | 2023-03-05 | 1 | -5/+3 | ||
| | * | | | | | core_timing: Use higher precision sleeps on Windows | 2023-03-05 | 5 | -24/+47 | ||
| | * | | | | | main: (Windows) Set the current timer resolution to the maximum | 2023-03-05 | 2 | -0/+13 | ||
| | * | | | | | wall_clock: Make use of SteadyClock | 2023-03-05 | 1 | -23/+11 | ||
| | * | | | | | common: Implement a method to change the Windows timer resolution | 2023-03-05 | 3 | -0/+133 | ||
| | * | | | | | common: Implement a high resolution steady clock | 2023-03-05 | 3 | -0/+81 | ||
| * | | | | | | Merge pull request #9890 from Kelebek1/reverb_fix | 2023-03-06 | 3 | -6/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix a bug with the Reverb command in reading from the pre_delay line. | 2023-03-02 | 3 | -6/+8 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #9910 from jbeich/libc++ | 2023-03-06 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | kernel: add missing header for libc++ | 2023-03-06 | 1 | -0/+1 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #9905 from german77/usbssl | 2023-03-06 | 3 | -62/+102 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service: psc: Update names | 2023-03-05 | 1 | -9/+9 | ||
| | * | | | | | | service: ssl: Add missing properties and update names | 2023-03-05 | 1 | -18/+58 | ||