From 1ed6a622f13981793fcf4e90b54028778be84bd9 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 25 Mar 2012 23:57:07 +0200 Subject: [PATCH] (PS3) Move file_browser.c to root of PS3 dir --- Makefile.ps3 | 2 +- ps3/{cellframework2/fileio => }/file_browser.c | 0 ps3/{cellframework2/fileio => }/file_browser.h | 0 ps3/menu.c | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename ps3/{cellframework2/fileio => }/file_browser.c (100%) rename ps3/{cellframework2/fileio => }/file_browser.h (100%) 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"