mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-11 20:10:03 +00:00
Add a couple of useful SVC logs
This commit is contained in:
parent
3871d74bc2
commit
e6b40486c5
2 changed files with 21 additions and 0 deletions
|
@ -1607,6 +1607,7 @@ void SVC::CallSVC(u32 immediate) {
|
|||
"Running threads from exiting processes is unimplemented");
|
||||
|
||||
const FunctionDef* info = GetSVCInfo(immediate);
|
||||
LOG_TRACE(Kernel_SVC, "calling {}", info->name);
|
||||
if (info) {
|
||||
if (info->func) {
|
||||
(this->*(info->func))();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue