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
/
OsHle
/
Services
/
Set
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-06-08
ReadBytes function in AMemory, with cleaner range check. (#136)
riperiperi
2018-06-04
Fix ILibraryAppletCreator CreateStorage, implement Write on IStorageAccessor
gdkchan
2018-04-29
Fix GetDesiredLanguage and expose a way to set the desired language, default ...
gdkchan
2018-04-26
Remove unnecessary casts from NxSettings
gdkchan
2018-04-25
Update ISystemSettingsServer.cs (#107)
Ac_K
2018-04-24
Improved logging (#103)
gdkchan
2018-04-21
Some implementations (#99)
Ac_K
2018-04-16
Add special log for stubs (#81)
emmauss
2018-04-06
Rename services with the official interface names
gdkchan
2018-04-04
Fix GetAvailableLanguageCodes, stub ListAddOnContent and NvGpuAsIoctlRemap (0...
gdkchan
2018-03-23
added set: getavailablelanguagecount (#65)
emmauss
2018-03-20
Rename IpcServices -> Services
gdkchan
2018-03-19
[WIP] Add support for events (#60)
gdkchan
2018-03-04
Improve CPU initial translation speeds (#50)
gdkchan
2018-03-03
Fix Rename* functions on FspSrv, add a separate class do hold system settings...
gdkchan
2018-03-01
stub set_sys (#49)
emmauss
2018-02-28
Stubs implementations (#45)
Ac_K
2018-02-25
Implement many objects, improve logging. (#42)
Ac_K