mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
Add safety checks to prevent dumping game files while emulation is active, which could cause crashes or data corruption. - Check EmulationSession.IsRunning() before starting dump in native.cpp - Check NativeLibrary.isRunning() in GamePropertiesFragment.kt - Show user-friendly toast message when dump is blocked