summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-03-11yuzu: Move audio settings to audio sectiongerman77
2023-03-11yuzu: Remove console id settinggerman77
2023-03-08Merge pull request #9906 from german77/metroid2bunnei
input_common: Increase mouse sensitivity range
2023-03-08Merge pull request #9912 from liamwhite/errliamwhite
hle: rename legacy errors to Results
2023-03-08Merge pull request #9904 from liamwhite/wsliamwhite
kernel: fix WaitSynchronization
2023-03-08Merge pull request #9896 from Kelebek1/d24s8liamwhite
Check all swizzle components for red, not just [0]
2023-03-07Merge pull request #9921 from liamwhite/overrideMorph
general: fix type inconsistencies
2023-03-07Merge pull request #9918 from liamwhite/fwrapvMorph
kernel: avoid signed overflow UB on MSVC
2023-03-07Merge pull request #9920 from liamwhite/constexpr-bit-castMorph
common: make BitCast constexpr
2023-03-08input_common: Minor typo issues (#9922)Narr the Reg
2023-03-07input_common: Increase mouse sensitivity rangegerman77
2023-03-07common: make BitCast constexprLiam
2023-03-07general: fix type inconsistenciesLiam
2023-03-07kernel: avoid signed overflow UB on MSVCLiam
2023-03-07Merge pull request #9889 from Morph1984/time-is-tickingliamwhite
core_timing: Reduce CPU usage on Windows
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-06Merge pull request #9890 from Kelebek1/reverb_fixliamwhite
Fix a bug with the Reverb command in reading from the pre delay line
2023-03-06Merge pull request #9910 from jbeich/libc++liamwhite
kernel: add missing header for libc++
2023-03-06Merge pull request #9905 from german77/usbsslliamwhite
Service: USB, SSL, PSC: Update
2023-03-06Merge pull request #9907 from german77/joyconliamwhite
input_common: joycon: Add stick input from passive reports
2023-03-06Merge pull request #9908 from german77/pfpliamwhite
service: acc: Replace default image with a 32x32 image
2023-03-06kernel: add missing header for libc++Jan Beich
In file included from src/core/hle/kernel/k_light_lock.cpp:4: In file included from src/./core/hle/kernel/k_light_lock.h:8: src/./core/hle/kernel/k_scoped_lock.h:25:51: error: no member named 'addressof' in namespace 'std' explicit KScopedLock(T& l) : KScopedLock(std::addressof(l)) {} ~~~~~^
2023-03-06fix typo in settings.hIkko Eltociear Ashimine
Intial -> Initial
2023-03-05service: acc: Replace default image with a 32x32 imageNarr the Reg
2023-03-05input_common: joycon: Add stick input from passive reportsgerman77
2023-03-05service: psc: Update namesNarr the Reg
2023-03-05service: ssl: Add missing properties and update namesNarr the Reg
2023-03-05service: usb: Update namesNarr the Reg
2023-03-05kernel: fix WaitSynchronizationLiam
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow
2023-03-05native_clock: Round RDTSC frequency to the nearest 1000Morph
2023-03-05timer_resolution: Set current process to High QoSMorph
Ensures that this process is treated as a high performance process by the Windows scheduler.
2023-03-05hardware_properties: Update BASE_CLOCK_RATE to exactly 1020 MHzMorph
2023-03-05core_timing: Use higher precision sleeps on WindowsMorph
The precision of sleep_for and wait_for is limited to 1-1.5ms on Windows. Using SleepForOneTick() allows us to sleep for exactly one interval of the current timer resolution. This allows us to take advantage of systems that have a timer resolution of 0.5ms to reduce CPU overhead in the event loop.
2023-03-05main: (Windows) Set the current timer resolution to the maximumMorph
Increases the precision of thread sleeps on Windows.
2023-03-05wall_clock: Make use of SteadyClockMorph
2023-03-05common: Implement a method to change the Windows timer resolutionMorph
This utilizes undocumented NtDll functions to change the current timer resolution from the default of 1ms.
2023-03-05common: Implement a high resolution steady clockMorph
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision.
2023-03-03Merge pull request #9884 from liamwhite/service-cleanupMorph
service: miscellaneous cleanups
2023-03-04Check all swizzle components for red, not just [0], pass float border color ↵Kelebek1
rather than int
2023-03-03Merge pull request #9855 from liamwhite/kern-16-supportbunnei
kernel: support for 16.0.0
2023-03-02Fix a bug with the Reverb command in reading from the pre_delay line.Kelebek1
2023-03-01vulkan_common: disable vertexInputDynamicState on unsupported driverLiam
2023-03-01kernel: be more careful about kernel address keysLiam
2023-03-01kernel: refactor priority inheritance to represent locks as C++ objectsLiam
2023-03-01kernel: simplify AddressSpaceInfo, update valuesLiam
2023-03-01kernel: barrier memory before condition variable writeLiam
2023-03-01kernel: document previous location of interrupt disables in arbiter/condvarLiam
2023-03-01kernel: adjust pool allocationsLiam
2023-03-01kernel: simplify KAbstractSchedulerLock::LockLiam