Conversation
briaguya0
left a comment
There was a problem hiding this comment.
condensed changelog:
SohImGui -> Ship
ResourceMgr -> ResourceManager
OtrFile -> File
ResourceManager.GetGameVersions() is gone, now use ResourceManager.GetArchive().GetGameVersions()
OTRGlobals::Instance->context->ReadSaveFile -> SaveManager::ReadSaveFile
OTRGlobals::Instance->context->WriteSaveFile -> SaveManager::WriteSaveFile
| { "reset|randomize", Ship::ArgumentType::TEXT }, | ||
| }}); | ||
|
|
||
| CVarSave(); |
There was a problem hiding this comment.
not clear why this is being added, anyone have context as to why we have this or load here?
There was a problem hiding this comment.
In order to build on switch and wii u this needs the changes from Kenix3/libultraship#191 and this suggestion #2822 (comment)
I was able to test on switch and it's working just fine. I tried using an older version of the devkitppc docker image to build in a way that i could test on cemu and while the build succeeded the testing didn't so getting wii u builds to work can be a separate thing
null
Build Artifacts