summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: Implement Vulkan frontendReinUsesLisp2020-01-291-0/+11
| | | | | Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization.
* yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp2019-05-251-0/+2
|
* CMakeLists: Derive the source directory grouping from targets themselvesLioncash2018-01-181-14/+11
| | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases.
* Minor cleanupMerryMage2018-01-141-2/+2
|
* Get yuzu sdl to start compilingJames Rowe2018-01-131-2/+2
|
* Massive removal of unused modulesJames Rowe2018-01-131-0/+35