profi200 / open_agb_firm

open_agb_firm is a bare metal app for running GBA homebrew/games using the 3DS builtin GBA hardware.
GNU General Public License v3.0
849 stars 42 forks source link

Soft-patching of BPS patches? #139

Open NintendoManiac64 opened 8 months ago

NintendoManiac64 commented 8 months ago

Soft-patching of BPS patches exists in various emulators that typically include the very same IPS and UPS that open_agb_firm already supports.

currently supports UPS, IPS and BPS patching formats

 

Add BPS soft-patching support (thanks qwertymodo!)

profi200 commented 8 months ago

The problem with BPS is that it's a huge pain to implement and if i recall correctly there are even unofficial formats to combine multiple BPS patches into one file.

I don't know when i will be able to support it.