| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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 | ||
| | * | | | | | | | service: usb: Update names | 2023-03-05 | 1 | -35/+35 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #9907 from german77/joycon | 2023-03-06 | 3 | -32/+84 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | input_common: joycon: Add stick input from passive reports | 2023-03-05 | 3 | -32/+84 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #9908 from german77/pfp | 2023-03-06 | 2 | -9/+20 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service: acc: Replace default image with a 32x32 image | 2023-03-05 | 2 | -9/+20 | ||
| | |/ / / / / / | ||||||
| * / / / / / / | fix typo in settings.h | 2023-03-06 | 1 | -4/+4 | ||
| |/ / / / / / | ||||||
| * | / / / / | Engines: Implement Accelerate DMA Texture. | 2023-03-05 | 15 | -97/+658 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #9884 from liamwhite/service-cleanup | 2023-03-03 | 181 | -2179/+2112 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | nvnflinger: fix name | 2023-03-01 | 54 | -444/+443 | ||
| | * | | | | service: move hle_ipc from kernel | 2023-03-01 | 148 | -1734/+1669 | ||
| | * | | | | sm:: remove unused member | 2023-03-01 | 1 | -1/+0 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #9855 from liamwhite/kern-16-support | 2023-03-03 | 13 | -288/+510 | ||
| |\ \ \ \ | ||||||
| | * | | | | kernel: be more careful about kernel address keys | 2023-03-01 | 5 | -11/+23 | ||
| | * | | | | kernel: refactor priority inheritance to represent locks as C++ objects | 2023-03-01 | 8 | -190/+436 | ||
| | * | | | | kernel: simplify AddressSpaceInfo, update values | 2023-03-01 | 1 | -66/+13 | ||
| | * | | | | kernel: barrier memory before condition variable write | 2023-03-01 | 1 | -15/+15 | ||
| | * | | | | kernel: document previous location of interrupt disables in arbiter/condvar | 2023-03-01 | 2 | -3/+9 | ||
| | * | | | | kernel: adjust pool allocations | 2023-03-01 | 2 | -7/+16 | ||