summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* yuzu-cmd/CMakeLists: Correct attribution for this function.Fernando Sahmkow2021-08-081-0/+1
|
* emu_window_sdl2_vk: Use the generated SDL configlat9nq2021-07-161-0/+5
| | | | | | | | | | | On Linux, due to the way we include SDL2 as a submodule, it makes it difficult for us to specify which SDL_config.h we intended to include. Before, CMake would default to the dummy one included with SDL and ignore the generated one. This tells CMake to use the generated one. In addition, we define USING_GENERATED_CONFIG_H to throw an error in case the dummy config is used by accident. Fixes Vulkan not working on Linux yuzu-cmd.
* yuzu_cmd: Remove unused resource.hameerj2021-04-231-1/+0
|
* yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei2021-02-141-0/+13
|
* cmake: Always enable VulkanReinUsesLisp2020-12-251-11/+4
| | | | | Removes the unnecesary burden of maintaining separate #ifdef paths and allows us sharing generic Vulkan code across APIs.
* 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