summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_oe.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01nvnflinger: fix nameLiam1-11/+11
2023-03-01service: move hle_ipc from kernelLiam1-10/+10
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-9/+9
2020-11-27service: Eliminate usages of the global system instanceLioncash1-12/+12
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei1-7/+7
2019-09-22configure_debug: Move reporting option to loggingZach Hilman1-1/+1
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman1-1/+1
2019-09-05service/am: Remove usages of global system accessorsLioncash1-5/+4
2019-06-29am: Implement SetCpuBoostMode in terms of APMZach Hilman1-1/+1
2019-06-25applets: Pass current process title ID to appletsZach Hilman1-6/+8
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-9/+18
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec1-6/+15
2018-10-21am: Update service function tablesLioncash1-0/+3
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-9/+9
2018-05-26Add & correct miscellaneous things (#470)greggameplayer1-1/+1
2018-04-24am: Move logging macros over to new fmt-compatible onesLioncash1-9/+9
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-10Updated AppletOE with more service names.Hexagon121-0/+1
2018-02-04logger: Add AM service logging category.bunnei1-9/+9
2018-02-02Service/am: Add AppletAE service (#153)mailwl1-373/+1
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-33/+33
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-11/+11
2018-01-22AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Default display.Subv1-0/+14
2018-01-22AppletOE: Make ISelfController keep a reference to nvflinger.Subv1-5/+13
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+2
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats1-0/+8
2018-01-19ISelfController: Stub LockExit and UnlockExitRozlette1-0/+16
2018-01-19applet_oe: Clang-format.bunnei1-2/+1
2018-01-18Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96)gdkchan1-0/+86
2018-01-17applet_oe: Fix GetOperationMode and GetPerformanceMode.bunnei1-2/+2
2018-01-17Services: Stubbed APM::OpenSession and the ISession interface.Subv1-1/+2
2018-01-17AppletOE: Stub a bunch of functions required by libnx homebrew.Subv1-4/+62
2018-01-16implemented more of ISelfController and IApplicationFunctionsDavid Marcec1-0/+53
2018-01-15applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult.bunnei1-2/+55
2018-01-15Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue executionDavid Marcec1-1/+1
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-07AppletOE: Fixed command buffer structure for ReceiveMessage.Subv1-2/+1
2018-01-07IPC: Corrected some command header sizes in appletOE.Subv1-12/+21
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv1-1/+1
2017-12-29applet_oe: Stub out a bunch of interfaces necessary for boot.bunnei1-1/+155
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei1-2/+0
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-0/+22