mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 13:41:43 +00:00
diag: fix process name cache
This commit is contained in:
parent
d954e85826
commit
28f0940c58
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ namespace ams::diag::impl {
|
|||
g_process_name = "";
|
||||
g_process_name_size = 0;
|
||||
}
|
||||
|
||||
g_got_process_name = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue