..
Range
misc: chore: Use collection expressions in Memory project
2025-01-26 15:46:58 -06:00
Tracking
misc: chore: Remove unused using directives across entire solution.
2025-01-30 20:27:17 -06:00
WindowsShared
misc: chore: Remove unused using directives across entire solution.
2025-01-30 20:27:17 -06:00
AddressSpaceManager.cs
misc: chore: Remove unused using directives across entire solution.
2025-01-30 20:27:17 -06:00
BytesReadOnlySequenceSegment.cs
misc: chore: Fix object creation in Memory project
2025-01-26 15:20:28 -06:00
InvalidAccessHandler.cs
editorconfig: Set default encoding to UTF-8 ( #5793 )
2023-12-04 14:17:13 +01:00
InvalidMemoryRegionException.cs
editorconfig: Set default encoding to UTF-8 ( #5793 )
2023-12-04 14:17:13 +01:00
IRefCounted.cs
editorconfig: Set default encoding to UTF-8 ( #5793 )
2023-12-04 14:17:13 +01:00
IVirtualMemoryManager.cs
misc: chore: Use explicit types in Memory project
2025-01-25 14:09:36 -06:00
IWritableBlock.cs
Use pooled memory and avoid memory copies ( #6691 )
2024-04-21 12:57:35 +02:00
MemoryAllocationFlags.cs
editorconfig: Set default encoding to UTF-8 ( #5793 )
2023-12-04 14:17:13 +01:00
MemoryBlock.cs
misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups.
2024-10-26 08:46:50 -05:00
MemoryConstants.cs
editorconfig: Set default encoding to UTF-8 ( #5793 )
2023-12-04 14:17:13 +01:00
MemoryManagement.cs
misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups.
2024-10-26 08:46:50 -05:00
MemoryManagementUnix.cs
misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups.
2024-10-26 08:46:50 -05:00
MemoryManagementWindows.cs
misc: chore: Use explicit types in Memory project
2025-01-25 14:09:36 -06:00
MemoryManagerUnixHelper.cs
misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups.
2024-10-26 08:46:50 -05:00
MemoryMapFlags.cs
[Ryujinx.Memory] Address dotnet-format issues ( #5386 )
2023-06-28 18:34:00 +02:00
MemoryNotContiguousException.cs
editorconfig: Set default encoding to UTF-8 ( #5793 )
2023-12-04 14:17:13 +01:00
MemoryPermission.cs
editorconfig: Set default encoding to UTF-8 ( #5793 )
2023-12-04 14:17:13 +01:00
MemoryProtectionException.cs
editorconfig: Set default encoding to UTF-8 ( #5793 )
2023-12-04 14:17:13 +01:00
NativeMemoryManager.cs
implement MemoryManagerHostTracked.GetReadOnlySequence() ( #6695 )
2024-04-21 16:34:04 -03:00
PageTable.cs
editorconfig: Set default encoding to UTF-8 ( #5793 )
2023-12-04 14:17:13 +01:00
Ryujinx.Memory.csproj
infra: Generate .nupkg when building ARMeilleure, Ryujinx.Common, and Ryujinx.Memory.
2025-05-18 03:10:38 -05:00
SparseMemoryBlock.cs
misc: chore: Use collection expressions in Memory project
2025-01-26 15:46:58 -06:00
VirtualMemoryManagerBase.cs
misc: chore: Use explicit types in Memory project
2025-01-25 14:09:36 -06:00
WritableRegion.cs
Replace passing by IMemoryOwner<byte> with passing by concrete MemoryOwner<byte> ( #7171 )
2024-09-18 23:00:54 -03:00