mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +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 <tchar.h>
|
||||
#include <xtl.h>
|
||||
#include "fileio.h"
|
||||
#include "file_browser.h"
|
||||
#include "../console/rom_ext.h"
|
||||
#include "xdk360_video.h"
|
||||
#include "menu.h"
|
||||
|
@ -263,7 +263,7 @@
|
||||
</Deploy>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\360\fileio.c" />
|
||||
<ClCompile Include="..\..\360\file_browser.c" />
|
||||
<ClCompile Include="..\..\360\main.c" />
|
||||
<ClCompile Include="..\..\360\xdk360_audio.cpp" />
|
||||
<ClCompile Include="..\..\360\xdk360_input.cpp" />
|
||||
@ -411,4 +411,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
@ -125,7 +125,7 @@
|
||||
<ClCompile Include="..\..\console\rom_ext.c">
|
||||
<Filter>Source Files\console</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\360\fileio.c">
|
||||
<ClCompile Include="..\..\360\file_browser.c">
|
||||
<Filter>Source Files\360</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
@ -235,4 +235,4 @@
|
||||
<Filter>Source Files\media</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user