diff options
author | Lunar Laboratories <md.node.0@gmail.com> | 2025-06-14 13:02:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-14 13:02:26 +0200 |
commit | edd6ac4ed65f028345a8489b6ac4901e25f7bc2c (patch) | |
tree | 9b3460f74ed06ebd67c943c29c804b63cd7d767c | |
parent | 370ea48f30567adf7538458e73268a161c9566d9 (diff) | |
download | gsctool-edd6ac4ed65f028345a8489b6ac4901e25f7bc2c.tar.gz gsctool-edd6ac4ed65f028345a8489b6ac4901e25f7bc2c.zip |
Syntax cleanup.
-rw-r--r-- | gsctool.c | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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;
|