From ab48fd595c1f9139000b95d5fa421abb886a0ff2 Mon Sep 17 00:00:00 2001 From: Souryo Date: Sat, 25 Jul 2015 17:40:38 -0400 Subject: [PATCH] Fixed savestate for mapper 71 --- Core/BF909x.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Core/BF909x.h b/Core/BF909x.h index 934bcf05..b754f24d 100644 --- a/Core/BF909x.h +++ b/Core/BF909x.h @@ -33,4 +33,9 @@ protected: _mirroringType = (value & 0x10) ? MirroringType::ScreenAOnly : MirroringType::ScreenBOnly; } } + + virtual void StreamState(bool saving) + { + Stream(_bf9097Mode); + } }; \ No newline at end of file