Skip to content

Commit 66c547e

Browse files
Disable MMC5 support in QuickerNES
Restores b1f4a77 Fixes #4244
1 parent ff96acd commit 66c547e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Assets/dll/libquicknes.dll

50.5 KB
Binary file not shown.

quicknes/msvc/libquicknes.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<UseDebugLibraries>false</UseDebugLibraries>
136136
<WholeProgramOptimization>true</WholeProgramOptimization>
137137
<CharacterSet>MultiByte</CharacterSet>
138-
<PlatformToolset>v143</PlatformToolset>
138+
<PlatformToolset>ClangCL</PlatformToolset>
139139
</PropertyGroup>
140140
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
141141
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)