summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-03-03Service/Set: add more servicesmailwl1-4/+1
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats1-6/+9
* 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-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29ap, aoc_u: Minor cleanup.bunnei1-1/+1
2017-12-28service: Add empty interface for aoc:u.bunnei1-6/+6
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-9/+6
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25