einsteinx2 / wiiflow-lite-einstein-mod

My customizations to WiiFlow Lite, at first focusing on polishing the UI and UX. Attempting to keep as much source compatibility as possible. Original repo here: https://sourceforge.net/projects/wiiflow-lite/
4 stars 1 forks source link

Remove requirement for "Blank" source_menu.ini entries to ensure appearance of penultimate entry #8

Open kaisersozeh opened 6 years ago

kaisersozeh commented 6 years ago

Under wiiflow_lite - sourceflow users require the addition of a blank entry at the end of the source_menu.ini - taking the format

[BUTTON=XX] - XX is the highest number used image= sound= (etc.)

einsteinx2 commented 6 years ago

Almost certainly an off by one error in a loop. Should be easily fixable once I find where the code is that parses this.

einsteinx2 commented 6 years ago

Note to self, start by looking in the bool Config::load(const char *filename) method in source/config/config.cpp

einsteinx2 commented 6 years ago

Setting as high priority only because this should be quick