database icon indicating copy to clipboard operation
database copied to clipboard

Hackrom support

Open avivace opened this issue 4 years ago • 1 comments

Add special schema case for Hackrom (IPS patches + checksums of supported ROMs)

Consider also UPS/APS/BPS/RUP/PPF/xdelta

avivace avatar Aug 27 '21 19:08 avivace

could be interesting something like

{
...
"patches": [
    {
        "name": ...,
        "path": "patch/patch.bps",
        "checksum": "...",
        "type": <translation / hackrom (vanilla QOL) / hackrom (full)>
    },
    ...
]
}

OR we can just leave the opportunity to user to upload its own patch (see https://github.com/marcrobledo/RomPatcher.js/ as base)

dag7dev avatar Mar 19 '24 14:03 dag7dev