Change Odyssey 2 framerate (squashed PR #3728)

* change o2 framerate

* result
This commit is contained in:
Randomno 2023-08-09 19:11:02 +01:00 committed by GitHub
parent a496f09f07
commit 1cf5af83dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ namespace BizHawk.Client.Common
["AmstradCPC_PAL"] = 50.08012820512821,
["UZE"] = 60.016319939602,
["VEC"] = 50,
["O2"] = 60,
["O2_PAL"] = 50,
["O2"] = 89478485 / 1495643, // 59.8260982065907439141559850846
["O2_PAL"] = 89478485 / 1800319, // 49.70146124103561646574857011
["TIC80"] = 60,
};