summaryrefslogtreecommitdiff
path: root/asm/SDK/VF
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-10-11 23:11:12 -0400
committerGitHub <noreply@github.com>2020-10-11 23:11:12 -0400
commit054335fddc4e75bb704098bb647f096be7f458d8 (patch)
treedc593d616c5c6a01a91dd4086bb6c51acbc7d799 /asm/SDK/VF
parent0314819e3b37bc1af235f4d843aece51e346da76 (diff)
parent3748803f17a9e391e3b2b3982fc4b24ed7f3815e (diff)
Merge pull request #140 from mparisi20/master
Split SSL and NWC24 libraries
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)