Fix broken assumptions and bugs

This commit is contained in:
TuxSH
2016-09-10 21:12:53 +02:00
parent 2cd2a081d6
commit 0f83d1ffaa
5 changed files with 20 additions and 13 deletions

View File

@@ -16,4 +16,4 @@ typedef struct __attribute__((packed))
u32 config;
} CFWInfo;
void svcGetCFWInfo(CFWInfo *info);
int svcGetCFWInfo(CFWInfo *info);