summaryrefslogtreecommitdiff
path: root/asm/SDK/VF
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-11 21:51:07 -0400
committerMax <mparisi@stevens.edu>2020-10-11 21:51:07 -0400
commita3484499760ebd60bfab145b80651cafba28b014 (patch)
treeda63578fbc577ab781109fb8aefbd23f7f88f6c2 /asm/SDK/VF
parent39ed378d307dcd5089dd04771273ff3775ea080f (diff)
split NWC24Config, NWC24FileAPI, NWC24MBoxCtrl, NWC24Manage
Diffstat (limited to 'asm/SDK/VF')
-rw-r--r--asm/SDK/VF/d_vf.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/SDK/VF/d_vf.s b/asm/SDK/VF/d_vf.s
index 5f68937..dbcb8c1 100644
--- a/asm/SDK/VF/d_vf.s
+++ b/asm/SDK/VF/d_vf.s
@@ -10,8 +10,8 @@ VFIsAvailable:
/* 8031A4AC 0031610C 54 03 0F FE */ srwi r3, r0, 0x1f
/* 8031A4B0 00316110 4E 80 00 20 */ blr
-.global VFInitEx
-VFInitEx:
+.global VFInit
+VFInit:
/* 8031A4B4 00316114 94 21 FF F0 */ stwu r1, -0x10(r1)
/* 8031A4B8 00316118 7C 08 02 A6 */ mflr r0
/* 8031A4BC 0031611C 90 01 00 14 */ stw r0, 0x14(r1)