kernel: restrict nce to applications

This commit is contained in:
Liam
2023-12-18 00:49:46 -05:00
parent 31bf57a310
commit db7b2bc8f1
3 changed files with 6 additions and 6 deletions

View File

@@ -118,7 +118,6 @@ Result GetInfo(Core::System& system, u64* result, InfoType info_id_type, Handle
R_SUCCEED();
case InfoType::IsApplication:
LOG_WARNING(Kernel_SVC, "(STUBBED) Assuming process is application");
*result = process->IsApplication();
R_SUCCEED();