mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 04:20:47 -07:00
Remove unneeded semicolons
This commit is contained in:
@ -89,7 +89,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvHostChannel
|
||||
|
||||
NvHostChannelSubmitGpfifo args = MemoryHelper.Read<NvHostChannelSubmitGpfifo>(context.Memory, inputPosition);
|
||||
|
||||
NvGpuVmm vmm = NvGpuASIoctl.GetASCtx(context).Vmm;;
|
||||
NvGpuVmm vmm = NvGpuASIoctl.GetASCtx(context).Vmm;
|
||||
|
||||
for (int index = 0; index < args.NumEntries; index++)
|
||||
{
|
||||
@ -163,7 +163,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvHostChannel
|
||||
|
||||
NvHostChannelSubmitGpfifo args = MemoryHelper.Read<NvHostChannelSubmitGpfifo>(context.Memory, inputPosition);
|
||||
|
||||
NvGpuVmm vmm = NvGpuASIoctl.GetASCtx(context).Vmm;;
|
||||
NvGpuVmm vmm = NvGpuASIoctl.GetASCtx(context).Vmm;
|
||||
|
||||
for (int index = 0; index < args.NumEntries; index++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user