summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update AM service function tablesLioncash2016-12-086-113/+246
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-215-5/+5
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-195-61/+64
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-185-143/+150
* am: title_id is long long uintSam Spilsbury2016-04-241-1/+1
* update the code of AM service! (#1623)JamePeng2016-04-086-51/+289
* services: Get rid of unnecessary includesLioncash2016-02-026-11/+3
* services: Update some function tablesLioncash2015-12-303-0/+73
* core: Eliminate some unused variable warningsLioncash2015-07-291-1/+1
* core: Fix missing prototype warningsLioncash2015-07-291-0/+1
* am_net: Add missing function to the function tableLioncash2015-07-291-0/+1
* am_net: Add correct function name to the function tableLioncash2015-07-291-1/+1
* Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv2015-07-213-3/+33
* Services: Continue separation of services into their own folderspurpasmart962015-06-1210-0/+294