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:
parent
6d638ff1ae
commit
3659494c18
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user