mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix non-animated DSi icons flickering
This commit is contained in:
parent
e92c8ce445
commit
a368f0e4fc
@ -123,7 +123,7 @@ void ndsInfo(const char *path) {
|
||||
pressed = keysDown();
|
||||
held = keysDownRepeat();
|
||||
|
||||
if(iconAnimation[animationFrame] && animationFrame < 0x40) {
|
||||
if(iconAnimation[animationFrame + 1] != 0x0100 && animationFrame < 0x40) {
|
||||
if(frameDelay < (iconAnimation[animationFrame] & 0xFF) - 1) {
|
||||
frameDelay++;
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user