summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_oe.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvnflinger: fix nameLiam2023-03-011-11/+11
* service: move hle_ipc from kernelLiam2023-03-011-10/+10
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-9/+9
* service: Eliminate usages of the global system instanceLioncash2020-11-271-12/+12
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei2020-11-241-7/+7
* service/am: Remove usages of global system accessorsLioncash2019-09-051-5/+4
* am: Implement SetCpuBoostMode in terms of APMZach Hilman2019-06-291-1/+1
* applets: Pass current process title ID to appletsZach Hilman2019-06-251-6/+8
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-9/+18
* Ability to switch between docked and undocked mode in-gameDavid Marcec2018-11-071-6/+15
* am: Update service function tablesLioncash2018-10-211-0/+3
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-9/+9
* Add & correct miscellaneous things (#470)greggameplayer2018-05-261-1/+1
* am: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-9/+9
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Updated AppletOE with more service names.Hexagon122018-04-101-0/+1
* logger: Add AM service logging category.bunnei2018-02-041-9/+9
* Service/am: Add AppletAE service (#153)mailwl2018-02-021-373/+1
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-33/+33
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-11/+11
* AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Default display.Subv2018-01-221-0/+14
* AppletOE: Make ISelfController keep a reference to nvflinger.Subv2018-01-221-5/+13
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+2
* Merge pull request #112 from Rozelette/masterbunnei2018-01-191-0/+16
|\
| * ISelfController: Stub LockExit and UnlockExitRozlette2018-01-191-0/+16
* | acc, set, applet_oe: stub various functions, add set service (#105)goaaats2018-01-191-0/+8
|/
* applet_oe: Clang-format.bunnei2018-01-191-2/+1
* Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96)gdkchan2018-01-181-0/+86
* applet_oe: Fix GetOperationMode and GetPerformanceMode.bunnei2018-01-171-2/+2
* Services: Stubbed APM::OpenSession and the ISession interface.Subv2018-01-171-1/+2
* AppletOE: Stub a bunch of functions required by libnx homebrew.Subv2018-01-171-4/+62
* implemented more of ISelfController and IApplicationFunctionsDavid Marcec2018-01-161-0/+53
* applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult.bunnei2018-01-151-2/+55
* Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue executionDavid Marcec2018-01-151-1/+1
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* AppletOE: Fixed command buffer structure for ReceiveMessage.Subv2018-01-071-2/+1
* IPC: Corrected some command header sizes in appletOE.Subv2018-01-071-12/+21
* IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv2018-01-071-1/+1
* applet_oe: Stub out a bunch of interfaces necessary for boot.bunnei2017-12-291-1/+155
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2017-12-281-2/+0
* hle: Add service stubs for apm and appletOE.bunnei2017-10-151-0/+22