Ryujinx/Ryujinx.HLE/HOS/Kernel
gdkchan 056c2840b1
Fix MapPhysicalMemory when block position is less than map position (#359)
* Fix MapPhysicalMemory when block position is less than map position

* Only try to free pages that are actually mapped

* Only unmap after freeing the memory
2018-08-17 10:39:35 -03:00
..
AddressArbiter.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
AddressSpaceType.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KernelErr.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KEvent.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KMemoryBlock.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KMemoryInfo.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KMemoryManager.cs Fix MapPhysicalMemory when block position is less than map position (#359) 2018-08-17 10:39:35 -03:00
KProcessHandleTable.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KProcessScheduler.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KSession.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KSharedMemory.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KSynchronizationObject.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KThread.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KTlsPageManager.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KTransferMemory.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
MemoryAttribute.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
MemoryPermission.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
MemoryState.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
NsTimeConverter.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
SchedulerThread.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
SvcHandler.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
SvcMemory.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
SvcSystem.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
SvcThread.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
SvcThreadSync.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
ThreadQueue.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00