summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_oe.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #112 from Rozelette/masterbunnei2018-01-191-0/+16
|\ | | | | ISelfController: Stub LockExit and UnlockExit
| * 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
|/ | | | | | | | | | | | | | * Stubs for various acc:u0 funcs needed * Stub for GetDesiredLanguage in IApplicationFunctions * Add set service + stubs needed for games * Fix formatting * Implement IProfile, IManagerForApplication, return bool in CheckAvailability, style fixes * Remove IProfile::Get(needs more research), fix IPC response sizes
* 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
| | | | | | | | | | * Stub PopLaunchParameter and implement Buffer C Descriptors reading * Address PR feedback * Ensure we push a u64 not a size_t * Fix formatting
* applet_oe: Fix GetOperationMode and GetPerformanceMode.bunnei2018-01-171-2/+2
|
* Services: Stubbed APM::OpenSession and the ISession interface.Subv2018-01-171-1/+2
| | | | | | # Conflicts: # src/core/hle/service/am/applet_oe.cpp # src/core/hle/service/apm/apm.cpp
* 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
| | | | Popping objects from the buffer is still not implemented.
* 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