[service, ns, acc] Stub IsQualificationTransitionSupportedByProcessId and SaveDataThumbnail commands #299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "borderlands-services"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This better work or else I will have to work out how to build again on Mac 😅
be4d4458d8
to07581a2161
07581a2161
to3b18de150e
removing "This allows titles like Borderlands GOTY to progress past save-related errors." as the save error will most likely need a different type of fix. It needs to be chosen wether or not we still want these new stubs though.
@ -1111,0 +1118,4 @@
void Module::Interface::LoadSaveDataThumbnail(HLERequestContext& ctx) {
// TODO: Grab thumbnail from Nand so this can be unstubbed
// For now, pretend a thumbnail exists and return dummy data
std::vector<u8> dummy_thumbnail(THUMBNAIL_SIZE, 0);
Use boost::static_vector, or std::array, maybe?
Thank you @Lizzie for the suggestion, I will close this PR to clean it up a little in the branch and use this advice in my full (not stubbed) implementation.
Pull request closed