yuzu/src
FearlessTobi a8674a7b86 Fix: fatal error CVT1100 when compiling manifest file
Occurs when doing a local compile in MSVC build. The compiler I'm using is as below:
Microsoft Visual Studio Community 2019 Preview
Version 16.6.0 Preview 5.0

Fixes this error:
CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

I have put 0 since previous name was 1. If have other names in mind, please let me know.

Co-Authored-By: dragios <dragios@users.noreply.github.com>
2020-06-21 03:11:23 +02:00
..
audio_core audren: Implement RendererInfo 2020-06-13 14:04:28 +10:00
common Merge pull request #4086 from MerryMage/abi 2020-06-17 11:20:52 -04:00
core Merge pull request #4099 from MerryMage/macOS-build 2020-06-19 23:31:04 -04:00
input_common input_common/motion_emu: Remove redundant move 2020-06-19 14:29:59 +01:00
tests Merge pull request #3697 from lioncash/declarations 2020-04-23 02:18:52 -04:00
video_core macro_jit_x64: Use ecx for shift register 2020-06-20 22:24:05 +01:00
web_service Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
yuzu Fix: fatal error CVT1100 when compiling manifest file 2020-06-21 03:11:23 +02:00
yuzu_cmd Fix: fatal error CVT1100 when compiling manifest file 2020-06-21 03:11:23 +02:00
yuzu_tester Fix: fatal error CVT1100 when compiling manifest file 2020-06-21 03:11:23 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMakeLists: Make missing declarations a compile-time error 2020-04-16 23:43:41 -04:00