Ability to update the Save Tool from within the app #24
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: williamjcm/MassBuilderSaveTool#24
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Would be nice to have.
No milestone yet, but I might look into getting it into 1.4.
Yeah, it would be good to have it in 1.4. It'll delay things a bit, but I don't mind.
Also a good opportunity to learn more libcurl usage.
Available approaches:
Plugin-based
Have a main exe having the bare minimum code possible, with a plugin offering the actual meat of the app.
Pros:
Cons:
Binary replacement with an external extractor
Pretty much self-explanatory. PCSX2 does that.
Pros:
exec*()
which can replace the process image, so would be irrelevant on that OS.Cons: