gdkchan
10fd47e2ca
Move WriteBytes to AMemory, implement it with a Marshal copy like ReadBytes, fix regression on address range checking
2018-06-09 13:05:41 -03:00
riperiperi
d7b4cc9ec7
ReadBytes function in AMemory, with cleaner range check. ( #136 )
2018-06-08 21:15:02 -03:00
gdkchan
3b03610245
Fix ILibraryAppletCreator CreateStorage, implement Write on IStorageAccessor
2018-06-04 02:09:41 -03:00
gdkchan
5af1e9f82e
Fix GetDesiredLanguage and expose a way to set the desired language, default to english
2018-04-29 20:18:46 -03:00
gdkchan
b4ba08912b
Remove unnecessary casts from NxSettings
2018-04-26 13:57:25 -03:00
Ac_K
7eba78608d
Update ISystemSettingsServer.cs ( #107 )
...
* Update ISystemSettingsServer.cs
Implement `GetSettingsItemValue`.
* Add NxSettings.cs
Generated automatically from a Switch 3.0 config file (Tid: 0100000000000818).
* Update ISystemSettingsServer.cs
* Update ISystemSettingsServer.cs
* Update ISystemSettingsServer.cs
2018-04-25 21:52:22 -03:00
gdkchan
ae8bb487db
Improved logging ( #103 )
2018-04-24 15:57:39 -03:00
Ac_K
a407457783
Some implementations ( #99 )
...
* Some implementations
- ICommonStateGetter
* GetBootMode
- ISelfController
* SetHandlesRequestToDisplay
- IServiceGetterInterface
- ISystemUpdateInterface
- IVulnerabilityManagerInterface
- IPrepoService
- ISettingsServer
* GetLanguageCode
- ISystemSettingsServer
* GetFirmwareVersion2
- IHOSBinderDriver
* TransactParcelAuto
* Fix Implementations
* Fix Implementations 2
2018-04-21 20:04:43 -03:00
emmauss
888c7ca763
Add special log for stubs ( #81 )
...
* add stub loglevel
* add log for stubbed methods
2018-04-16 21:24:42 -03:00
gdkchan
950f9debe6
Rename services with the official interface names
2018-04-06 01:01:52 -03:00
gdkchan
7f26877bc8
Fix GetAvailableLanguageCodes, stub ListAddOnContent and NvGpuAsIoctlRemap (0x4114)
2018-04-04 21:01:36 -03:00
emmauss
cc45e1d2ea
added set: getavailablelanguagecount ( #65 )
2018-03-23 07:42:34 -03:00
gdkchan
d0afedbf02
Rename IpcServices -> Services
2018-03-20 17:00:00 -03:00
gdkchan
e60852509c
[WIP] Add support for events ( #60 )
...
* Add support for events, move concept of domains to IpcService
* Support waiting for KThread, remove some test code, other tweaks
* Use move handle on NIFM since I can't test that now, it's better to leave it how it was
2018-03-19 15:58:46 -03:00
gdkchan
d295a2df5f
Improve CPU initial translation speeds ( #50 )
...
* Add background translation to the CPU
* Do not use a separate thread for translation, implement 2 tiers translation
* Remove unnecessary usings
* Lower MinCallCountForReJit
* Remove unused variable
2018-03-04 14:09:59 -03:00
gdkchan
c48c3360e0
Fix Rename* functions on FspSrv, add a separate class do hold system settings on Switch
2018-03-03 14:04:58 -03:00
emmauss
37f7f127ea
stub set_sys ( #49 )
2018-03-01 17:23:55 -03:00
Ac_K
392d6ca5fc
Stubs implementations ( #45 )
...
Services Bsd, Nifm & SSL stubs implementations
Objects IGeneralService, IRequest stubs implementations.
Fake-Fix GetAvailableLanguageCodes stub too ^^!
2018-02-28 00:31:52 -03:00
Ac_K
9812c7db46
Implement many objects, improve logging. ( #42 )
...
* Implement many objects, improve logging.
Change and rename folders of Services
Add Logging of IpcMessage.
Add "lm" Log Service.
Parse Errors of SetTerminateResult
Add Svc Calls.
Add many object implementations.
* Corrections
Forgotten Debug Conf
* Corrections 2
* Corrections 3
* Corrections 4
2018-02-25 15:58:16 -03:00