libretro / beetle-psx-libretro

Standalone port/fork of Mednafen PSX to the Libretro API.
GNU General Public License v2.0
311 stars 131 forks source link

Re-Add some Event Cycles that were removed #881

Closed ichee closed 1 year ago

ichee commented 1 year ago

Added back the event cycles that were removed in commit 798fab9.

The first screen of Final Fantasy 7 could be fixed with the beetle interpreter by setting the event cycles to 768, but with the removal of some cycle options, this was no longer possible.

Lightrec and dynarec were unaffected since they both needed event cycles set to 1024 to fix the same screen.

The other added event cycles were added for consitency, since just adding 768 would look unusual, and in case there is another edge case with a different game.

Default cycles: default

Cycles set to 768 with beetle interpreter (or 1024 with lightrec and dynarec): 768-event_cycles