misc: chore: Use explicit types in Horizon project
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user