[service, ns, acc] Stub IsQualificationTransitionSupportedByProcessId and SaveDataThumbnail commands #299
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!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?
be4d4458d807581a216107581a21613b18de150eremoving "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 datastd::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