mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-27 23:00:19 +02:00
Add compatibility fixes to libretro target.
This commit is contained in:
@@ -149,6 +149,13 @@ auto Program::load() -> void {
|
|||||||
//fixes an errant scanline on the title screen due to writing to PPU registers too late
|
//fixes an errant scanline on the title screen due to writing to PPU registers too late
|
||||||
if(title == "FIREPOWER 2000") emulator->configure("Hacks/PPU/RenderCycle", 32);
|
if(title == "FIREPOWER 2000") emulator->configure("Hacks/PPU/RenderCycle", 32);
|
||||||
|
|
||||||
|
//fixes an errant scanline on the title screen due to writing to PPU registers too late
|
||||||
|
if(title == "NHL '94") emulator->configure("Hacks/PPU/RenderCycle", 32);
|
||||||
|
|
||||||
|
if (emulator->configuration("Hacks/Hotfixes")) {
|
||||||
|
if (title == "The Hurricanes") emulator->configure("Hacks/Entropy", "None");
|
||||||
|
}
|
||||||
|
|
||||||
emulator->power();
|
emulator->power();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user