mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
Wad stuff in it´s own directory
This commit is contained in:
parent
33ed6a4add
commit
c5b6d02cb6
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ BUILD := build
|
||||
SOURCES := source source/libwiigui source/images source/fonts source/sounds \
|
||||
source/libwbfs source/unzip source/language source/mload source/patches \
|
||||
source/usbloader source/xml source/network source/settings source/prompts \
|
||||
source/ramdisc
|
||||
source/ramdisc source/wad
|
||||
INCLUDES := source
|
||||
SVNDEV := -D'SVN_REV="$(shell svnversion -n ..)"'
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "cheatmenu.h"
|
||||
#include "menu.h"
|
||||
#include "audio.h"
|
||||
#include "wad.h"
|
||||
#include "wad/wad.h"
|
||||
#include "input.h"
|
||||
#include "filelist.h"
|
||||
#include "sys.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "filelist.h"
|
||||
#include "sys.h"
|
||||
#include "wpad.h"
|
||||
#include "wad.h"
|
||||
#include "wad/wad.h"
|
||||
#include "unzip/unzip.h"
|
||||
#include "zlib.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user