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

Minor fixes for libnds v2.0.0 release #867

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

lifehackerhansol
Copy link
Contributor

libnds is now using two unimplemented functions internally:

  • 8 bit writes to IPC sync (8 bit read is already implemented by the default case)
  • Trace Process ID CP15 register (c13)

These are needed to avoid an infinite loop on newly compiled homebrew applications going forward.

Note I'm not sure if I implemented c13 properly; it seemed to be that the intention for the processID variable was for this exact register, but I may be wrong and a new variable may require being created.

@zeromus zeromus merged commit b022181 into TASEmulators:master Nov 15, 2024
9 checks passed
@lifehackerhansol lifehackerhansol deleted the libnds-v2 branch November 15, 2024 04:55
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.

2 participants