summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-11Refactored profile manager sharingDavid Marcec1-1/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl1-25/+3
2018-02-19acc_u0: Stub ListOpenUsers service function.bunnei1-0/+1
2018-02-09acc_u0: Implement ListAllUsers.bunnei1-0/+1
2018-02-04acc_u0: Stub out GetLastOpenedUser.bunnei1-0/+1
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats1-0/+15
* 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
2018-01-17acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei1-6/+6
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-5/+8
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei1-2/+2
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-8/+5
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+22