summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-12am: move out omm interfaces to new moduleLiam1-6/+0
2024-02-12am: rewrite appletAE, appletOELiam1-6/+6
2024-01-30am: migrate global state to per-applet state structureLiam1-6/+4
2024-01-30service: split am into componentsLiam1-2676/+1
2024-01-29service: am: Focus state changed goes lastgerman771-1/+1
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam1-3/+4
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg1-2/+2
2023-12-25am/jit: reference memory instance from contextLiam1-4/+2
2023-12-25service: fetch objects from the client handle tableLiam1-4/+2
2023-11-19Implemented qlaunch version of the controller appletFrozenAra1-3/+88
2023-10-31service: am: Add support for LLE Software Keyboard AppletDzmitry Dubrova1-2/+77
2023-10-29core: Close all KEventsgerman771-2/+6
2023-10-27service: am: Implement ISelfController::SaveCurrentScreenshotNarr the Reg1-2/+11
2023-10-17service: acc: Implement functions needed for profile select (#11653)Narr the Reg1-3/+38
2023-10-08service: caps: Implement album manager and reorganize serviceNarr the Reg1-1/+1
2023-10-08service: Stub multiple functions to increase stability of album appletNarr the Reg1-2/+82
2023-10-02yuzu: Allow to launch album applet from firmwareNarr the Reg1-0/+20
2023-10-01service: am: Implement shared bufferNarr the Reg1-10/+109
2023-10-01service: am: Set push in arguments according to the launched appletNarr the Reg1-3/+44
2023-09-29Don't send a double focus change messageKelebek11-3/+0
2023-09-24service: am: Stub to exit applet cleanlygerman771-3/+26
2023-09-24service: am: Implement stuff needed for Mii Editgerman771-6/+178
2023-09-12am: Stub GetSaveDataSizeMaxFearlessTobi1-1/+13
2023-09-10am: Implement UserChannel parametersFearlessTobi1-10/+30
2023-09-10am: Remove bcat from PopLaunchParameterFearlessTobi1-20/+5
2023-08-26am: shorten shutdown timeout when lock is not heldLiam1-2/+6
2023-08-23general: Use console mode helper across projectlat9nq1-3/+2
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq1-2/+4
2023-08-08core: remove ResultVal typeLiam1-10/+16
2023-08-02service: am: Fix wrong interfaceNarr the Reg1-0/+44
2023-07-18Debug SetIdleTimeDetectionExtensionKelebek11-2/+2
2023-05-11am: stub CreateCacheStorageLiam1-1/+32
2023-04-22core: am: Demote TryPopFromFriendInvitationStorageChannel Log levelgerman771-1/+1
2023-03-25applets: implement RequestExitLiam1-1/+10
2023-03-24memory: rename global memory references to application memoryLiam1-2/+4
2023-03-13kernel: convert KProcess to new styleLiam1-1/+1
2023-03-07hle: rename legacy errors to ResultsLiam1-10/+10
2023-03-01nvnflinger: fix nameLiam1-12/+11
2023-03-01service: move hle_ipc from kernelLiam1-110/+105
2023-02-25core: Update service function tables to 16.0.0+Narr the Reg1-0/+6
2023-02-24am: avoid direct pointer access of transfer memory objectsLiam1-6/+4
2023-02-21service: refactor server architectureLiam1-7/+12
2023-02-14service: remove deleted servicesLiam1-2/+0
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-3/+3
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-3/+3
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-10/+12
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-1/+1
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-1/+1
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-1/+1
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-1/+1
2022-11-23general: fix compile for Apple ClangLiam1-2/+2
2022-10-30service: am: Stub SetRecordVolumeMutedgerman771-1/+12
2022-10-13kernel: remove KWritableEventLiam1-6/+6
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek11-1/+1
2022-07-22Project AndioKelebek11-2/+8
2022-07-18implement resume messageGus Caplan1-0/+4
2022-07-14service am: Update service tables to 14.0.0german771-0/+3
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-4/+4
2022-06-20service: am: Stub PerformSystemButtonPressingIfInFocusNarr the Reg1-1/+11
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07service: jit: stub JIT serviceLiam1-1/+8
2022-03-15core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager.bunnei1-2/+2
2022-02-22service: am: Update enum names to match documentationNarr the Reg1-3/+3
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-1/+1
2022-02-05profile: Migrate to the new UUID implementationMorph1-3/+3
2021-12-03service: am: ISelfController: Stub SaveCurrentScreenshotMorph1-1/+13
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow1-8/+4
2021-11-04general: Get the current process program id directly from the systemMorph1-9/+6
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-6/+8
2021-11-04core: Remove unused includesameerj1-3/+0
2021-10-02service: am: Make use of Exit to exit the currently running applicationMorph1-2/+2
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph1-58/+57
2021-09-27service/am: Update to 13.0.0german771-0/+4
2021-09-10am: Implement GetNotificationStorageChannelEventgerman771-2/+14
2021-07-14service: Append service name prefix to common filenamesMorph1-2/+2
2021-07-14applets: Append applet_ prefix to backend appletsMorph1-3/+3
2021-06-28general: Make most settings a BasicSettinglat9nq1-1/+1
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph1-6/+6
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-95/+95
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-7/+7
2021-05-06fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-2/+0
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-05-06hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei1-4/+5
2021-05-06hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei1-13/+11
2021-05-06hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-0/+13
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei1-44/+38
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei1-3/+2
2021-04-24ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabledMorph1-1/+9
2021-04-17applets: Send focus state change message on applet state changeMorph1-4/+8
2021-04-15ILibraryAppletCreator: Implement CreateHandleStorageMorph1-6/+63
2021-04-15ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logsMorph1-2/+2
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph1-2/+2
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-04-07ISelfController: Update to 11.xMorph1-0/+1
2021-04-07IApplicationFunctions: Update to 11.xMorph1-0/+6
2021-04-07IDebugFunctions: Update to 12.xMorph1-0/+2
2021-04-07ICommonStateGetter: Update to 12.xMorph1-0/+9
2021-04-07IGlobalStateController: Update to 12.xMorph1-0/+1
2021-04-07IHomeMenuFunctions: Update to 12.xMorph1-0/+3
2021-03-30ISelfController: Stub SetAlbumImageTakenNotificationEnabledMorph1-1/+16
2021-02-14hle: service: am: IStorageAccessor: Fix out of bounds error handling.bunnei1-6/+7
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei1-31/+36
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei1-8/+8
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei1-3/+3
2021-02-02IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph1-1/+12
2021-01-31am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph1-1/+11
2021-01-31am: Stub TryPopFromFriendInvitationStorageChannelameerj1-1/+9
2021-01-24hle: Implement remaining services for Stereo VisionChloe Marcec1-1/+8
2021-01-21hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero.bunnei1-1/+8
2021-01-02general: Fix various spelling errorsMorph1-3/+3
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-6/+6
2020-11-27service: Eliminate usages of the global system instanceLioncash1-34/+40
2020-11-25service: am: Implement ExecuteProgram and required stubs.bunnei1-3/+31
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei1-9/+8
2020-11-18patch_manager: Remove usages of the global system instanceLioncash1-4/+10
2020-11-16settings: Preparation for per-game input settingsMorph1-2/+2
2020-10-28service: Update function tablesLioncash1-0/+2
2020-10-21Revert "core: Fix clang build"bunnei1-1/+1
2020-10-18core: Fix clang buildLioncash1-1/+1
2020-09-18am: Stub GetPreviousProgramIndexMorph1-1/+9
2020-07-31am: Unstub SetScreenShotPermissionDavid Marcec1-1/+5
2020-07-30fs: Rename SaveDataDescriptor to SaveDataAttributeMorph1-5/+5
2020-07-27remove unused variable;CrazyMax1-1/+0
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-4/+4
2020-07-08AM: fix GetDesiredLanguage:CrazyMax1-1/+13
2020-07-07GetDisplayVersion should return a null-terminated version string.CrazyMax1-4/+16
2020-07-05AM/ISelfController: Stub CreateManagedDisplaySeparableLayerMorph1-1/+19
2020-06-28am: Stub GetIndirectLayerConsumerHandleDavid Marcec1-1/+13
2020-06-27am: Update function tables and add missing classes (#4169)VolcaEM1-8/+10
2020-05-03Update src/core/hle/service/am/am.cppbunnei1-1/+1
2020-05-01am: IHomeMenuFunctions:GetPopFromGeneralChannelEventDavid Marcec1-2/+14
2020-04-30am: GetFriendInvitationStorageChannelEventDavid Marcec1-1/+12
2020-04-29am: Properly implement GetDisplayVersionDavid Marcec1-3/+14
2020-04-29am: IsVrModeEnabled & SetVrModeEnabled fixesDavid Marcec1-16/+5
2020-04-28style: Change AMs & Glues error codes to be dec instead of hexDavid Marcec1-3/+3
2020-04-20service: Update function tablesLioncash1-0/+10
2020-04-18am: Resolve ineffective movesLioncash1-2/+2
2020-03-27am: Implement VR related APIsperillamint1-3/+39
2020-02-27AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454)Morph1-2/+13
2020-02-08hle: services: Use std::shared_ptr instead of copy by value.bunnei1-4/+4
2020-02-06am: Correct IPC object count mismatch.bunnei1-6/+4
2020-02-06am: Refactor IStorage interface.bunnei1-27/+47
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-3/+2
2019-11-14service/am: Remove unnecessary Skip callsLioncash1-8/+16
2019-11-14am: Stub QueryApplicationPlayStatisticsLioncash1-4/+12
2019-11-12service: Update function tablesLioncash1-1/+20
2019-11-12service: Resolve sign conversion errorsLioncash1-2/+2
2019-11-11Implement stub for QueryApplicationPlayStatisticsByUidMichael Scire1-0/+9
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei1-8/+8
2019-11-03core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibilityFearlessTobi1-3/+28
2019-10-15bcat: Remove use of global system accessorsLioncash1-2/+3
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash1-3/+3
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman1-1/+2
2019-09-30am: Unstub PopLaunchParameter and add bcat connection for app-specific dataZach Hilman1-16/+50
2019-09-22Deglobalize System: AmDavid Marcec1-1/+1
2019-09-22qt: Prompt user for confirmation if exit lock is activeZach Hilman1-1/+1
2019-09-22am: Implement ISelfController ExitLock commandsZach Hilman1-2/+6
2019-09-22am: Implement ISelfController ExitZach Hilman1-4/+13
2019-09-22am: Add RequestExit event to AppletMessageQueueZach Hilman1-0/+4
2019-09-22configure_debug: Move reporting option to loggingZach Hilman1-4/+5
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman1-2/+3
2019-09-21am: Unstub IApplicationFunctions EnsureSaveData (20)Zach Hilman1-8/+14
2019-09-05service/am: Remove usages of global system accessorsLioncash1-25/+25
2019-09-04AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827)mailwl1-0/+13
2019-07-11service/am: Implement IsAutoSleepDisabledLioncash1-1/+9
2019-07-11service/am: Implement SetAutoSleepDisabledLioncash1-1/+21
2019-07-06clang-format fixesMichael Scire1-4/+5
2019-07-06am: Implement GetAccumulatedSuspendedTickValueMichael Scire1-7/+18
2019-06-29am: Implement SetCpuBoostMode in terms of APMZach Hilman1-8/+18
2019-06-25applets: Pass current process title ID to appletsZach Hilman1-5/+7
2019-06-16Signalled accumulated_suspended_tick_changed_event on creation based on REDavid Marcec1-0/+1
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec1-1/+16
2019-05-23Implement IApplicationFunctions::GetDesiredLanguageMichael Scire1-2/+38
2019-05-19service/am: Add missing return in error case for IStorageAccessor's Read()/Write().Lioncash1-0/+2
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash1-3/+3
2019-04-17am: Delegate applet creation to AppletManagerZach Hilman1-24/+3
2019-04-11service: Update service function tablesLioncash1-0/+16
2019-04-04hle/service: Resolve unused variable warningsLioncash1-3/+4
2019-04-03service/am: Correct behavior of CreateTransferMemoryStorage()Lioncash1-6/+6
2019-03-26service/am: Implement EnterFatalSection and LeaveFatalSectionLioncash1-2/+26
2019-03-26service/am: Sort ISelfController's member functions according to table orderLioncash1-30/+30
2019-03-21service/am: Add function table for IDebugFunctionsLioncash1-1/+15
2019-03-18service/am: Add basic implementation of ChangeMainAppletMasterVolumeLioncash1-1/+21
2019-03-18service/am: Unstub SetTransparentVolumeRate()Lioncash1-1/+15
2019-03-18service/am: Unstub SetExpectedMasterVolume()Lioncash1-10/+22
2019-02-06service/nvflinger,service/vi: Handle failure cases with exposed APILioncash1-3/+4
2019-01-04Proper no message handling for AM::PopMessageDavid Marcec1-1/+10
2018-12-28applets: Implement LibAppletOff (Web) appletZach Hilman1-0/+4
2018-12-28am: Add size parameter to am:IStorage loggingZach Hilman1-4/+4
2018-12-27am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman1-2/+45
2018-12-18service/am: Unstub GetAppletResourceUserIdLioncash1-2/+5
2018-12-10applets: Correct usage of SignalStateChanged eventZach Hilman1-1/+0
2018-12-03am: Use ProfileSelect appletZach Hilman1-0/+4
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman1-0/+1
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-17/+13
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-17/+21
2018-11-27Reworked svcs slightly, improved error messages in AM and fsp_srvDavid Marcec1-2/+4
2018-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec1-6/+9
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-97/+112
2018-11-22am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman1-4/+6
2018-11-21am: Correct build failureLioncash1-2/+2
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash1-11/+9
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman1-57/+35
2018-11-18applet: Use std::queue instead of std::vector for storage stackZach Hilman1-10/+22
2018-11-18applet: Add operation completed callbackZach Hilman1-2/+4
2018-11-18software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman1-11/+19
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman1-1/+1
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman1-18/+16
2018-11-18am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman1-4/+8
2018-11-18am: Implement text check software keyboard modeZach Hilman1-5/+32
2018-11-18am: Deglobalize software keyboard appletZach Hilman1-5/+9
2018-11-18am: Construct and use proper applets with ILibraryAppletAccessorZach Hilman1-1/+26
2018-11-18am: Unstub ILibraryAppletAccessor::StartZach Hilman1-5/+17
2018-11-18am: Implement PopInteractiveOutData and PushInteractiveInDataZach Hilman1-14/+24
2018-11-18am: Convert storage stack to vectorZach Hilman1-27/+59
2018-11-18am: Move AM::IStorage to headerZach Hilman1-0/+16
2018-11-18am: Move IStorageAccessor to header and update backing bufferZach Hilman1-64/+36
2018-11-18am: Implement CreateTransferMemoryStorageZach Hilman1-0/+25
2018-11-17Stubbed am:EnableApplicationCrashReportMysticExile1-10/+17
2018-11-16Report resolution scaling support for vi and amDavid Marcec1-4/+8
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec1-15/+62
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-1/+1
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash1-1/+1
2018-10-24acc: Fix account UUID duplication errorZach Hilman1-10/+19
2018-10-24profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman1-2/+6
2018-10-24am: Pass current user UUID to launch parametersZach Hilman1-7/+9
2018-10-21am: Add the basic skeleton for the tcap serviceLioncash1-0/+2
2018-10-21am: Update service function tablesLioncash1-12/+50
2018-10-19Stubbed home blockingDavid Marcec1-4/+32
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec1-4/+4
2018-09-18Implemented GetDefaultDisplayResolutionDavid Marcec1-1/+17
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+23
2018-08-29kernel: Eliminate kernel global stateLioncash1-3/+6
2018-08-24Added GetBootMode (#1107)David1-1/+11
2018-08-21am: Utilize std::array within PopLaunchParameter()Lioncash1-3/+4
2018-08-17Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)greggameplayer1-2/+19
2018-08-16correct coding stylegreggameplayer1-1/+1
2018-08-16Implement GetDefaultDisplayResolutionChangeEventgreggameplayer1-1/+12
2018-08-08am: Stub SetScreenShotImageOrientation.bunnei1-1/+8
2018-08-03Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David1-1/+2
2018-07-31service/am: Add missing am servicesLioncash1-0/+6
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-1/+0
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-14/+5
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-1/+1
2018-07-06Virtual Filesystem (#597)Zach Hilman1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-43/+43
2018-06-06am: Stub out IApplicationFunctions::GetPseudoDeviceId.bunnei1-1/+12
2018-06-04am: Implement ILibraryAppletAccessor::PopOutData.bunnei1-1/+11
2018-06-04am: ISelfController:LaunchableEvent should be sticky.bunnei1-1/+1
2018-06-04am: Stub out ILibraryAppletAccessor Start and GetResult methods.bunnei1-2/+16
2018-06-04am: Implement ILibraryAppletAccessor::PushInData.bunnei1-43/+55
2018-06-04am: Implement IStorageAccessor::Write.bunnei1-1/+17
2018-06-04am: Cleanup IStorageAccessor::Read.bunnei1-5/+3
2018-06-04am: Implement ILibraryAppletCreator::CreateStorage.bunnei1-21/+33
2018-05-26am: Stub IApplicationFunctions GetDisplayVersion.bunnei1-1/+9
2018-05-26Add & correct miscellaneous things (#470)greggameplayer1-1/+34
2018-05-07Stubs for QLaunch (#428)Hexagon121-2/+77
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-1/+1
2018-04-29am: Fix GetDesiredLanguage implementation.bunnei1-2/+4
2018-04-24am: Move logging macros over to new fmt-compatible onesLioncash1-32/+32
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-11Various fixes and clangHexagon121-1/+1
2018-04-10Updated AM with more service names.Hexagon121-2/+82
2018-03-27config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei1-5/+5
2018-03-27config: Add setting for whether the system is docked or not.bunnei1-2/+6
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv1-2/+20
2018-02-22Stub more functionsmailwl1-1/+32
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl1-0/+8
2018-02-19AM: Corrected the response in EnsureSaveData.Subv1-1/+2
2018-02-14service: Remove remaining uses of BufferDescriptor*.bunnei1-3/+3
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl1-1/+77
2018-02-06IApplicationFunctions: Stub out EnsureSaveData.bunnei1-0/+7
2018-02-04logger: Add AM service logging category.bunnei1-24/+24
2018-02-02Service/am: Add AppletAE service (#153)mailwl1-0/+333
2018-01-22AppletOE: Make ISelfController keep a reference to nvflinger.Subv1-2/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29ap, aoc_u: Minor cleanup.bunnei1-2/+0
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-0/+18
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-193/+0
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner1-2/+4
2016-12-08Update AM service function tablesLioncash1-5/+5
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-21/+32
2016-04-24am: title_id is long long uintSam Spilsbury1-1/+1
2016-04-08update the code of AM service! (#1623)JamePeng1-9/+131
2016-02-02services: Get rid of unnecessary includesLioncash1-4/+0
2015-07-29core: Eliminate some unused variable warningsLioncash1-1/+1
2015-07-29core: Fix missing prototype warningsLioncash1-0/+1
2015-07-21Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv1-0/+9
2015-06-12Services: Continue separation of services into their own folderspurpasmart961-0/+55