dolphin/Source/Core
Martino Fontana 832570c658 Core: Add VBI Frequency Override
This feature allows overriding the frequency of the Vertical Blank Interrupt. For many games, this means that their gameplay speed will change without affecting audio, which would be useful by itself (e.g. grinding in RPGs).

However, there are games that use delta time for their game logic, which allows them to be played at >60 FPS at the same gameplay speed!

Some games aren't dynamic though, and require a patch to adjust their game speed variable.
2025-05-12 18:54:36 +02:00
..
AudioCommon Merge pull request #13608 from jordan-woyak/async-work-thread 2025-05-04 18:45:14 +02:00
Common Merge pull request #13608 from jordan-woyak/async-work-thread 2025-05-04 18:45:14 +02:00
Core Core: Add VBI Frequency Override 2025-05-12 18:54:36 +02:00
DiscIO Merge pull request #13597 from JosJuice/hide-boot-bin 2025-05-01 21:30:10 -04:00
DolphinNoGUI linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
DolphinQt Core: Add VBI Frequency Override 2025-05-12 18:54:36 +02:00
DolphinTool DolphinTool: Make parameter constant 2025-04-23 15:55:48 +02:00
InputCommon Common and VideoCommon: Change texture data from std::vector to Common::UniqueBuffer. 2025-05-03 18:32:30 -05:00
MacUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
UICommon Common and VideoCommon: Change texture data from std::vector to Common::UniqueBuffer. 2025-05-03 18:32:30 -05:00
UpdaterCommon
VideoBackends VideoBackends/Vulkan: Use WorkQueueThreadSP for swap commands. 2025-04-30 16:29:35 -05:00
VideoCommon VideoCommon: reset some CP registers during PI_FIFO_RESET 2025-05-05 21:18:37 +01:00
WinUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Common: Add MoveOnlyFunction. 2025-04-27 20:07:13 -05:00
DolphinLib.vcxproj AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05:00
DolphinLib.vcxproj.user
DolphinLib.x64.props
VersionInfo.plist.in ScmRevGen: Don't generate Info.plist files directly 2024-12-05 14:56:08 -05:00