mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-28 12:30:17 +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