From 24944e00a7112e71fb207f73b9ca37f39183ec65 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 30 Oct 2023 17:43:33 +0100 Subject: [PATCH] force Full Framebuffer Emulation for some games Eisei Meijin III Marionette Company World Neverland Plus Issue #1266 --- core/emulator.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/emulator.cpp b/core/emulator.cpp index a3ea5c401..8441bb236 100644 --- a/core/emulator.cpp +++ b/core/emulator.cpp @@ -283,7 +283,10 @@ static void loadSpecialSettings() } if (prod_id == "T1102M" // Densha de Go! 2 || prod_id == "T00000A" // The Ring of the Nibelungen (demo, hack) - || prod_id == "T15124N 00") // Worms Pinball (prototype) + || prod_id == "T15124N 00" // Worms Pinball (prototype) + || prod_id == "T9503M" // Eisei Meijin III + || prod_id == "T5202M" // Marionette Company + || prod_id == "T5301M") // World Neverland Plus { NOTICE_LOG(BOOT, "Forcing Full Framebuffer Emulation"); config::EmulateFramebuffer.override(true);