summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Remove yuzu_testerReinUsesLisp2021-01-151-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.
* core: Remove usage of unicornLioncash2020-11-041-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.
* yuzu_tester: Add project subdirectoryZach Hilman2019-06-101-0/+34