A GTK 4 application that patches SNES games with custom patches
Go to file
2022-05-24 10:43:44 -04:00
resources modified resources 2021-08-25 19:39:50 -04:00
src added a real menu 2022-05-24 10:43:44 -04:00
.gitignore updated gitignore 2021-06-27 16:45:07 -04:00
build.rs wanna automate builds 2021-06-27 16:42:21 -04:00
Cargo.lock gtk version bump 2022-05-23 22:13:47 -04:00
Cargo.toml gtk version bump 2022-05-23 22:13:47 -04:00
LICENSE my fingers hurt 2021-07-03 19:57:17 -04:00
README.md my fingers hurt 2021-07-03 19:57:17 -04:00

SNES Patcher

Patch your SNES games with IPS or BPS patches, starring SNES Patcher!

Features

  • Written with GTK4, not GTK3
  • Written in Rust, not C/C++
  • Simple, intuitive user interface

What is this?

SNES Patcher is a simple GTK4 application where you can patch your SNES ROMs with IPS or BPS patches.

Why?

The idea to build this application came from the Super Mario World widescreen patch built by Victor Vilela. Being a big fan of Super Mario World, I was eager to try it out. I happened to find FLIPS, another IPS/BPS patching utility. Functionally, FLIPS worked but aesthetically, FLIPS looked horrible. I decided to scratch my own itch and built the same utility, but from scratch. Thus, SNES Patcher was born.

Where can I download it?

Currently, you can build from source by downloading rustup, thusly downloading rustc and cargo. Packages coming soon!