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 fe8e6618f2 shader: Split SSY and PBK stack
Hardware testing revealed that SSY and PBK push to a different stack,
allowing code like this:

        SSY label1;
        PBK label2;
        SYNC;
label1: PBK;
label2: EXIT;
6 years ago
..
audio_core core/core_timing_util: Use std::chrono types for specifying time units 6 years ago
common cmake: Add missing shader hash file entries 6 years ago
core Merge pull request #2549 from lioncash/header 6 years ago
input_common input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 6 years ago
tests kernel: Handle page table switching within MakeCurrentProcess() 6 years ago
video_core shader: Split SSY and PBK stack 6 years ago
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 6 years ago
yuzu Merge pull request #2550 from lioncash/frontend 6 years ago
yuzu_cmd Merge pull request #2526 from lioncash/global 6 years ago
.clang-format
CMakeLists.txt Merge pull request #2460 from lioncash/volatile 6 years ago