mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-13 22:44:18 +00:00
misc: chore: Fix object creation in HLE project
This commit is contained in:
@@ -33,8 +33,8 @@ namespace Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvHostAsGpu
|
||||
}
|
||||
|
||||
private static readonly VmRegion[] _vmRegions = {
|
||||
new VmRegion((ulong)BigPageSize << 16, SmallRegionLimit),
|
||||
new VmRegion(SmallRegionLimit, DefaultUserSize),
|
||||
new((ulong)BigPageSize << 16, SmallRegionLimit),
|
||||
new(SmallRegionLimit, DefaultUserSize),
|
||||
};
|
||||
|
||||
private readonly AddressSpaceContext _asContext;
|
||||
|
||||
Reference in New Issue
Block a user