From 0bc0f2a6419931808be1be4d85057af34503d4a3 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 7 Jan 2023 16:15:39 +0100 Subject: [PATCH] Remove Loader_ReportWarn patch, already done in USBSerialLoggingModule --- src/RPXLoading.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/RPXLoading.cpp b/src/RPXLoading.cpp index 0a4b671..b93a81c 100644 --- a/src/RPXLoading.cpp +++ b/src/RPXLoading.cpp @@ -87,9 +87,6 @@ DECL_FUNCTION(FSStatus, RPX_FSCloseFile, FSClient *client, FSCmdBlock *block, FS return real_RPX_FSCloseFile(client, block, handle, flags); } -DECL_FUNCTION(void, Loader_ReportWarn) { -} - RPXLoaderStatus RL_PrepareLaunchFromSD(const char *bundle_path); DECL_FUNCTION(void, OSRestartGame, int argc, char *argv[]) { @@ -110,7 +107,6 @@ DECL_FUNCTION(void, _SYSLaunchTitleWithStdArgsInNoSplash, uint64_t titleId, void } function_replacement_data_t rpx_utils_function_replacements[] = { - REPLACE_FUNCTION_VIA_ADDRESS(Loader_ReportWarn, 0x32002f74, 0x01002f74), REPLACE_FUNCTION_VIA_ADDRESS_FOR_PROCESS(HBM_NN_ACP_ACPGetTitleMetaXmlByDevice, 0x2E36CE44, 0x0E36CE44, FP_TARGET_PROCESS_HOME_MENU), REPLACE_FUNCTION_FOR_PROCESS(RPX_FSOpenFile, LIBRARY_COREINIT, FSOpenFile, FP_TARGET_PROCESS_HOME_MENU), REPLACE_FUNCTION_FOR_PROCESS(RPX_FSReadFile, LIBRARY_COREINIT, FSReadFile, FP_TARGET_PROCESS_HOME_MENU),