vitasdk
Documentation of the vitasdk

Exports for User. More...

Functions

int sceMtpIfStartDriver (int flags)
 Start MTP driver.
 
int sceMtpIfStopDriver (int flags)
 Stop MTP driver.
 

Detailed Description

Exports for User.


Using this library in your project

Include the header file in your project:

#include <psp2/mtpif.h>


Link the library to the executable:

SceMtpIfDriver_stub



Function Documentation

◆ sceMtpIfStartDriver()

int sceMtpIfStartDriver ( int  flags)

Start MTP driver.

Parameters
[in]flags- Set to 1
Returns
0 on success, < 0 on error.

◆ sceMtpIfStopDriver()

int sceMtpIfStopDriver ( int  flags)

Stop MTP driver.

Parameters
[in]flags- Set to 1
Returns
0 on success, < 0 on error.