Age | Commit message (Collapse) | Author |
|
CI: Use GitHub Actions to validate pull requests
|
|
common/fiber: make fibers easier to use
|
|
tweak API usage in qt_web_browser.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gdbstub_arch: Directly access SP register
|
|
Update translations (2022-07-01)
|
|
|
|
cpu_manager: properly check idle on return from preemption
|
|
dynarmic: Stop ReadCode callbacks to unmapped addresses
|
|
|
|
|
|
Currently to access the SP register, RegRead and RegWrite rely on a
out-of-bounds array access to reach the next element in a struct. As
of writing only git versions of GCC catch this error.
Specify the SP register when we want to access it in these functions.
|
|
Core: Remake Core Timing
|
|
|
|
Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"
|
|
|
|
Replace multiple names with a better name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support `InfoType_MesosphereCurrentProcess`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: make current thread pointer thread local
|
|
|
|
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
|
|
|
|
gdbstub: fix register pokes
|
|
|
|
|
|
KPageTable: Remove extraneous assert
|
|
kernel: wait for threads to stop on pause
|