-
Notifications
You must be signed in to change notification settings - Fork 5
Settings
bbbbbr edited this page Aug 1, 2024
·
1 revision
Sprite flickering is a software feature which can help overcome the 10 hardware sprite per line limitation. When there are more than 10 sprites to show for a line it will alternate which sprites are displayed on a given frame.
It can be turned off with the following code: enable_flickering = 0;