force Full Framebuffer Emulation for some games

Eisei Meijin III
Marionette Company
World Neverland Plus
Issue #1266
This commit is contained in:
Flyinghead 2023-10-30 17:43:33 +01:00
parent c1f0a5a15f
commit 24944e00a7
1 changed files with 4 additions and 1 deletions

View File

@ -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);