1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-18 21:13:23 +01:00

diag: fix process name cache

This commit is contained in:
Michael Scire 2022-08-11 14:19:20 -07:00
parent d954e85826
commit 28f0940c58

View file

@ -82,6 +82,8 @@ namespace ams::diag::impl {
g_process_name = "";
g_process_name_size = 0;
}
g_got_process_name = true;
}
}
}