launcher: add 2.15.9 def

(same as 2.15.8 except with new kbt, and different log ordinals)
This commit is contained in:
Will Xyen
2021-02-12 02:11:07 -08:00
parent 0fd499266f
commit d0dde39f31
5 changed files with 45 additions and 6 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ struct property *boot_property_load(const char *filename)
nbytes = property_read_query_memsize(boot_property_fread, f_keyhole, 0, 0);
if (nbytes < 0) {
log_fatal("%s: Error parsing configuration file", filename);
log_fatal("%s: Error querying configuration file", filename);
}
buffer = xmalloc(nbytes);
@@ -76,7 +76,7 @@ struct property *boot_property_load(const char *filename)
rewind(f);
if (!property_insert_read(prop, 0, boot_property_fread, f_keyhole)) {
log_fatal("%s: Error parsing configuration file", filename);
log_fatal("%s: Error reading configuration file", filename);
}
TlsFree(f_keyhole);
+3 -3
View File
@@ -35,7 +35,7 @@ static void *STDCALL my_GetProcAddress(HMODULE dll, const char *name);
static void bt_get_ikey_status(struct ikey_status *ik);
#if AVS_VERSION >= 1600
#if AVS_VERSION >= 1509
static void bt_get_fucked(bt_get_fucked_t callback, uint32_t ctx);
#endif
@@ -48,7 +48,7 @@ static HMODULE(STDCALL *real_GetModuleHandleW)(const wchar_t *name);
static void *(STDCALL *real_GetProcAddress)(HMODULE dll, const char *name);
static struct stub stub_list[] = {
#if AVS_VERSION >= 1600
#if AVS_VERSION >= 1509
{"k_bt0001", bt_get_ikey_status},
{"k_bt0002", bt_get_fucked},
#else
@@ -134,7 +134,7 @@ static void bt_get_ikey_status(struct ikey_status *ik)
ik[1].cert_valid_end = -1;
}
#if AVS_VERSION >= 1600
#if AVS_VERSION >= 1509
static void bt_get_fucked(bt_get_fucked_t callback, uint32_t ctx)
{
log_info(">>> k_bt0002");