(Wii) Updated links to RGUI

This commit is contained in:
Twinaphex 2012-06-25 21:20:56 +02:00
parent 0ba4dd8eae
commit adecf622eb
1 changed files with 2 additions and 2 deletions

View File

@ -233,6 +233,6 @@ MENU
#if defined(_XBOX360)
#include "../../360/frontend-xdk/menu.cpp"
#elif defined(GEKKO)
#include "../rgui/rgui.c"
#include "../rgui/list.c"
#include "../../wii/frontend/rgui.c"
#include "../../wii/frontend/list.c"
#endif