Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-Add some Event Cycles that were removed #881

Merged
merged 1 commit into from
Apr 21, 2023
Merged

Re-Add some Event Cycles that were removed #881

merged 1 commit into from
Apr 21, 2023

Conversation

ichee
Copy link
Contributor

@ichee ichee commented Apr 16, 2023

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

@LibretroAdmin LibretroAdmin merged commit bbf09e9 into libretro:master Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants