vitasdk
Documentation of the vitasdk

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



Functions

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

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.