aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applet_oe.cpp
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei
2019-09-04service/am: Remove usages of global system accessorsLioncash
2019-06-28am: Implement SetCpuBoostMode in terms of APMZach Hilman
2019-06-24applets: Pass current process title ID to appletsZach Hilman
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec
2018-10-21am: Update service function tablesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-25Add & correct miscellaneous things (#470)greggameplayer
2018-04-24am: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-10Updated AppletOE with more service names.Hexagon12
2018-02-04logger: Add AM service logging category.bunnei
2018-02-02Service/am: Add AppletAE service (#153)mailwl
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-22AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Defa...Subv
2018-01-22AppletOE: Make ISelfController keep a reference to nvflinger.Subv
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-19Merge pull request #112 from Rozelette/masterbunnei
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats
2018-01-19ISelfController: Stub LockExit and UnlockExitRozlette
2018-01-19applet_oe: Clang-format.bunnei
2018-01-18Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...gdkchan
2018-01-16applet_oe: Fix GetOperationMode and GetPerformanceMode.bunnei
2018-01-16Services: Stubbed APM::OpenSession and the ISession interface.Subv
2018-01-16AppletOE: Stub a bunch of functions required by libnx homebrew.Subv
2018-01-16implemented more of ISelfController and IApplicationFunctionsDavid Marcec
2018-01-15applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult.bunnei
2018-01-14Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue e...David Marcec
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-07AppletOE: Fixed command buffer structure for ReceiveMessage.Subv
2018-01-07IPC: Corrected some command header sizes in appletOE.Subv
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...Subv
2017-12-29applet_oe: Stub out a bunch of interfaces necessary for boot.bunnei
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei
2017-10-14hle: Add service stubs for apm and appletOE.bunnei