libretro / libretro-uae

PUAE libretro
GNU General Public License v2.0
111 stars 60 forks source link

WHDLoad optional NoWriteCache #610

Closed sonninnos closed 1 year ago

sonninnos commented 1 year ago

Eliminate the need for NoWriteCache by making sure WHDLoad is closed before closing core. This helps with a bunch of loading issues, and allows updating WHDLoad in the future, since the save issue does not exist with write cache.

Old behavior is kept as an option just in case, so nothing needs to be done to get the change. Please inform about any possible unsaved data!