You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
ReinUsesLisp 9e87193725 video_core: Remove all Core::System references in renderer
Now that the GPU is initialized when video backends are initialized,
it's no longer needed to query components once the game is running: it
can be done when yuzu is booting.

This allows us to pass components between constructors and in the
process remove all Core::System references in the video backend.
5 years ago
..
audio_core General: Tidy up clang-format warnings part 2 5 years ago
common Merge pull request #4611 from lioncash/xbyak2 5 years ago
core video_core: Remove all Core::System references in renderer 5 years ago
input_common Merge pull request #4583 from lioncash/trunc 5 years ago
tests tests/core_timing: Remove pragma optimize(off) 5 years ago
video_core video_core: Remove all Core::System references in renderer 5 years ago
web_service web_service: Move web_result.h into web_service 5 years ago
yuzu video_core: Remove all Core::System references in renderer 5 years ago
yuzu_cmd video_core: Remove all Core::System references in renderer 5 years ago
yuzu_tester video_core: Remove all Core::System references in renderer 5 years ago
.clang-format
CMakeLists.txt CMakeLists: Resolve #4478 5 years ago