issues
search
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.2k
stars
385
forks
source link
Fix possible TAStudio NRE
#3936
Closed
kalimag
closed
5 months ago
kalimag
commented
5 months ago
Bail out of
TAStudio.AskSaveChanges()
if dialog is already disposed
Stop calling
AskSaveChanges()
on inactive tools
Fix #3499
Check if completed:
[x] I have run any relevant test suites
[x] I, the committer, have read the
licensing terms for contributors
(last updated 2024-03-20) and am compliant
Bail out ofTAStudio.AskSaveChanges()
if dialog is already disposedAskSaveChanges()
on inactive toolsCheck if completed: