diff --git a/360/fileio.c b/360/file_browser.c similarity index 100% rename from 360/fileio.c rename to 360/file_browser.c diff --git a/360/fileio.h b/360/file_browser.h similarity index 100% rename from 360/fileio.h rename to 360/file_browser.h diff --git a/360/menu.cpp b/360/menu.cpp index 10cdfdbd10..7f7c85338c 100644 --- a/360/menu.cpp +++ b/360/menu.cpp @@ -20,7 +20,7 @@ #include #include #include -#include "fileio.h" +#include "file_browser.h" #include "../console/rom_ext.h" #include "xdk360_video.h" #include "menu.h" diff --git a/msvc-360/SSNES-360/SSNES-360.vcxproj b/msvc-360/SSNES-360/SSNES-360.vcxproj index e8cab9c62f..59b07545aa 100644 --- a/msvc-360/SSNES-360/SSNES-360.vcxproj +++ b/msvc-360/SSNES-360/SSNES-360.vcxproj @@ -263,7 +263,7 @@ - + @@ -411,4 +411,4 @@ - \ No newline at end of file + diff --git a/msvc-360/SSNES-360/SSNES-360.vcxproj.filters b/msvc-360/SSNES-360/SSNES-360.vcxproj.filters index ac4c16fcb2..5ababc482d 100644 --- a/msvc-360/SSNES-360/SSNES-360.vcxproj.filters +++ b/msvc-360/SSNES-360/SSNES-360.vcxproj.filters @@ -125,7 +125,7 @@ Source Files\console - + Source Files\360 @@ -235,4 +235,4 @@ Source Files\media - \ No newline at end of file + diff --git a/ps3/cellframework2/fileio/file_browser.c b/ps3/cellframework2/fileio/file_browser.c index 0832896c6c..7f3212114c 100644 --- a/ps3/cellframework2/fileio/file_browser.c +++ b/ps3/cellframework2/fileio/file_browser.c @@ -1,5 +1,4 @@ -/************************************************************************************* - * -- Cellframework Mk.II - Open framework to abstract the common tasks related to +/* -- Cellframework Mk.II - Open framework to abstract the common tasks related to * PS3 application development. * * Copyright (C) 2010-2012 @@ -17,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - ********************************************************************************/ + */ /* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes. * Copyright (C) 2010-2012 - Hans-Kristian Arntzen diff --git a/ps3/cellframework2/fileio/file_browser.h b/ps3/cellframework2/fileio/file_browser.h index d33a6f0f54..fc2dc4e913 100644 --- a/ps3/cellframework2/fileio/file_browser.h +++ b/ps3/cellframework2/fileio/file_browser.h @@ -1,5 +1,4 @@ -/************************************************************************************* - * -- Cellframework Mk.II - Open framework to abstract the common tasks related to +/* -- Cellframework Mk.II - Open framework to abstract the common tasks related to * PS3 application development. * * Copyright (C) 2010-2012 @@ -17,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - ********************************************************************************/ + */ /* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes. * Copyright (C) 2010-2012 - Hans-Kristian Arntzen