aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.cpp
AgeCommit message (Expand)Author
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
2018-11-17Stubbed am:EnableApplicationCrashReportMysticExile
2018-11-16Report resolution scaling support for vi and amDavid Marcec
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash
2018-10-23acc: Fix account UUID duplication errorZach Hilman
2018-10-23profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman
2018-10-23am: Pass current user UUID to launch parametersZach Hilman
2018-10-21am: Add the basic skeleton for the tcap serviceLioncash
2018-10-21am: Update service function tablesLioncash
2018-10-20Stubbed home blockingDavid Marcec
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec
2018-09-19Implemented GetDefaultDisplayResolutionDavid Marcec
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-23Added GetBootMode (#1107)David
2018-08-21am: Utilize std::array within PopLaunchParameter()Lioncash
2018-08-17Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)greggameplayer
2018-08-16correct coding stylegreggameplayer
2018-08-16Implement GetDefaultDisplayResolutionChangeEventgreggameplayer
2018-08-08am: Stub SetScreenShotImageOrientation.bunnei
2018-08-03Added ability to change username & language code in the settings ui. Added IP...David
2018-07-31service/am: Add missing am servicesLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman