1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-15 02:37:37 +01:00

misc: touchup some comments

This commit is contained in:
Will Xyen 2020-01-13 21:21:43 -05:00
parent 6d638ff1ae
commit 3659494c18
4 changed files with 12 additions and 4 deletions

View File

@ -37,7 +37,7 @@
#include "util/thread.h"
#define IIDXHOOK8_INFO_HEADER \
"iidxhook for Cannon Ballers" \
"iidxhook for Cannon Ballers/Rootage" \
", build " __DATE__ " " __TIME__ ", gitrev " STRINGIFY(GITREV) "\n"
#define IIDXHOOK8_CMD_USAGE \
"Usage: launcher.exe -K iidxhook8.dll <bm2dx.dll> [options...]"
@ -203,7 +203,7 @@ static bool my_dll_entry_main(void)
}
/**
* Hook library Resort Anthem onwards
* Hook library CB/Rootage
*/
BOOL WINAPI DllMain(HMODULE mod, DWORD reason, void *ctx)
{

View File

@ -129,7 +129,7 @@ static bool my_dll_entry_main(void)
}
/**
* Hook library Resort Anthem onwards
* Hook library SDVX5 CN
*/
BOOL WINAPI DllMain(HMODULE mod, DWORD reason, void *ctx)
{

View File

@ -1,6 +1,14 @@
#ifndef SDVXHOOK2_5_UNIS_VERSION_H
#define SDVXHOOK2_5_UNIS_VERSION_H
/**
* Hooks UNIS support functions
*
* patches:
* - unis config path
* - unis network functions
*
*/
void unis_version_hook_init(const char* unis_path);
#endif

View File

@ -158,7 +158,7 @@ static bool my_dll_entry_main(void)
}
/**
* Hook library Resort Anthem onwards
* Hook library SDVX5+
*/
BOOL WINAPI DllMain(HMODULE mod, DWORD reason, void *ctx)
{