Add word 2 to response for FSUSER_IsSdmcDetected() and FSUSER_IsSdmcWritable().

This commit is contained in:
mtheall 2014-08-26 17:54:52 -05:00
parent 2eadd6d0b2
commit a2911e4883

View File

@ -627,6 +627,7 @@ FSUSER_CloseArchive(Handle *handle,
* -----------|-------------------------
* 0 | Header code
* 1 | Result code
* 2 | Whether SD is detected
*/
Result
FSUSER_IsSdmcDetected(Handle *handle,
@ -670,6 +671,7 @@ FSUSER_IsSdmcDetected(Handle *handle,
* -----------|-------------------------
* 0 | Header code
* 1 | Result code
* 2 | Whether SD is writable
*/
Result
FSUSER_IsSdmcWritable(Handle *handle,