ryujinx/Ryujinx.Core/OsHle/Services/Am
Ac_K 434e40b8a0 Update am service (#98)
* am services implementations

Implement:
- IAllSystemAppletProxiesService
- IApplicationCreator
- IGlobalStateController
- IHomeMenuFunctions
  * RequestToGetForeground stub.
  * GetPopFromGeneralChannelEvent stub event.
- ISystemAppletProxy
  * GetCommonStateGetter
  * GetSelfController
  * GetWindowController
  * GetAudioController
  * GetDisplayController
  * GetLibraryAppletCreator
  * GetHomeMenuFunctions
  * GetGlobalStateController
  * GetApplicationCreator
  * GetDebugFunctions

* Update ServiceFactory.cs

* Update IHomeMenuFunctions.cs

* Update IHomeMenuFunctions.cs

* Update ServiceFactory.cs
2018-04-21 16:30:06 -03:00
..
AmErr.cs
FocusState.cs
IAllSystemAppletProxiesService.cs Update am service (#98) 2018-04-21 16:30:06 -03:00
IApplicationCreator.cs Update am service (#98) 2018-04-21 16:30:06 -03:00
IApplicationFunctions.cs
IApplicationProxy.cs
IApplicationProxyService.cs
IAudioController.cs
ICommonStateGetter.cs
IDebugFunctions.cs
IDisplayController.cs
IGlobalStateController.cs Update am service (#98) 2018-04-21 16:30:06 -03:00
IHomeMenuFunctions.cs Update am service (#98) 2018-04-21 16:30:06 -03:00
ILibraryAppletCreator.cs
ISelfController.cs
IStorage.cs
IStorageAccessor.cs
ISystemAppletProxy.cs Update am service (#98) 2018-04-21 16:30:06 -03:00
IWindowController.cs
MessageInfo.cs
OperationMode.cs