-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Improved big internal window handling - Minor UI fixes - Added Help menu - Esc key can also close the app (and internal windows too) - Validation button removed - Added Entries > Show Invalid
- Loading branch information
Showing
9 changed files
with
358 additions
and
159 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "ramp64-convert-gui" | ||
description = "A simple GUI for ra_mp64_srm_convert" | ||
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"] | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
authors = ["Daniel Rehren <[email protected]>"] | ||
edition = "2021" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# ramp64-convert-gui | ||
A simple GUI for ra-mp64-srm-convert | ||
# RaMp64 Convert GUI | ||
|
||
A minimal GUI application to convert between libretro's Mupen64-Plus core save files (SRM) and "native" ones (EEPROM, SRAM, FlashRAM, and Controller Packs). | ||
|
||
Usage help [here](https://github.com/drehren/ramp64-convert-gui/wiki/Help). | ||
|
||
## TL;DR | ||
|
||
1. `File` > `Add File` to add a single file to convert. | ||
2. `File` > `Add Directory` to add save files from a directory. | ||
3. (Optional) Specify Output Directory by clicking the `Select Directory...` button. | ||
4. Press the `Convert` button to proceed with the conversion. | ||
|
||
|
||
## License | ||
|
||
MIT License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.