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