mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix wiiu build
This commit is contained in:
parent
bcd61d7f9b
commit
1348c2cc75
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue