MCP: Use const for paths (#231)

This commit is contained in:
Xpl0itU 2022-06-24 23:33:38 +02:00 committed by GitHub
parent 0c4d7685f1
commit ed13ea3f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,12 +237,12 @@ MCP_InstallSetTargetUsb(int handle,
MCPError
MCP_InstallGetInfo(int handle,
char *path,
const char *path,
MCPInstallInfo *out);
MCPError
MCP_InstallTitleAsync(int handle,
char *path,
const char *path,
MCPInstallTitleInfo *out);
MCPError
@ -287,7 +287,7 @@ MCP_TitleListByUniqueIdAndIndexedDeviceAndAppType(int32_t handle,
MCPError
MCP_UninstallTitleAsync(int handle,
char *path,
const char *path,
MCPInstallTitleInfo *out);
#ifdef __cplusplus