summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-08Update AM service function tablesLioncash1-5/+5
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-21/+32
2016-04-24am: title_id is long long uintSam Spilsbury1-1/+1
2016-04-08update the code of AM service! (#1623)JamePeng1-9/+131
2016-02-02services: Get rid of unnecessary includesLioncash1-4/+0
2015-07-29core: Eliminate some unused variable warningsLioncash1-1/+1
2015-07-29core: Fix missing prototype warningsLioncash1-0/+1
2015-07-21Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv1-0/+9
2015-06-12Services: Continue separation of services into their own folderspurpasmart961-0/+55