Add resource files

This commit is contained in:
twinaphex 2018-08-14 17:24:35 +02:00
parent 00c6fcde84
commit 5ebe5de1b9
3 changed files with 22 additions and 10 deletions

View file

@ -1,4 +1,4 @@
/* RetroArch - A frontend for libretro. /* RetroArch - A frontend for libretro.
* Copyright (C) 2011-2017 - Daniel De Matteis * Copyright (C) 2011-2017 - Daniel De Matteis
* Copyright (C) 2015-2017 - Andrés Suárez * Copyright (C) 2015-2017 - Andrés Suárez
* Copyright (C) 2016-2017 - Brad Parker * Copyright (C) 2016-2017 - Brad Parker
@ -328,6 +328,7 @@ static bool command_write_ram(const char *arg)
} }
#endif #endif
#ifdef HAVE_COMMAND
static bool command_get_arg(const char *tok, static bool command_get_arg(const char *tok,
const char **arg, unsigned *index) const char **arg, unsigned *index)
{ {
@ -368,6 +369,7 @@ static bool command_get_arg(const char *tok,
return false; return false;
} }
#endif
#if defined(HAVE_NETWORKING) && defined(HAVE_NETWORK_CMD) && defined(HAVE_COMMAND) #if defined(HAVE_NETWORKING) && defined(HAVE_NETWORK_CMD) && defined(HAVE_COMMAND)
static bool command_network_init(command_t *handle, uint16_t port) static bool command_network_init(command_t *handle, uint16_t port)

View file

@ -179,7 +179,7 @@
<ExceptionHandling>Enabled</ExceptionHandling> <ExceptionHandling>Enabled</ExceptionHandling>
</ClCompile> </ClCompile>
<Link> <Link>
<LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;math;OpenSLES</LibraryDependencies> <LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;m;OpenSLES</LibraryDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
@ -191,7 +191,7 @@
<ExceptionHandling>Enabled</ExceptionHandling> <ExceptionHandling>Enabled</ExceptionHandling>
</ClCompile> </ClCompile>
<Link> <Link>
<LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;math;OpenSLES</LibraryDependencies> <LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;m;OpenSLES</LibraryDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
@ -203,7 +203,7 @@
<ExceptionHandling>Enabled</ExceptionHandling> <ExceptionHandling>Enabled</ExceptionHandling>
</ClCompile> </ClCompile>
<Link> <Link>
<LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;math;OpenSLES</LibraryDependencies> <LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;m;OpenSLES</LibraryDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
@ -215,7 +215,7 @@
<ExceptionHandling>Enabled</ExceptionHandling> <ExceptionHandling>Enabled</ExceptionHandling>
</ClCompile> </ClCompile>
<Link> <Link>
<LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;math;OpenSLES</LibraryDependencies> <LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;m;OpenSLES</LibraryDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@ -227,7 +227,7 @@
<ExceptionHandling>Enabled</ExceptionHandling> <ExceptionHandling>Enabled</ExceptionHandling>
</ClCompile> </ClCompile>
<Link> <Link>
<LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;math;OpenSLES</LibraryDependencies> <LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;m;OpenSLES</LibraryDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@ -239,7 +239,7 @@
<ExceptionHandling>Enabled</ExceptionHandling> <ExceptionHandling>Enabled</ExceptionHandling>
</ClCompile> </ClCompile>
<Link> <Link>
<LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;math;OpenSLES</LibraryDependencies> <LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;m;OpenSLES</LibraryDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
@ -251,7 +251,7 @@
<ExceptionHandling>Enabled</ExceptionHandling> <ExceptionHandling>Enabled</ExceptionHandling>
</ClCompile> </ClCompile>
<Link> <Link>
<LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;math;OpenSLES</LibraryDependencies> <LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;m;OpenSLES</LibraryDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
@ -263,7 +263,7 @@
<ExceptionHandling>Enabled</ExceptionHandling> <ExceptionHandling>Enabled</ExceptionHandling>
</ClCompile> </ClCompile>
<Link> <Link>
<LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;math;OpenSLES</LibraryDependencies> <LibraryDependencies>%(LibraryDependencies);GLESv2;EGL;dl;z;m;OpenSLES</LibraryDependencies>
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View file

@ -119,7 +119,6 @@
</AntPackage> </AntPackage>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<Content Include="res\values\strings.xml" />
<AntBuildXml Include="build.xml" /> <AntBuildXml Include="build.xml" />
<AndroidManifest Include="AndroidManifest.xml" /> <AndroidManifest Include="AndroidManifest.xml" />
<AntProjectPropertiesFile Include="project.properties" /> <AntProjectPropertiesFile Include="project.properties" />
@ -140,6 +139,17 @@
<JavaCompile Include="src\com\retroarch\browser\retroactivity\RetroActivityLocation.java" /> <JavaCompile Include="src\com\retroarch\browser\retroactivity\RetroActivityLocation.java" />
<JavaCompile Include="src\com\retroarch\browser\retroactivity\RetroActivityPast.java" /> <JavaCompile Include="src\com\retroarch\browser\retroactivity\RetroActivityPast.java" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="res\drawable-hdpi\ic_launcher.png" />
<Content Include="res\drawable-ldpi\ic_launcher.png" />
<Content Include="res\drawable-mdpi\ic_launcher.png" />
<Content Include="res\drawable-xhdpi\banner.png" />
<Content Include="res\drawable-xhdpi\ic_launcher.png" />
<Content Include="res\drawable-xhdpi\ouya_icon.png" />
<Content Include="res\drawable-xxhdpi\ic_launcher.png" />
<Content Include="res\drawable-xxxhdpi\ic_launcher.png" />
<Content Include="res\drawable\banner.png" />
</ItemGroup>
<Import Project="$(AndroidTargetsPath)\Android.targets" /> <Import Project="$(AndroidTargetsPath)\Android.targets" />
<ImportGroup Label="ExtensionTargets" /> <ImportGroup Label="ExtensionTargets" />
</Project> </Project>