mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 03:12:15 +00:00
whoops, wrong name
This commit is contained in:
parent
cb3ef54b4d
commit
96d666655a
1 changed files with 2 additions and 2 deletions
|
|
@ -315,9 +315,9 @@ extern "C" void osPiRawStartDma_recomp(RDRAM_ARG recomp_context * ctx) {
|
||||||
ULTRAMODERN_QUICK_EXIT();
|
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(
|
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"
|
"Most games do not call this function directly, which means the libultra function\n"
|
||||||
"that uses this function was not properly named.\n"
|
"that uses this function was not properly named.\n"
|
||||||
"If you triggered this message, please make sure you have properly identified\n"
|
"If you triggered this message, please make sure you have properly identified\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue