bsnes-emu / bsnes

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
1.68k stars 156 forks source link

Question: what does the "No sprite limit" option do exactly? #273

Closed Nix40 closed 1 year ago

Nix40 commented 1 year ago

This isn't an issue, just a question. On the enhancements tab there's the "No sprite limit" option. Does it remove the 32 sprites per scanline limit, allowing up to 128 to show on a scanline at the same time, or does it remove the 128 sprites per frame limit, allowing unlimited sprites to show at any frame?

Kawa-oneechan commented 1 year ago

The former. There's only enough OAM for 128 entries so it can't be the latter.

Nix40 commented 1 year ago

All right, thanks for making it clear. Guess I'll close the thread now.