nba-emu / NanoBoyAdvance

A cycle-accurate Nintendo Game Boy Advance emulator.
GNU General Public License v3.0
955 stars 53 forks source link

Add option to disable Real Time Clock #344

Open obnoxiousish opened 6 months ago

obnoxiousish commented 6 months ago

Some times users may want to disable RTC so that games act differently, games like pokemon e/s/r with their RNG and etc.

user18081972 commented 6 months ago

isnt that what this option is for? image I dont know.

obnoxiousish commented 6 months ago

Disabling that option seemingly does absolutely nothing unfortunately

fleroviux commented 6 months ago

Force RTC only applies to cases where the emulator doesn't know the RTC to be present. If the emulator knows that the game has RTC as per the builtin game database, then the option indeed does nothing and there currently is no way to disable the RTC.