mirror of
https://github.com/libretro/bsnes-libretro-cplusplus98.git
synced 2025-04-17 17:40:09 +00:00

Instead of using time() in chip emulation, create new interface method currentTime(), defaulting to time(0). This way frontend can cleanly override the current time bsnes is using.