summaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applet_oe.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: rewrite appletAE, appletOEGravatar Liam2024-02-111-42/+0
* am: migrate global state to per-applet state structureGravatar Liam2024-01-291-14/+21
* service: split am into componentsGravatar Liam2024-01-291-97/+3
* nvnflinger: fix nameGravatar Liam2023-03-011-11/+11
* service: move hle_ipc from kernelGravatar Liam2023-03-011-10/+10
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-9/+9
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-12/+12
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)Gravatar bunnei2020-11-241-7/+7
* service/am: Remove usages of global system accessorsGravatar Lioncash2019-09-041-5/+4
* am: Implement SetCpuBoostMode in terms of APMGravatar Zach Hilman2019-06-281-1/+1
* applets: Pass current process title ID to appletsGravatar Zach Hilman2019-06-241-6/+8
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-9/+18
* Ability to switch between docked and undocked mode in-gameGravatar David Marcec2018-11-071-6/+15
* am: Update service function tablesGravatar Lioncash2018-10-211-0/+3
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-0/+2
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-9/+9
* Add & correct miscellaneous things (#470)Gravatar greggameplayer2018-05-251-1/+1
* am: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-9/+9
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* Updated AppletOE with more service names.Gravatar Hexagon122018-04-101-0/+1
* logger: Add AM service logging category.Gravatar bunnei2018-02-041-9/+9
* Service/am: Add AppletAE service (#153)Gravatar mailwl2018-02-021-373/+1
* hle: Rename RequestBuilder to ResponseBuilder.Gravatar bunnei2018-01-241-33/+33
* service: Fix all incorrect IPC response headers.Gravatar bunnei2018-01-241-11/+11
* AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Defa...Gravatar Subv2018-01-221-0/+14
* AppletOE: Make ISelfController keep a reference to nvflinger.Gravatar Subv2018-01-221-5/+13
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+2
* Merge pull request #112 from Rozelette/masterGravatar bunnei2018-01-191-0/+16
|\
| * ISelfController: Stub LockExit and UnlockExitGravatar Rozlette2018-01-191-0/+16
* | acc, set, applet_oe: stub various functions, add set service (#105)Gravatar goaaats2018-01-191-0/+8
|/
* applet_oe: Clang-format.Gravatar bunnei2018-01-191-2/+1
* Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...Gravatar gdkchan2018-01-181-0/+86
* applet_oe: Fix GetOperationMode and GetPerformanceMode.Gravatar bunnei2018-01-161-2/+2
* Services: Stubbed APM::OpenSession and the ISession interface.Gravatar Subv2018-01-161-1/+2
* AppletOE: Stub a bunch of functions required by libnx homebrew.Gravatar Subv2018-01-161-4/+62
* implemented more of ISelfController and IApplicationFunctionsGravatar David Marcec2018-01-161-0/+53
* applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult.Gravatar bunnei2018-01-151-2/+55
* Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue e...Gravatar David Marcec2018-01-141-1/+1
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-131-1/+1
* AppletOE: Fixed command buffer structure for ReceiveMessage.Gravatar Subv2018-01-071-2/+1
* IPC: Corrected some command header sizes in appletOE.Gravatar Subv2018-01-071-12/+21
* IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...Gravatar Subv2018-01-071-1/+1
* applet_oe: Stub out a bunch of interfaces necessary for boot.Gravatar bunnei2017-12-291-1/+155
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.Gravatar bunnei2017-12-281-2/+0
* hle: Add service stubs for apm and appletOE.Gravatar bunnei2017-10-141-0/+22