summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt_a.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-19Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectivelyarchshift1-0/+2
2015-01-06Services: Clean up a few things and add a few function namespurpasmart961-2/+2
2014-12-30APT:A: Some style changesSubv1-12/+12
2014-12-30Archives: Implemented ExtSaveData and SharedExtSaveDataSubv1-2/+11
They will be stored in /extsavedata/SDMC and /extsavedata/NAND respectively. Also redirect some APT_A functions to their APT_U equivalents. Implemented the gamecoin.dat file in SharedExtSaveData in the PTM module. Implemented formatting the savegame. Retake a previous savegame if it exists instead of reporting them as not formatted every time a game is loaded.
2014-12-26More services & small clean upspurpasmart961-0/+34