From 2da75c95fde004a0a29630a50fc88f4dea31bd6e Mon Sep 17 00:00:00 2001 From: bnnm Date: Wed, 19 Aug 2020 18:39:00 +0200 Subject: [PATCH] Remove repeated fsb key --- src/meta/fsb_keys.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/meta/fsb_keys.h b/src/meta/fsb_keys.h index 2ba1634f..cb44125c 100644 --- a/src/meta/fsb_keys.h +++ b/src/meta/fsb_keys.h @@ -78,9 +78,6 @@ static const uint8_t key_gh5[] = { 0xFC,0xF9,0xE4,0xB3,0xF5,0x57,0x5C,0xA5,0xAC, /* Sekiro: Shadows Die Twice (PC) */ //"G0KTrWjS9syqF7vVD6RaVXlFD91gMgkC" static const uint8_t key_sek[] = { 0x47,0x30,0x4B,0x54,0x72,0x57,0x6A,0x53,0x39,0x73,0x79,0x71,0x46,0x37,0x76,0x56,0x44,0x36,0x52,0x61,0x56,0x58,0x6C,0x46,0x44,0x39,0x31,0x67,0x4D,0x67,0x6B,0x43 }; -/* Stacking (X360) */ //"DFm3t4lFTW" -static const uint8_t key_sta[] = { 0x44,0x46,0x6d,0x33,0x74,0x34,0x6c,0x46,0x54,0x57 }; - // Unknown: // - Battle: Los Angeles // - Guitar Hero: Warriors of Rock, DJ hero FSB @@ -144,7 +141,6 @@ static const fsbkey_info fsbkey_list[] = { { 0,1, sizeof(key_mtj),key_mtj },// FSB3 { 0,1, sizeof(key_gh5),key_gh5 },// FSB4 { 1,0, sizeof(key_sek),key_sek },// FSB5 - { 0,1, sizeof(key_sta),key_sta },// FSB4 }; static const int fsbkey_list_count = sizeof(fsbkey_list) / sizeof(fsbkey_list[0]);