summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_pr.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Remove redundant #pragma once directivesLioncash2018-08-041-2/+0
| | | | | These don't do anything within .cpp files (we don't include cpp files, so...)
* service/filesystem: Add fsp:ldr and fsp:pr servicesLioncash2018-08-011-0/+25
Adds the basic skeleton for the remaining fsp services based off information provided by Switch Brew.