dolphin/Source/Android/app
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
..
src/main Core: Add VBI Frequency Override 2025-05-12 18:54:36 +02:00
.gitignore Android: Update the gradle file to use android studio 2.2 cmake. 2016-10-05 23:44:10 +02:00
build.gradle.kts Android: Show time played in game details 2025-04-19 14:34:49 +02:00
proguard-rules.pro Android: Clean up ProGuard 2024-05-25 21:56:19 -04:00