Hacking Can someone compile this Wii U Plugin?

  • Thread starter Thread starter MikaDubbz
  • Start date Start date
  • Views Views 855
  • Replies Replies 0

MikaDubbz

Well-Known Member
Member
Joined
Dec 12, 2017
Messages
4,064
Solutions
4
Reaction score
4,439
Trophies
2
XP
8,459
Country
United States
So this dark menu Wii U plugin has an error not allowing the plugin to actually work properly, plugin is found here: https://github.com/jacquesCedric/WUPS_dark_mode_plugin problem is the plugin doesn't work, but I found out what the error was, in the src folder, open the main.c file with Notepad++ or whatever, the values for Wii U Menu Eur and USA are flipped:

This is what they read:
#define WII_U_MENU_TITLE_ID_EUR (0x0005001010040100)
#define WII_U_MENU_TITLE_ID_USA (0x0005001010040200)

This is what they should read:
#define WII_U_MENU_TITLE_ID_EUR (0x0005001010040200)
#define WII_U_MENU_TITLE_ID_USA (0x0005001010040100)

While I recognize the problem, I'm having all sorts of trouble compiling after i made the edit. Suffice to say, I've never really done this kind of compiling before, so if anyone could make this change and upload the new compiled .mod, I would really appreciate it. Thanks!
 

Site & Scene News

Popular threads in this forum