mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 01:45:08 +01:00
(360) Embarrassing... fixes 360 build (audio)
This commit is contained in:
parent
25efebe0ea
commit
baaec1acc3
@ -7,7 +7,6 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf _snprintf
|
||||
#pragma pack(1)
|
||||
#endif
|
||||
|
||||
#include "shared.h"
|
||||
|
@ -74,7 +74,14 @@
|
||||
<ClCompile Include="..\..\..\source\vdp_ctrl.c" />
|
||||
<ClCompile Include="..\..\..\source\vdp_render.c" />
|
||||
<ClCompile Include="..\..\..\source\z80\z80.c" />
|
||||
<ClCompile Include="..\..\libretro.c" />
|
||||
<ClCompile Include="..\..\libretro.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>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{00CE82EC-E948-4BB6-B726-23BF1571B05A}</ProjectGuid>
|
||||
|
Loading…
Reference in New Issue
Block a user