win-capture: Modify log for sharedmem
Distinguish in the log that this is for shared-mem/mutli-adapter not anti-cheat.master
parent
a8517f3698
commit
f90a052b5e
|
@ -727,7 +727,7 @@ static inline bool init_hook_info(struct game_capture *gc)
|
||||||
|
|
||||||
if (gc->config.force_shmem) {
|
if (gc->config.force_shmem) {
|
||||||
warn("init_hook_info: user is forcing shared memory "
|
warn("init_hook_info: user is forcing shared memory "
|
||||||
"(compatibility mode)");
|
"(multi-adapter compatibility mode)");
|
||||||
}
|
}
|
||||||
|
|
||||||
gc->global_hook_info->offsets = gc->process_is_64bit ?
|
gc->global_hook_info->offsets = gc->process_is_64bit ?
|
||||||
|
|
Loading…
Reference in New Issue