capito27 / Pasta-CFW

[OUTDATED] First ever free, public Custom firmware with signature patches for the nintendo 3ds
40 stars 13 forks source link

Error line 407 #23

Closed ghost closed 9 years ago

capito27 commented 9 years ago

what is the point of this pull request ?

Syphurith commented 9 years ago

@capito27 I don't know either, however

else if (pad_state & BUTTON_DOWN && settings_idx = SETTINGS_ITEMS - 1) settings_idx = 0;
//MOVE DOWN While at bottom -> go to top

shouldn't it be else if ((pad_state & BUTTON_DOWN) && (settings_idx == SETTINGS_ITEMS - 1))?

capito27 commented 9 years ago

@Syphurith yeah, you are right... i derped a litlle ^^' anyway, alberto fixed it in the latest commit, so this pull request will be closed, anyway, thank you for the trouble ! :)