-
Notifications
You must be signed in to change notification settings - Fork 31
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
Decomp: ResourceManager #192
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-Authored-By: riidefi <34194588+riidefi@users.noreply.github.com>
Co-Authored-By: em-eight <107326447+em-eight@users.noreply.github.com>
Co-Authored-By: riidefi <34194588+riidefi@users.noreply.github.com> Co-Authored-By: em-eight <107326447+em-eight@users.noreply.github.com>
A couple of more functions
ResourceManager: attachArcResourceAccessor, loadStaffGhostAsync
ResourceManager: globe load functions
ResourceManager: close to done!
Nice work! |
Omg I love you @vabold |
riidefi
added a commit
that referenced
this pull request
Feb 25, 2024
* MenuCharacterManager: full match Co-Authored-By: riidefi <34194588+riidefi@users.noreply.github.com> * JobContext: full match Co-Authored-By: em-eight <107326447+em-eight@users.noreply.github.com> * CourseCache: ctor, dtor, init * CourseCache: load * Add loadCourse WIP * WIP comment requestLoad ASM * Match loadCourse and requestLoad * CourseCache: loadOther, full match * ResourceManager: createInstance * ResourceManager: loadMission, loadCompetition Co-Authored-By: riidefi <34194588+riidefi@users.noreply.github.com> Co-Authored-By: em-eight <107326447+em-eight@users.noreply.github.com> * ResourceManager: doLoadTask * Dummy: unused vtable calls * ResourceManager: requestLoad (DvdArchive) * ResourceManager: requestLoad (MultiDvdArchive, fileHeap) * ResourceManager: load / rodata * ResourceManager: rodata formatting * A couple of more functions * ResourceManager: loadUI, minor cleanup * ResourceManager: loadSystemResource * ResourceManager: loadMenuKartModel, minor cleanup * ResourceManager: unmountMulti, unmountArchive * ResourceManager: getFile * ResourceManager: getCharacterFile * ResourceManager: getVehicleFile * ResourceManager: getFileCopy * a couple of functions * ResourceManager: cleanup * ResourceManager: clear * ResourceManager: getBspFile, CourseCache: load * ResourceManager: getBspFile, CourseCache: load * Unused: getNullString * ResourceManager: setArcResourceLink * ResourceManager: attachArcResourceAccessor * ResourceManager: attachArcResourceAccessor * request things * doLoadGlobe * globe loads * load globe async * (de)init globeHeap * WIP: doLoadMenuCharacterModel * Match doLoadCharacterKartModel * Match deinitGlobeHeap * doLoadCharacterModel and staffGhost * loadCharMdlAsync * FUN22CC * ResourceManager: start cleanup Co-authored-by: em-eight <107326447+em-eight@users.noreply.github.com> Co-authored-by: Theodoros Tyrovouzis <teotyrov@gmail.com> Co-authored-by: riidefi <34194588+riidefi@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ResourceManager functions tracked here: vabold#9