mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-14 18:13:07 +00:00
This mutex is acquired in SVC::CallSVC, ie, as soon as the guest application enters the HLE kernel, and should be acquired by the aforementioned threads before modifying kernel structures. |
||
|---|---|---|
| .. | ||
| applets | ||
| kernel | ||
| service | ||
| config_mem.cpp | ||
| config_mem.h | ||
| function_wrappers.h | ||
| ipc_helpers.h | ||
| ipc.h | ||
| lock.cpp | ||
| lock.h | ||
| result.h | ||
| romfs.cpp | ||
| romfs.h | ||
| shared_page.cpp | ||
| shared_page.h | ||
| svc.cpp | ||
| svc.h | ||