VideoCommon: Don't round the refresh rate

We now provide a double to the FPS counter and exact values
to FIFO recording and frame dumping.
This commit is contained in:
JosJuice 2020-07-28 21:01:38 +02:00
commit f72b756778
5 changed files with 31 additions and 15 deletions

View file

@ -74,7 +74,7 @@ static Common::Event g_compressAndDumpStateSyncEvent;
static std::thread g_save_thread;
// Don't forget to increase this after doing changes on the savestate system
constexpr u32 STATE_VERSION = 120; // Last changed in PR 8904
constexpr u32 STATE_VERSION = 121; // Last changed in PR 8988
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,