Skip to content

Commit b873371

Browse files
committed
Lets try and not voilate any licenses
1 parent 0082cbc commit b873371

File tree

11 files changed

+3916
-1411
lines changed

11 files changed

+3916
-1411
lines changed

SNESticle/Project/libretro/libretro.cpp

Whitespace-only changes.

SNESticle/Project/libretro/libretro.h

Lines changed: 3890 additions & 0 deletions
Large diffs are not rendered by default.

SNESticle/Project/win32/win32.vcxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@
207207
<ClCompile Include="..\..\Source\common\sndebug.cpp" />
208208
<ClCompile Include="..\..\Source\common\sndisasm.c" />
209209
<ClCompile Include="..\..\Source\common\sndma.cpp" />
210-
<ClCompile Include="..\..\Source\common\sndsp1.cpp" />
210+
<ClCompile Include="..\..\Source\common\sndsp1.cpp">
211+
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
212+
</ClCompile>
211213
<ClCompile Include="..\..\Source\common\snes.cpp" />
212214
<ClCompile Include="..\..\Source\common\snesreg.cpp" />
213215
<ClCompile Include="..\..\Source\common\snio.cpp" />

0 commit comments

Comments
 (0)