misc: chore: Use explicit types in Horizon project

This commit is contained in:
Evan Husted
2025-01-25 14:14:13 -06:00
parent 5eba42fa06
commit 69e0b79bd9
23 changed files with 71 additions and 66 deletions

View File

@@ -120,7 +120,7 @@ namespace Ryujinx.Horizon.Sm.Impl
return SmResult.NotRegistered;
}
ref var serviceInfo = ref _services[serviceIndex];
ref ServiceInfo serviceInfo = ref _services[serviceIndex];
if (serviceInfo.OwnerProcessId != processId)
{
return SmResult.NotAllowed;