For example I’m trying to add resolutions to test. I go to /frontend/menu/ and edit ‘menu_common.h’ and ‘menu_settings.c’ to add the new resolution in the right order but when I compile and launch RA there is no added resolutions. To make sure I was doing it right I deleted a few resolutions and compiled; when I checked on my Wii all the removed resolutions were still there, it’s like it’s looking somewhere else for the source but there is nowhere else.
Any idea what I am doing wrong? I used ‘make -f Makefile.griffin platform=wii’ to make the core .dol out of the .a like I’m supposed to.
EDIT: After updating the source it compiles again.