summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/yuzu.rc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Remove yuzu_testerReinUsesLisp2021-01-151-17/+0
| | | | | | | | | | We never ended up using yuzu_tester. Removing it saves code duplication with yuzu_cmd, and distribution size on prebuilt packages. For unit testing, we can use catch2 from guest code and dump the results to a file. Then execute yuzu from a script on ci if we want this to be automated.
* Fix: fatal error CVT1100 when compiling manifest fileFearlessTobi2020-06-211-1/+1
| | | | | | | | | | | | | | 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>
* yuzu_tester: Use config, icon, and main from yuzu-cmdZach Hilman2019-06-101-0/+17