We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29639b9 commit c978717Copy full SHA for c978717
1 file changed
ctr/exec-3dsx/exec_cia.c
@@ -63,7 +63,7 @@ static int isCiaInstalled(u64 titleId, u16 version)
63
return 0;
64
}
65
66
-static int deleteCia(u64 TitleId)
+static void deleteCia(u64 TitleId)
67
{
68
u64 currTitleId = 0;
69
0 commit comments