mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
(360) renamed fileio.c to file_browser.c
This commit is contained in:
parent
0e2de25f85
commit
e85471a239
@ -20,7 +20,7 @@
|
|||||||
#include <crtdefs.h>
|
#include <crtdefs.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#include <xtl.h>
|
#include <xtl.h>
|
||||||
#include "fileio.h"
|
#include "file_browser.h"
|
||||||
#include "../console/rom_ext.h"
|
#include "../console/rom_ext.h"
|
||||||
#include "xdk360_video.h"
|
#include "xdk360_video.h"
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
|
@ -263,7 +263,7 @@
|
|||||||
</Deploy>
|
</Deploy>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\360\fileio.c" />
|
<ClCompile Include="..\..\360\file_browser.c" />
|
||||||
<ClCompile Include="..\..\360\main.c" />
|
<ClCompile Include="..\..\360\main.c" />
|
||||||
<ClCompile Include="..\..\360\xdk360_audio.cpp" />
|
<ClCompile Include="..\..\360\xdk360_audio.cpp" />
|
||||||
<ClCompile Include="..\..\360\xdk360_input.cpp" />
|
<ClCompile Include="..\..\360\xdk360_input.cpp" />
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
<ClCompile Include="..\..\console\rom_ext.c">
|
<ClCompile Include="..\..\console\rom_ext.c">
|
||||||
<Filter>Source Files\console</Filter>
|
<Filter>Source Files\console</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\360\fileio.c">
|
<ClCompile Include="..\..\360\file_browser.c">
|
||||||
<Filter>Source Files\360</Filter>
|
<Filter>Source Files\360</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -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.
|
* PS3 application development.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010-2012
|
* Copyright (C) 2010-2012
|
||||||
@ -17,7 +16,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
********************************************************************************/
|
*/
|
||||||
|
|
||||||
/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
|
/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
|
||||||
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
|
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
|
||||||
|
@ -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.
|
* PS3 application development.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010-2012
|
* Copyright (C) 2010-2012
|
||||||
@ -17,7 +16,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
********************************************************************************/
|
*/
|
||||||
|
|
||||||
/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
|
/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
|
||||||
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
|
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user