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
/
Ryujinx.Core
/
Loaders
/
Executable.cs
Age
Commit message (
Expand
)
Author
2018-06-10
Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL...
gdkchan
2018-06-09
Move WriteBytes to AMemory, implement it with a Marshal copy like ReadBytes, ...
gdkchan
2018-05-07
NvServices refactoring (#120)
gdkchan
2018-04-22
Stub a few services, add support for generating call stacks on the CPU
gdkchan
2018-03-10
Allow to enable/disable memory checks even on release mode through the flag, ...
gdkchan
2018-02-27
Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ...
gdkchan
2018-02-25
Fix regression introduced on last commit with wrong ImageEnd
gdkchan
2018-02-25
Added initial support for function names from symbol table on the cpu with tr...
gdkchan
2018-02-23
Map heap on heap base region, fix for thread start on homebrew, add FCVTMU an...
gdkchan
2018-02-21
Initiale hbmenu.nro support (#32)
Ac_K
2018-02-21
FspSrv improvements, also fix ImageEnd for NROs without a MOD0 section
gdkchan
2018-02-20
Split main project into core,graphics and chocolarm4 subproject (#29)
emmauss