aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.cpp
AgeCommit message (Expand)Author
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash
2019-04-17am: Delegate applet creation to AppletManagerZach Hilman
2019-04-11service: Update service function tablesLioncash
2019-04-04hle/service: Resolve unused variable warningsLioncash
2019-04-03Merge pull request #2328 from lioncash/transferbunnei
2019-04-03service/am: Correct behavior of CreateTransferMemoryStorage()Lioncash
2019-03-26service/am: Implement EnterFatalSection and LeaveFatalSectionLioncash
2019-03-26service/am: Sort ISelfController's member functions according to table orderLioncash
2019-03-21service/am: Add function table for IDebugFunctionsLioncash
2019-03-18service/am: Add basic implementation of ChangeMainAppletMasterVolumeLioncash
2019-03-18service/am: Unstub SetTransparentVolumeRate()Lioncash
2019-03-18service/am: Unstub SetExpectedMasterVolume()Lioncash
2019-02-05service/nvflinger,service/vi: Handle failure cases with exposed APILioncash
2019-01-10Merge pull request #1939 from DarkLordZach/web-appletbunnei
2019-01-04Proper no message handling for AM::PopMessageDavid Marcec
2018-12-28applets: Implement LibAppletOff (Web) appletZach Hilman
2018-12-28am: Add size parameter to am:IStorage loggingZach Hilman
2018-12-27am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman
2018-12-23Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei
2018-12-21Merge pull request #1914 from lioncash/idbunnei
2018-12-17service/am: Unstub GetAppletResourceUserIdLioncash
2018-12-09applets: Correct usage of SignalStateChanged eventZach Hilman
2018-12-03am: Use ProfileSelect appletZach Hilman
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-27Reworked svcs slightly, improved error messages in AM and fsp_srvDavid Marcec
2018-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-23Merge pull request #1708 from ogniK5377/res-scalebunnei
2018-11-22am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman
2018-11-21Merge pull request #1742 from lioncash/hle-swkbdbunnei
2018-11-20am: Correct build failureLioncash
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman
2018-11-18applet: Use std::queue instead of std::vector for storage stackZach Hilman
2018-11-18applet: Add operation completed callbackZach Hilman
2018-11-18software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman
2018-11-18am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman
2018-11-18am: Implement text check software keyboard modeZach Hilman
2018-11-18am: Deglobalize software keyboard appletZach Hilman
2018-11-18am: Construct and use proper applets with ILibraryAppletAccessorZach Hilman
2018-11-18am: Unstub ILibraryAppletAccessor::StartZach Hilman
2018-11-18am: Implement PopInteractiveOutData and PushInteractiveInDataZach Hilman
2018-11-18am: Convert storage stack to vectorZach Hilman
2018-11-18am: Move AM::IStorage to headerZach Hilman
2018-11-18am: Move IStorageAccessor to header and update backing bufferZach Hilman
2018-11-18am: Implement CreateTransferMemoryStorageZach Hilman