SuuperW
SuuperW
I would like this to be merged before release.
Thanks for the quick fix. It is now doing what I wanted in my little project.
> I _think_ that's intended? Greenzone integrity checks in waterbox fail all the time, for every frame. I don't think this is an issue, just a side-effect of how waterbox...
I made it use a different file name, so that it can see which is there. That means old files can still be loaded, which I think it valuable. If...
> Was the filename changed when Zstd compression was added? No. > And keep in mind that migrating movies from older versions isn't something we claim to support. But when...
I changed my approach for making movie SRAM usable/editable. to also address #3734. All zstd compressed files are now given an additional .zst extension. So MovieSaveRam.bin is now MovieSaveRam.bin.zst. These...
> IMO the `.bin` should take precedence over `.bin.zst` I just made the most likely to exist one be the first it checked, but I think your suggestion makes sense....
I realized that the `ZipStateLoader` in master doesn't care at all what the file extensions are, which means we could change the extension of JSON files to .json with no...
Can this be merged? Tagging @CasualPokePlayer since he's been requested as a reviewer. (I did fix the thing you already commented on.)
Which two issues would that be? Version bump: This does make a version bump. .bin take precedence over .bin.zst: Yes, it does that now. Mentioned GitHub issue "framebuffer isn't easily...