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

Add custom save type #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add custom save type #74

wants to merge 1 commit into from

Conversation

Mr-Wiseguy
Copy link
Member

This save type has a very simple interface with two functions (shown from the perspective of recompiled code):

  • void recomp_save_write(void* rdram_address, u32 offset, u32 count);
  • void recomp_save_read(void* rdram_address, u32 offset, u32 count);
    It can be used when the save type is Custom or AllowAll and has a configurable size that's set in the GameEntry.

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.

1 participant