From 534c42388705dcacc67f0299c354e4c361d05191 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 17 Jan 2016 18:18:15 +0100 Subject: [PATCH] Add readme file. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..48649ba --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Floating IPS is a patcher for IPS and BPS files, aiming for a simple interface yet plenty of power under the hood. + +Features: +- Creates the smallest BPS patches of any known tool in existence, and is faster than any other comparable creator +- Creates the smallest IPS patches of any known tool in existence, too (but only yields tiny gains over Lunar IPS) +- Fully-featured GUIs under Windows and GTK+, including command line support; can also be a pure command line program +- Can apply multiple patches to the same ROM, and creates a huge pile of ROMs +- Remembers which ROMs you've used, and will use them again if it thinks it's correct (BPS only) +- Can launch emulators after patching the ROMs (combined with the above, this allows you to double click a BPS to launch its ROM) + +Planned: +- Automatically enable ROM guesser (open a message box the first time it guesses a ROM, asking if you want that) +- Different emulators for different filetypes (check the extension)