From 96d666655afb69e9fa6077129f7a5def2db9ebcf Mon Sep 17 00:00:00 2001 From: angie Date: Tue, 18 Jun 2024 12:42:58 -0400 Subject: [PATCH] whoops, wrong name --- librecomp/src/pi.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librecomp/src/pi.cpp b/librecomp/src/pi.cpp index e82f521..202fbb2 100644 --- a/librecomp/src/pi.cpp +++ b/librecomp/src/pi.cpp @@ -315,9 +315,9 @@ extern "C" void osPiRawStartDma_recomp(RDRAM_ARG recomp_context * ctx) { ULTRAMODERN_QUICK_EXIT(); } -extern "C" void osEPiRawStartDma(RDRAM_ARG recomp_context * ctx) { +extern "C" void osEPiRawStartDma_recomp(RDRAM_ARG recomp_context * ctx) { ultramodern::error_handling::message_box( - "Stub `osEPiRawStartDma` function called!\n" + "Stub `osEPiRawStartDma_recomp` function called!\n" "Most games do not call this function directly, which means the libultra function\n" "that uses this function was not properly named.\n" "If you triggered this message, please make sure you have properly identified\n"