htc: implement the remaining commands for htcfs

This commit is contained in:
Michael Scire
2021-02-15 18:56:22 -08:00
committed by SciresM
parent 1961cb1034
commit d20bceff75
9 changed files with 1169 additions and 27 deletions

View File

@@ -26,6 +26,7 @@ namespace ams::htcfs {
InvalidRequest = 3,
InvalidHandle = 4,
OutOfHandle = 5,
Ready = 6,
};
inline Result ConvertHtcfsResult(HtcfsResult result) {