Open imax9000 opened 2 months ago
hello @J-D-K, thank you for this great app. Did you look to this issue? now, unfortunately, auto-upload doesn't work, for now, it can be very helpful when using "dump all" option. with a combination of these 2 features we can create a dump for all saves and send it to the cloud using 1 button
hello @J-D-K, thank you for this great app. Did you look to this issue? now, unfortunately, auto-upload doesn't work, for now, it can be very helpful when using "dump all" option. with a combination of these 2 features we can create a dump for all saves and send it to the cloud using 1 button
Please read the others issues, in special: https://github.com/J-D-K/JKSV/issues/242#issuecomment-2308393177
Sorry about this. I added the config string at some point and had to fix a bug and forgot about it when I pushed the fix if I remember correctly. Auto upload was only implemented in a build I had a couple of years ago and I don't have it anymore for whatever reason. The master branch is getting one final update to use FsLib to hopefully fix one last bug and then I'm moving on to the Rewrite for sure because the code is cleaner and easier to maintain. It's on the list of stuff I never got to finish or wanted to clean up.
Small update. It looks like the master branch might not be getting an update and that bug that was reported to me might be complete bull somebody made up because myself and two other people can't duplicate the results and it seems to work completely fine as-is. Unless someone else can show me JKSV not working correctly with that boring whale Selfloss game, I'm moving on to the rewrite 100%.
This is going to be tackled in the rewrite guys. I hope it won't take too long. Navigating the master branch's code is a headache for me. I know it's my own fault, but even just adding some recent changes took more time than it should have.
https://github.com/J-D-K/JKSV/blob/master/src/cfg.cpp#L23
(also, please refactor it to have the list of options in only one place. E.g., by storing lambdas or pointers to member in the map)