The Dolphin Team has once again updated their Nintendo Wii and Gamecube emulator, with the release of revision 7506, which is now available for download.
Changelog:
- revision 7506:
- Fix bug with Dolphin crash on stop when recording.
- revision 7505:
- Rewrite to parts of the DTM code to remove the need for temporary files. Should fix files occasionally getting corrupted. DTM export dialog now asks before overwriting a file.
- Saving a state that is not recording over one that was will now delete the old recording. Fixes trying to record with the wrong savestate.
- Fixed some compiler warnings.
- revision 7504:
- fixes AFC type 5 decoding
- (At least for Super Mario Sunshine, from whose ucode it was derived - hopefully this won't break other games.)
- Fixes Issue 4437.
- revision 7503:
- only create the data directory for a title, not data/nocopy. fixes issue 4453
- fs::open does not need to create the data directory, es_diVerify does that.
- change applied to CBoot::Boot_WiiWAD as well (es_diVerify isn't used for wads).
- revision 7502: