summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gsctool.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gsctool.c b/gsctool.c
index b79f797..cb26e2a 100644
--- a/gsctool.c
+++ b/gsctool.c
@@ -159,7 +159,8 @@ BOOL DirectoryExists(
/* Hotfix to prevent crash when exiting gamemode. */
int* __cdecl Assign_Hotfix_hk(
- int* a1, int* a2
+ int* a1,
+ int* a2
)
{
if (a1 != NULL && a2 != NULL)
@@ -174,8 +175,10 @@ int* __cdecl Assign_Hotfix_hk(
/* AC bypass to allow detouring. */
void __cdecl Thread_Timer_hk(
- uint8_t a1, int a2,
- int a3, int a4
+ uint8_t a1,
+ int a2,
+ int a3,
+ int a4
)
{
return;