This commit is contained in:
CasualPokePlayer 2023-04-22 04:39:12 -07:00
parent a8aced4474
commit f3c58d816d
2 changed files with 1 additions and 0 deletions
Assets/dll
waterbox/bsnescore/bsnes/target-bsnescore

Binary file not shown.

View File

@ -284,6 +284,7 @@ EXPORT void snes_set_ppu_sprite_limit_enabled(bool enabled)
// see ppu-fast/ppu.cpp in PPU::power(...)
ppufast.ItemLimit = enabled ? 32 : 128;
ppufast.TileLimit = enabled ? 34 : 128;
emulator->configure("Hacks/PPU/NoSpriteLimit", !enabled);
}
EXPORT void snes_set_overscan_enabled(bool enabled)