diff --git a/Makefile.ps3 b/Makefile.ps3 index 51b8ac9c93..3a5dbe9e3b 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -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 \ diff --git a/ps3/cellframework2/fileio/file_browser.c b/ps3/file_browser.c similarity index 100% rename from ps3/cellframework2/fileio/file_browser.c rename to ps3/file_browser.c diff --git a/ps3/cellframework2/fileio/file_browser.h b/ps3/file_browser.h similarity index 100% rename from ps3/cellframework2/fileio/file_browser.h rename to ps3/file_browser.h diff --git a/ps3/menu.c b/ps3/menu.c index 1001f75fec..0be0976cab 100644 --- a/ps3/menu.c +++ b/ps3/menu.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"