summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-15cmake: Remove yuzu_testerReinUsesLisp1-32/+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-11-04core: Remove usage of unicornLioncash1-2/+0
Unicorn long-since lost most of its use, due to dynarmic gaining support for handling most instructions. At this point any further issues encountered should be used to make dynarmic better. This also allows us to remove our dependency on Python.
2019-06-10yuzu_tester: Add project subdirectoryZach Hilman1-0/+34