From 3cfacc675da90a2b49d923d7ad0825c4867f5d7b Mon Sep 17 00:00:00 2001 From: Carsten Teibes Date: Tue, 23 Jun 2020 00:20:51 +0200 Subject: [PATCH] Fix duplicated stub functions --- src/rtc/sceRtc.S | 3 --- src/rtc/sceRtc_driver.S | 7 ++----- src/vsh/scePaf.S | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/rtc/sceRtc.S b/src/rtc/sceRtc.S index 59ce3c9e..b040e27b 100644 --- a/src/rtc/sceRtc.S +++ b/src/rtc/sceRtc.S @@ -123,9 +123,6 @@ IMPORT_FUNC "sceRtc",0x62685E98,sceRtcGetLastAdjustedTime #endif #ifdef F_sceRtc_0040 - IMPORT_FUNC "sceRtc",0xDFBC5F16,sceRtcParseDateTime -#endif -#ifdef F_sceRtc_0041 IMPORT_FUNC "sceRtc",0xE1C93E47,sceRtcGetTime64_t #endif diff --git a/src/rtc/sceRtc_driver.S b/src/rtc/sceRtc_driver.S index ef94bdb8..c26625dc 100644 --- a/src/rtc/sceRtc_driver.S +++ b/src/rtc/sceRtc_driver.S @@ -162,15 +162,12 @@ IMPORT_FUNC "sceRtc_driver",0xCE27DE2F,sceRtcEnd #endif #ifdef F_sceRtc_driver_0053 - IMPORT_FUNC "sceRtc_driver",0xDFBC5F16,sceRtcParseDateTime -#endif -#ifdef F_sceRtc_driver_0054 IMPORT_FUNC "sceRtc_driver",0xE1C93E47,sceRtcGetTime64_t #endif -#ifdef F_sceRtc_driver_0055 +#ifdef F_sceRtc_driver_0054 IMPORT_FUNC "sceRtc_driver",0xF0B5571C,sceRtcSynchronize #endif -#ifdef F_sceRtc_driver_0056 +#ifdef F_sceRtc_driver_0055 IMPORT_FUNC "sceRtc_driver",0xFB3B18CD,sceRtc_driver_FB3B18CD #endif diff --git a/src/vsh/scePaf.S b/src/vsh/scePaf.S index 19557943..b14808da 100644 --- a/src/vsh/scePaf.S +++ b/src/vsh/scePaf.S @@ -2025,7 +2025,7 @@ IMPORT_FUNC "scePaf",0x10F3BB61,memset #endif #ifdef F_scePaf_0674 - IMPORT_FUNC "scePaf",0x81D0D1F7,memcpy + IMPORT_FUNC "scePaf",0x81D0D1F7,memcmp #endif #ifdef F_scePaf_0675 IMPORT_FUNC "scePaf",0x7EDCC45E,floorf