mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Attempt to fix WiiU build
This commit is contained in:
parent
ab293b9900
commit
8647bbc36f
@ -27,10 +27,6 @@
|
||||
#include <encodings/utf.h>
|
||||
#include <features/features_cpu.h>
|
||||
|
||||
#ifdef WIIU
|
||||
#include <wiiu/os/energy.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DISCORD
|
||||
#include "discord/discord.h"
|
||||
#endif
|
||||
|
@ -92,6 +92,10 @@
|
||||
#include <net/net_http.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIIU
|
||||
#include <wiiu/os/energy.h>
|
||||
#endif
|
||||
|
||||
#include "config.def.h"
|
||||
#include "config.def.keybinds.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user