1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 22:44:36 +01:00
Ryujinx/Ryujinx.HLE/HOS/Kernel/Memory
Cristallix 4738113f29
Suppress warnings from fields never used or never assigned (CS0169 and CS0649) (#919)
* chore : disable unwanted warnings and minor code cleanup

* chore : remove more warnings

* fix : reorder struct correctly

* fix : restore _isKernel and remove useless comment

* fix : copy/paste error

* fix : restore CallMethod call

* fix : whitespace

* chore : clean using

* feat : remove warnings

* fix : simplify warning removal on struct

* fix : revert fields deletion and code clean up

* fix : re-add RE value

* fix : typo
2020-04-21 07:59:59 +10:00
..
AddressSpaceType.cs
DramMemoryMap.cs
KMemoryArrange.cs
KMemoryArrangeRegion.cs
KMemoryBlock.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KMemoryBlockAllocator.cs
KMemoryInfo.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KMemoryManager.cs Suppress warnings from fields never used or never assigned (CS0169 and CS0649) (#919) 2020-04-21 07:59:59 +10:00
KMemoryRegionBlock.cs
KMemoryRegionManager.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
KPageList.cs
KPageNode.cs
KSharedMemory.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KSlabHeap.cs
KTransferMemory.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
MemoryAttribute.cs
MemoryOperation.cs
MemoryPermission.cs
MemoryRegion.cs
MemoryState.cs