summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/yuzu.rc (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-15cmake: Remove yuzu_testerReinUsesLisp1-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.
2020-06-21Fix: fatal error CVT1100 when compiling manifest fileFearlessTobi1-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>
2019-06-10yuzu_tester: Use config, icon, and main from yuzu-cmdZach Hilman1-0/+0
2018-03-23CITRA_ICON -> YUZU_ICONN00byKing1-1/+1
2018-01-13Get yuzu sdl to start compilingJames Rowe1-2/+2
2018-01-13Massive removal of unused modulesJames Rowe1-0/+0
2017-09-03Add manifestDaMan1-0/+8
2016-12-05Unify Windows ICON resource nameJannik Vogel1-1/+1
2016-12-05Support mingw cross-compileJannik Vogel1-1/+1
2015-05-25Assets: Move citra.ico from src/assets to dist.Emmanuel Gil Peyrot1-9/+9
2015-01-12Fix building on MinGWdarkf1-0/+0
2014-12-31Add citra icon to Windows executable and title barChin1-0/+0
2014-04-05Support vs express edition without having to get platform sdkMathieu Vaillancourt1-0/+0
2013-09-26renamed from citrus to citraShizZy1-0/+0
2013-09-14renamed project to 'citrus'ShizZy1-0/+0
2013-09-05various fixes to be able to build projectShizZy1-0/+0
2013-08-30adding initial project layoutShizZy1-0/+0