mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
fix wiiu build
This commit is contained in:
parent
bcd61d7f9b
commit
1348c2cc75
@ -66,6 +66,7 @@ ifeq ($(SALAMANDER_BUILD),1)
|
||||
OBJ += libretro-common/file/config_file.o
|
||||
OBJ += libretro-common/streams/file_stream.o
|
||||
OBJ += libretro-common/vfs/vfs_implementation.o
|
||||
OBJ += libretro-common/vfs/vfs_implementation_cdrom.o
|
||||
OBJ += libretro-common/hash/rhash.o
|
||||
OBJ += file_path_str.o
|
||||
OBJ += verbosity.o
|
||||
|
@ -31,8 +31,8 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <streams/file_stream.h>
|
||||
#define VFS_FRONTEND
|
||||
#include <streams/file_stream.h>
|
||||
#include <vfs/vfs_implementation.h>
|
||||
#include <vfs/vfs_implementation_cdrom.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user