mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 07:27:13 -05:00
MCP: Use const for paths (#231)
This commit is contained in:
parent
0c4d7685f1
commit
ed13ea3f19
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user