HLE: Add explicit initializers for OSBreakPoints' stub entry
No behavior change, this just makes implicit values explicit.
This commit is contained in:
parent
2941468857
commit
a10bb15f17
|
@ -71,7 +71,7 @@ static const SPatch OSPatches[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const SPatch OSBreakPoints[] = {
|
static const SPatch OSBreakPoints[] = {
|
||||||
{"FAKE_TO_SKIP_0", HLE_Misc::UnimplementedFunction},
|
{"FAKE_TO_SKIP_0", HLE_Misc::UnimplementedFunction, HLE_HOOK_START, HLE_TYPE_GENERIC},
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue