index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChocolArm64
/
Memory
/
AMemory.cs
Age
Commit message (
Expand
)
Author
2018-07-08
Query multiple pages at once with GetWriteWatch (#222)
gdkchan
2018-06-21
Fix some thread sync issues (#172)
gdkchan
2018-06-09
Move WriteBytes to AMemory, implement it with a Marshal copy like ReadBytes, ...
gdkchan
2018-06-08
Small cleanup in AMemory and removed some unused usings
gdkchan
2018-06-08
Do not inline the scalar vector load methods as a workaround to a .net JIT bug
gdkchan
2018-06-08
Texture/Vertex/Index data cache (#132)
gdkchan
2018-06-08
ReadBytes function in AMemory, with cleaner range check. (#136)
riperiperi
2018-06-04
Force inline some of the vector read/write methods
gdkchan
2018-05-11
Add intrinsics support (#121)
gdkchan
2018-05-07
NvServices refactoring (#120)
gdkchan
2018-03-10
Allow to enable/disable memory checks even on release mode through the flag, ...
gdkchan
2018-03-09
Disable memory checks by default, even on debug, move ram memory allocation i...
gdkchan
2018-02-27
Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ...
gdkchan
2018-02-20
Split main project into core,graphics and chocolarm4 subproject (#29)
emmauss