Age | Commit message (Collapse) | Author |
|
core: kernel: k_process: Use application system resource.
|
|
kernel/svc: switch to generated wrappers
|
|
|
|
On MSVC at least, there seems to be a non-trivial overhead to calling GetHostThreadId().
This slightly reworks the host_thread_id variable to reduce some of the complexity around its usage, along with some small refactors around current_thread and dummy thread
|
|
|
|
|
|
service: hid: Return error if arguments of SetSupportedNpadIdType is invalid
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing
changes made to af20e25081f97d55b451606c87922e2b49f0d363.
|
|
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
|
|
ReadBuffer"
|
|
|
|
input_common: Implement turbo buttons
|
|
|
|
kernel: add KCapabilities
|
|
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
|
|
|
|
Depends on https://github.com/yuzu-emu/build-environments/pull/69
clang-15 primary run
|
|
kernel: fix incorrect locking order in suspension
|
|
|
|
merryhime/revert-af5ecb0b15d4449f58434e70eed835cf71fc5527
Revert "MemoryManager: use fastmem directly."
|
|
kernel: KPageTable: update
|
|
|
|
This reverts commit af5ecb0b15d4449f58434e70eed835cf71fc5527.
|
|
Input_common: Implement custom joycon driver v2
|
|
|
|
|
|
|
|
core: hid: Fix stick minimum range
|
|
Add stacktrace symbol demangling
|
|
debugger: add host fastmem pointer fetch command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
memory: fix watchpoint use when fastmem is enabled
|
|
timing: wait for completion on unregister
|
|
|