19185 Commits (453970059528d564d9ef88f7f9096c05946fbefe)

Author SHA1 Message Date
Fernando Sahmkow 846c994cc9 Core: Reimplement Core Timing. 4 years ago
Fernando Sahmkow 096366ead5 Common: improve native clock. 4 years ago
german77 c34a95fa25 video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 4 years ago
german77 b5d6194f6d video_core: Replace VKSwapchain with Swapchain 4 years ago
german77 a5e419535f video_core: Replace VKQueryCache with QueryCache 4 years ago
german77 9775fae4eb video_core: Replace VKScheduler with Scheduler 4 years ago
german77 a262dc02b5 video_core: Replace VKBlitScreen with BlitScreen 4 years ago
german77 fca5752690 video_core: Replace VKFenceManager with FenceManager 4 years ago
german77 7b48e7b363 core: kernel: Replace instances of KPageLinkedList with KPageGroup 4 years ago
german77 a7d9be1384 core: Replace all instances of ResultCode with Result 4 years ago
comex bf7e78795f Re-add missing `case` and braces, and trim whitespace 4 years ago
comex a14438d013
Update src/core/hle/kernel/svc.cpp 4 years ago
comex 48737a4bb2 Support InfoType_MesosphereCurrentProcess 4 years ago
Liam 075155022e kernel: clean up waiting implementation 4 years ago
Liam 8f8c0b69dc core/arm: better support for backtrace generation 4 years ago
Liam 19f475fd70 gdbstub: fix register pokes 4 years ago
Liam 2c56e94702 kernel: make current thread pointer thread local 4 years ago
Morph 1c8f6ba18f KPageTable: Remove extraneous assert 4 years ago
Kyle Kienapfel 31c6ba7ecd tweak API usage in qt_web_browser.cpp 4 years ago
Liam 1fd194141a dynarmic: Stop ReadCode callbacks to unmapped addresses 4 years ago
Narr the Reg f37b2e6f10 service: am: Stub PerformSystemButtonPressingIfInFocus 4 years ago
Liam 24d7aaf43c kernel: wait for threads to stop on pause 4 years ago
Liam a6371fb69d core: fix initialization in single core, sync GPU mode 4 years ago
Nikita Strygin 9e384ed54b Make yuzu-cmd respect log_filter setting 4 years ago
Nikita Strygin cf7e4bda92 Implement ExitProcess svc 4 years ago
Liam 208ed712f4 core/debugger: memory breakpoint support 4 years ago
Narr the Reg d1f2f5f146 common: param_package: Demote DEBUG to TRACE for getters 4 years ago
Liam 744a208763 kernel: fix some uses of disable_count 4 years ago
Morph 25429998e3 bounded_threadsafe_queue: Use constexpr capacity and mask 4 years ago
Morph 4572634a4e vk_compute_pass: Explicitly cast to VkAccessFlags 4 years ago
Liam a7358ff1d4 kernel: notify debugger on break SVC 4 years ago
Liam 20eab9fed9 core: centralize profile scope for Dynarmic 4 years ago
Morph 0eeee431dc main: Eliminate variable shadowing 4 years ago
Liam 888f499188 kernel: implement KProcess suspension 4 years ago
Morph 5568763a57 vk_compute_pass: Use VK_ACCESS_NONE 4 years ago
Morph 742f021fdf wait_tree: Eliminate variable shadowing 4 years ago
Morph 95bcf6ac38 configure_ringcon: Eliminate variable shadowing 4 years ago
Morph e371961219 configure_touch_from_button: Eliminate variable shadowing 4 years ago
Morph 5503338f21 configure_per_game: Eliminate variable shadowing 4 years ago
Morph fe7184c2a8 configure_input_player: Eliminate variable shadowing 4 years ago
Morph 1c83014526 configure_dialog: Eliminate variable shadowing 4 years ago
Morph 2d903e3ce6 bootmanager: Eliminate variable shadowing 4 years ago
Morph e29e8eec2f game_list: Eliminate variable shadowing 4 years ago
Morph fcfe192e83 vk_compute_pass: Silence Wextra warning 4 years ago
Liam bd38aefc57 kernel: fix passthrough of local captures in lambda 4 years ago
Liam feaf010fa2 common/assert: rework ASSERT handling to avoid std::function usage 4 years ago
Liam ebecdd3a74 general: fix compilation on MinGW GCC 12 4 years ago
Liam a29ddcee40 common/assert: add unlikely 4 years ago
Liam d11547024c general: fix compilation on GCC 12 4 years ago
Liam 6f59e2676b kernel: ensure class token lambda exit is unreachable 4 years ago