Add carolhook for Wonderland Wars

This commit is contained in:
2022-12-10 22:01:52 -05:00
committed by Hay1tsme
parent 04ca905467
commit 376dad0bc8
29 changed files with 1296 additions and 1 deletions

View File

@ -28,6 +28,11 @@ static const struct reg_hook_val amvideo_reg_vals[] = {
.name = L"name",
.read = amvideo_reg_read_name,
.type = REG_SZ,
},
{
.name = L"name_x86",
.read = amvideo_reg_read_name,
.type = REG_SZ,
}
};