mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
Fix 360 Salamander
This commit is contained in:
parent
4371efafd7
commit
602ea99c96
@ -264,7 +264,11 @@ static void frontend_xdk_exec(const char *path, bool should_load_content)
|
||||
|
||||
#ifdef IS_SALAMANDER
|
||||
if (!string_is_empty(path))
|
||||
#ifdef _XBOX360
|
||||
XLaunchNewImage(path, 0);
|
||||
#else
|
||||
XLaunchNewImage(path, NULL);
|
||||
#endif
|
||||
#else
|
||||
#if defined(_XBOX1)
|
||||
memset(&ptr, 0, sizeof(ptr));
|
||||
|
@ -270,6 +270,14 @@
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\libretro-common\time\rtime.c">
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='CodeAnalysis|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\libretro-common\compat\compat_posix_string.c">
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='CodeAnalysis|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">CompileAsC</CompileAs>
|
||||
|
Loading…
x
Reference in New Issue
Block a user