forked from Dniel97/segatools
platform/reg.c: Blackhole SystemError reg val
This commit is contained in:
parent
a2bcd575d6
commit
47238b210b
@ -32,6 +32,10 @@ static const struct reg_hook_val misc_master_keys[] = {
|
|||||||
/* Black-hole val, list it here so we don't get a warning msg */
|
/* Black-hole val, list it here so we don't get a warning msg */
|
||||||
.name = L"NextProcess",
|
.name = L"NextProcess",
|
||||||
.type = REG_SZ,
|
.type = REG_SZ,
|
||||||
|
}, {
|
||||||
|
/* ditto */
|
||||||
|
.name = L"SystemError",
|
||||||
|
.type = REG_SZ,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user