(PS3) Move file_browser.c to root of PS3 dir

This commit is contained in:
Twinaphex 2012-03-25 23:57:07 +02:00
parent 5d535f6d54
commit 1ed6a622f1
4 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -26,7 +26,7 @@
#endif
#include "ps3_input.h"
#include "cellframework2/fileio/file_browser.h"
#include "file_browser.h"
#include "../console/console_ext.h"