nuxa17

Results 6 comments of nuxa17

Definitely, lua-htmlparser does not like the balanced output. I tried with this [url](https://www.404media.co/404-media-and-freedom-of-the-press-foundation-sue-dhs/) and this code on `EpubDownloadBackend:createEpub`: ```lua logger.dbg("BEFORE BALANCING") local htmlparser = require("htmlparser") local root = htmlparser.parse(html, 5000)...

Sure, I'm testing things out to check if it's a limitation with htmlparser. I'll check more in depth when I have time.

More tests: - Removing `_wfwd/savelist.bin` creates a 512kb save file. - Copying `__rpg/savesize.bin` to `_wfwd` creates a 8kb save file. - Replacing `_wfwd/savelist.bin` with `__rpg/savesize.bin` and renaming it creates a...

Tested with two more games of the same save size according to `__wfwd/savelist.bin`: - Meteos. MelonDS: 8kb. - Top Spin 3. MelonDS: 64kb. These games generate a 8kb save file...

Judging by the variation of sizes depending of the card's format, I'm worried that there could be more issues with this particular loader. A temporary solution could be to detect...