Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | yuzu_cmd: Remove unused resource.h | ameerj | 2021-04-23 | 1 | -1/+0 |
| | |||||
* | yuzu: Various frontend improvements to avoid crashes and improve experience on Linux. | bunnei | 2021-02-14 | 1 | -0/+13 |
| | |||||
* | cmake: Always enable Vulkan | ReinUsesLisp | 2020-12-25 | 1 | -11/+4 |
| | | | | | Removes the unnecesary burden of maintaining separate #ifdef paths and allows us sharing generic Vulkan code across APIs. | ||||
* | core: Remove usage of unicorn | Lioncash | 2020-11-04 | 1 | -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 frontend | ReinUsesLisp | 2020-01-29 | 1 | -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 file | ReinUsesLisp | 2019-05-25 | 1 | -0/+2 |
| | |||||
* | CMakeLists: Derive the source directory grouping from targets themselves | Lioncash | 2018-01-18 | 1 | -14/+11 |
| | | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases. | ||||
* | Minor cleanup | MerryMage | 2018-01-14 | 1 | -2/+2 |
| | |||||
* | Get yuzu sdl to start compiling | James Rowe | 2018-01-13 | 1 | -2/+2 |
| | |||||
* | Massive removal of unused modules | James Rowe | 2018-01-13 | 1 | -0/+35 |