(PS3) Move file_browser.c to root of PS3 dir
This commit is contained in:
parent
5d535f6d54
commit
1ed6a622f1
|
@ -37,7 +37,7 @@ PKG_SCRIPT = ps3/ps3py/pkg.py
|
|||
PKG_FINALIZE = package_finalize
|
||||
|
||||
PPU_SRCS = fifo_buffer.c \
|
||||
ps3/cellframework2/fileio/file_browser.c \
|
||||
ps3/file_browser.c \
|
||||
ps3/ps3_audio.c \
|
||||
ps3/menu.c \
|
||||
console/console_ext.c \
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#endif
|
||||
|
||||
#include "ps3_input.h"
|
||||
#include "cellframework2/fileio/file_browser.h"
|
||||
#include "file_browser.h"
|
||||
|
||||
#include "../console/console_ext.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue