mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
order
This commit is contained in:
parent
dfc33568c7
commit
95395c62e3
@ -74,10 +74,6 @@ static Result _capmtpOpenSession(Service *srv) {
|
||||
);
|
||||
}
|
||||
|
||||
static Result _capmtpClose(void) {
|
||||
return _capmtpNoIO(1);
|
||||
}
|
||||
|
||||
static Result _capmtpOpen(u32 max_folders, u32 max_img, u32 max_vid, const uint_least16_t *other_name) {
|
||||
size_t len=0;
|
||||
const uint_least16_t *tmp =other_name;
|
||||
@ -97,6 +93,10 @@ static Result _capmtpOpen(u32 max_folders, u32 max_img, u32 max_vid, const uint_
|
||||
);
|
||||
}
|
||||
|
||||
static Result _capmtpClose(void) {
|
||||
return _capmtpNoIO(1);
|
||||
}
|
||||
|
||||
Result capmtpStartCommandHandler(void) {
|
||||
return _capmtpNoIO(2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user