mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
Merge pull request #1364 from kkartaltepe/patch-5
[win-capture] Modify log for sharedmem
This commit is contained in:
@@ -727,7 +727,7 @@ static inline bool init_hook_info(struct game_capture *gc)
|
||||
|
||||
if (gc->config.force_shmem) {
|
||||
warn("init_hook_info: user is forcing shared memory "
|
||||
"(compatibility mode)");
|
||||
"(multi-adapter compatibility mode)");
|
||||
}
|
||||
|
||||
gc->global_hook_info->offsets = gc->process_is_64bit ?
|
||||
|
||||
Reference in New Issue
Block a user