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

Provide missing pfs stub functions #50

Conversation

AngheloAlf
Copy link
Collaborator

Provide stubs for osPfsNumFiles and osPfsRepairId. Those are used by games that use the Controller Pak like Harvest Moon 64 (issue #28 )

I also changed osPiRawStartDma to present an error to the user if it ever gets called, since most games do not use that function directly. Also added osEPiRawStartDma with the same error message.
This error message would allow properly linking some recompiled games that may reference this function on the recompiled functions list and would allow catching at runtime the user not properly naming their libultra functions.

@AngheloAlf AngheloAlf linked an issue Jun 18, 2024 that may be closed by this pull request
3 tasks
@AngheloAlf AngheloAlf force-pushed the 28-implement-the-following-libultra-functions-for-harvest-moon-64 branch from dbed7fa to dfc9155 Compare June 18, 2024 17:03
@AngheloAlf AngheloAlf merged commit 93fab7e into main Jun 18, 2024
10 checks passed
@AngheloAlf AngheloAlf deleted the 28-implement-the-following-libultra-functions-for-harvest-moon-64 branch June 18, 2024 17:07
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.

Stubs for the following libultra functions for Harvest Moon 64
2 participants