1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 06:24:10 +01:00
Ryujinx/Ryujinx.HLE/HOS/Kernel
gdkchan d4187aaa9d
Allow "reinterpretation" of framebuffer/zeta formats (#418)
* (Re)Implement format reinterpretation, other changes

* Implement writeback to guest memory, some refactoring

* More refactoring, implement reinterpretation the old way again

* Clean up

* Some fixes on M2MF (old Dma engine), added partial support for P2MF, fix conditional ssy, add Z24S8 zeta format, other fixes

* nit: Formatting

* Address PR feedback
2018-09-18 01:30: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 SvcSetHeapSize: match kernel check for invalid size (#374) 2018-08-21 13:05:12 -03:00
SvcSystem.cs Allow "reinterpretation" of framebuffer/zeta formats (#418) 2018-09-18 01:30:35 -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