HLE: Add explicit initializers for OSBreakPoints' stub entry

No behavior change, this just makes implicit values explicit.
This commit is contained in:
Lioncash 2017-01-05 14:15:41 -05:00
parent 2941468857
commit a10bb15f17
1 changed files with 1 additions and 1 deletions

View File

@ -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