Difference between revisions of "Filesystem services"
Jump to navigation
Jump to search
Line 68: | Line 68: | ||
| 203 || | | 203 || | ||
|- | |- | ||
− | | 400 || [[# | + | | 400 || [[#OpenCardService]] |
|- | |- | ||
− | | 500 || | + | | 500 || [[#OpenSdCardDetectionEventNotifier]] |
|- | |- | ||
− | | 501 || | + | | 501 || [[#OpenGameCardDetectionEventNotifier]] |
|- | |- | ||
| 600 || | | 600 || | ||
Line 113: | Line 113: | ||
|} | |} | ||
− | == | + | == OpenCardService == |
Sessions to this port are returned by cmd 400. | Sessions to this port are returned by cmd 400. | ||
Line 120: | Line 120: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
− | | 0 || | + | | 0 || IsSdCardInserted |
|- | |- | ||
| 1 || | | 1 || | ||
|- | |- | ||
− | | 2 || | + | | 2 || GetSdCardCid |
|- | |- | ||
| 3 || | | 3 || | ||
Line 183: | Line 183: | ||
|- | |- | ||
| 301 || | | 301 || | ||
+ | |} | ||
+ | |||
+ | == OpenSdCardDetectionEventNotifier == | ||
+ | Sessions to this port are returned by cmd 500. | ||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Cmd || Name | ||
+ | |- | ||
+ | | 0 || GetEvent | ||
+ | |} | ||
+ | |||
+ | == OpenGameCardDetectionEventNotifier == | ||
+ | Sessions to this port are returned by cmd 501. | ||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Cmd || Name | ||
+ | |- | ||
+ | | 0 || GetEvent | ||
|} | |} |
Revision as of 01:23, 18 April 2017
fsp-srv
Cmd | Name |
---|---|
1 | |
2 | |
7 | |
8 | MountContent |
11 | |
12 | OpenBisPartition |
13 | |
17 | OpenHostFileSystemImpl |
18 | MountSdCard |
19 | FormatSdCard |
21 | DeleteSaveData |
22 | |
23 | CreateSystemSaveData |
24 | RegisterSaveDataAtomicDeletion |
25 | |
26 | FormatSdCardDryRun |
27 | |
30 | |
31 | MountGameCardPartition |
51 | |
52 | MountSystemSaveData |
53 | |
58 | ReadSaveDataFileSystemExtraData |
59 | |
60 | |
61 | OpenSaveDataIterator |
80 | |
100 | MountImageDirectory |
110 | |
200 | |
202 | OpenDataStorageByDataId |
203 | |
400 | #OpenCardService |
500 | #OpenSdCardDetectionEventNotifier |
501 | #OpenGameCardDetectionEventNotifier |
600 | |
601 | |
602 | |
603 | |
604 | |
605 | |
606 | |
607 | RegisterExternalKey |
608 | UnregisterExternalKey |
609 | |
620 | |
800 | |
1000 | |
1001 | |
1002 | |
1003 | DisableAutoSaveDataCreation |
1004 | |
1005 | GetGlobalAccessLogMode |
1006 | OutputAccessLogToSdCard |
OpenCardService
Sessions to this port are returned by cmd 400.
Cmd | Name |
---|---|
0 | IsSdCardInserted |
1 | |
2 | GetSdCardCid |
3 | |
4 | |
5 | |
6 | |
101 | |
110 | |
111 | |
112 | |
113 | |
114 | |
200 | |
201 | |
202 | GetGameCardHandle |
203 | |
204 | |
205 | |
206 | |
207 | |
208 | |
209 | |
210 | |
211 | |
212 | |
213 | |
214 | |
215 | |
216 | |
300 | |
301 |
OpenSdCardDetectionEventNotifier
Sessions to this port are returned by cmd 500.
Cmd | Name |
---|---|
0 | GetEvent |
OpenGameCardDetectionEventNotifier
Sessions to this port are returned by cmd 501.
Cmd | Name |
---|---|
0 | GetEvent |