aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Memory
AgeCommit message (Expand)Author
2018-07-08Query multiple pages at once with GetWriteWatch (#222)gdkchan
2018-06-21Fix some thread sync issues (#172)gdkchan
2018-06-09Move WriteBytes to AMemory, implement it with a Marshal copy like ReadBytes, ...gdkchan
2018-06-08Small cleanup in AMemory and removed some unused usingsgdkchan
2018-06-08Do not inline the scalar vector load methods as a workaround to a .net JIT buggdkchan
2018-06-08Texture/Vertex/Index data cache (#132)gdkchan
2018-06-08ReadBytes function in AMemory, with cleaner range check. (#136)riperiperi
2018-06-04Force inline some of the vector read/write methodsgdkchan
2018-05-11Add intrinsics support (#121)gdkchan
2018-05-07NvServices refactoring (#120)gdkchan
2018-03-15Improvements to audout (#58)gdkchan
2018-03-10Allow to enable/disable memory checks even on release mode through the flag, ...gdkchan
2018-03-09Disable memory checks by default, even on debug, move ram memory allocation i...gdkchan
2018-02-27Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ...gdkchan
2018-02-25Implement SvcSetMemoryAttributegdkchan
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss