mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 07:10:48 -07:00
Remove unneeded semicolons
This commit is contained in:
@ -292,7 +292,7 @@ namespace Ryujinx.HLE.HOS.Services.Android
|
||||
int nvMapHandle = BitConverter.ToInt32(_bufferQueue[slot].Data.RawData, 0x4c);
|
||||
int bufferOffset = BitConverter.ToInt32(_bufferQueue[slot].Data.RawData, 0x50);
|
||||
|
||||
NvMapHandle map = NvMapIoctl.GetNvMap(context, nvMapHandle);;
|
||||
NvMapHandle map = NvMapIoctl.GetNvMap(context, nvMapHandle);
|
||||
|
||||
long fbAddr = map.Address + bufferOffset;
|
||||
|
||||
|
Reference in New Issue
Block a user