Add ability to trim XCI files from the application context menu #52
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-ability-to-trim-XCI-files-from-the-application-context-menu"
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?
Right click on any application, if the XCI ROM file can be trimmed then the "Check and Trim XCI File" menu item will be enabled, clicking this menu item will show a dialog confirming that the free space will be scanned to ensure it is safe to trim, if the user clicks OK, the file will be checked and trimmed.
Future implementations could also allow bulk trimming with a new popup dialog to facilitate the user interface.
This function can be entirely replaced with
Lambda.Timed(Action)
, from my common libraryGommon
(which is already referenced by this Ryujinx fork). The only difference is that Timed returns the stopwatch directly instead of its Elapsed property.Download the artifacts for this pull request:
GUI-less (SDL2)
Only for Developers
Thanks @GreemDev ,
I have updated the branch with your suggested changes, definitely don't want to duplicate any code.
Closed, as this is replaced by https://github.com/GreemDev/Ryujinx/pull/105
Pull request closed