Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-23 | Merge pull request #9964 from liamwhite/typed-address | liamwhite | |
kernel: use KTypedAddress for addresses | |||
2023-03-22 | kernel: use KTypedAddress for addresses | Liam | |
2023-03-18 | common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W. | bunnei | |
2023-03-17 | common: bounded_threadsafe_queue: Use polyfill_thread. | bunnei | |
2023-03-12 | general: fix spelling mistakes | Liam | |
2023-03-10 | Merge pull request #9917 from Morph1984/the-real-time | liamwhite | |
native_clock: Re-adjust the RDTSC frequency to its real frequency | |||
2023-03-08 | Merge pull request #9906 from german77/metroid2 | bunnei | |
input_common: Increase mouse sensitivity range | |||
2023-03-07 | Merge pull request #9918 from liamwhite/fwrapv | Morph | |
kernel: avoid signed overflow UB on MSVC | |||
2023-03-07 | Merge pull request #9920 from liamwhite/constexpr-bit-cast | Morph | |
common: make BitCast constexpr | |||
2023-03-07 | native_clock: Wait for 10 seconds instead of 30 | Morph | |
It was experimentally determined to be sufficient. | |||
2023-03-07 | native_clock: Use RealTimeClock instead of SteadyClock | Morph | |
We want to synchronize RDTSC to real time. | |||
2023-03-07 | steady_clock: Introduce a real time clock | Morph | |
2023-03-07 | native_clock: Re-adjust the RDTSC frequency | Morph | |
The RDTSC frequency reported by CPUID is not accurate to its true frequency. We will spawn a separate thread to calculate the true RDTSC frequency after a measurement period of 30 seconds has elapsed. | |||
2023-03-08 | input_common: Minor typo issues (#9922) | Narr the Reg | |
2023-03-07 | input_common: Increase mouse sensitivity range | german77 | |
2023-03-07 | common: make BitCast constexpr | Liam | |
2023-03-07 | kernel: avoid signed overflow UB on MSVC | Liam | |
2023-03-07 | Merge pull request #9889 from Morph1984/time-is-ticking | liamwhite | |
core_timing: Reduce CPU usage on Windows | |||
2023-03-06 | fix typo in settings.h | Ikko Eltociear Ashimine | |
Intial -> Initial | |||
2023-03-05 | native_clock: Round RDTSC frequency to the nearest 1000 | Morph | |
2023-03-05 | timer_resolution: Set current process to High QoS | Morph | |
Ensures that this process is treated as a high performance process by the Windows scheduler. | |||
2023-03-05 | core_timing: Use higher precision sleeps on Windows | Morph | |
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-05 | wall_clock: Make use of SteadyClock | Morph | |
2023-03-05 | common: Implement a method to change the Windows timer resolution | Morph | |
This utilizes undocumented NtDll functions to change the current timer resolution from the default of 1ms. | |||
2023-03-05 | common: Implement a high resolution steady clock | Morph | |
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision. | |||
2023-03-01 | nvnflinger: fix name | Liam | |
2023-02-28 | cmake: use correct boost imported targets | Alexandre Bouvier | |
2023-02-26 | Revert "yuzu: config: Remove player 8 and 9 from config file" | Narr the Reg | |
2023-02-26 | Merge pull request #9849 from ameerj/async-astc | liamwhite | |
texture_cache: Add asynchronous ASTC texture decoding | |||
2023-02-25 | yuzu: config: Remove player 8 and 9 from config file | Narr the Reg | |
2023-02-22 | configuration: Add async ASTC decode setting | ameerj | |
2023-02-22 | texture_cache: Add async texture decoding | ameerj | |
2023-02-21 | settings: Add more input settings to the log | Narr the Reg | |
2023-02-12 | Update settings.cpp | m-HD | |
added missing graphical settings to RestoreGlobalState() | |||
2023-02-09 | input_common: Reintroduce custom pro controller support | Narr the Reg | |
2023-02-03 | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | |
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363. | |||
2023-02-02 | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵ | liamwhite | |
ReadBuffer" | |||
2023-02-01 | Merge pull request #9696 from german77/please_forgive_me_for_this_sin | bunnei | |
input_common: Implement turbo buttons | |||
2023-02-01 | input_common: Implement turbo buttons | german77 | |
2023-01-30 | Merge pull request #9508 from ameerj/hle-ipc-buffer-span | bunnei | |
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer | |||
2023-01-29 | Move to Clang Format 15 | Levi Behunin | |
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | |||
2023-01-27 | polyfill_thread: satisfy execution ordering requirements of stop_callback | Liam | |
2023-01-25 | polyfill_thread: Implement StoppableTimedWait | Morph | |
StoppableTimedWait allows for a timed wait to be stopped immediately after a stop is requested. This is useful in cases where long duration thread sleeps are needed and allows for immediate joining of waiting threads after a stop is requested. Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com> | |||
2023-01-24 | Merge pull request #9662 from abouvier/cmake-llvm | bunnei | |
cmake: prefer system llvm library | |||
2023-01-24 | Merge pull request #9492 from german77/joycon_release | liamwhite | |
Input_common: Implement custom joycon driver v2 | |||
2023-01-23 | cmake: prefer system llvm library | Alexandre Bouvier | |
2023-01-22 | Merge pull request #9613 from Kelebek1/demangle | liamwhite | |
Add stacktrace symbol demangling | |||
2023-01-19 | input_common: Use DriverResult on all engines | german77 | |
2023-01-19 | input_common: Disable SDL driver with switch controllers | Narr the Reg | |
2023-01-19 | input_common: Initial skeleton for custom joycon driver | Narr the Reg | |