Change function name

This commit is contained in:
daniel229 2014-09-11 00:47:06 +08:00
parent 7f6f52a904
commit e8efab6d21
2 changed files with 3 additions and 3 deletions

View File

@ -625,7 +625,7 @@ static int Hook_narisokonai_download_frame() {
return 0;
}
static int Hook_kirameki_download_frame() {
static int Hook_kirameki_school_life_download_frame() {
const u32 fb_address = currentMIPS->r[MIPS_REG_S0];
if (Memory::IsVRAMAddress(fb_address)) {
gpu->PerformMemoryDownload(fb_address, 0x00044000);
@ -684,7 +684,7 @@ static const ReplacementTableEntry entries[] = {
{ "growlanser_create_saveicon", &Hook_growlanser_create_saveicon, 0, REPFLAG_HOOKENTER, 0x7C },
{ "sd_gundam_g_generation_download_frame", &Hook_sd_gundam_g_generation_download_frame, 0, REPFLAG_HOOKENTER, 0x48},
{ "narisokonai_download_frame", &Hook_narisokonai_download_frame, 0, REPFLAG_HOOKENTER, 0x14 },
{ "kirameki_download_frame", &Hook_kirameki_download_frame, 0, REPFLAG_HOOKENTER, },
{ "kirameki_school_life_download_frame", &Hook_kirameki_school_life_download_frame, 0, REPFLAG_HOOKENTER, },
{}
};

View File

@ -269,7 +269,7 @@ static const HardHashTableEntry hardcodedHashes[] = {
{ 0x87fe3f7e621ddebb, 212, "memcpy", },
{ 0x891ca854e1c664e9, 2392, "qsort", },
{ 0x8965d4b004adad28, 420, "log10f", },
{ 0x8986c3bffe0def77, 88, "kirameki_download_frame", }, // Kirameki School Life SP
{ 0x8986c3bffe0def77, 88, "kirameki_school_life_download_frame", }, // Kirameki School Life SP
{ 0x89e1858ba11b84e4, 52, "memset", },
{ 0x8a00e7207e7dbc81, 232, "_exit", },
{ 0x8a1f9daadecbaf7f, 104, "vmmul_q_transp", },