mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-17 16:02:40 +00:00
Address PR feedback
Removes a useless null check Aligns some values to improve readability
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvDrvServices
|
||||
abstract class NvDeviceFile
|
||||
{
|
||||
public readonly ServiceCtx Context;
|
||||
public readonly KProcess Owner;
|
||||
public readonly KProcess Owner;
|
||||
|
||||
public NvDeviceFile(ServiceCtx context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user