TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.21k stars 385 forks source link

When Dumping Create a Warning if/when Closing the Program. #4017

Closed Spikestuff closed 2 months ago

Spikestuff commented 2 months ago

Basically a failsafe I guess.

So as written in the title. Just have a pop out window reminding the user that they're currently dumping and if they are sure to suspend the program.

Probably also create this instance in basic movie recording as well (since TAStudio has this warning about unsaved work).

YoshiRulz commented 2 months ago

It was already calling MovieSession.StopMovie(saveChanges: true), though unconditionally.