ZeldaHud icon indicating copy to clipboard operation
ZeldaHud copied to clipboard

add bizhawk .SaveRAM extension to auto update file picker filter

Open atshane253 opened this issue 8 years ago • 3 comments

bizhawk uses the .SaveRAM extension instead of .srm, so I added it to the filter on the autoupdate save file picker.

atshane253 avatar Apr 03 '17 03:04 atshane253

as far as i know Snes9X is the only emulator which is dumping the sram file into the .srm file every x seconds. that would be useless to add that if bizhawk is not able to dump saves unless you quit the emulator, let me know if there's an hidden function that is allow that in bizhawk and i'll add it ;)

Zarby89 avatar Apr 03 '17 13:04 Zarby89

Check my bizhawk branch, I'm working on that part, too. bizhawk added a menu option to flush saveram, I exposed it to lua and hot keys, and wrote a lua script that checks bytes for the hud and flushes when they change. I should add that option to limit how often it saves, there's a lot of random changes to the sram as you play.

I'm gonna try to get that all pulled into bizhawk this week.

atshane253 avatar Apr 03 '17 14:04 atshane253

https://github.com/TASVideos/BizHawk/pull/827

atshane253 avatar Apr 08 '17 14:04 atshane253