Moved .rodata in unknown_065D30 from asm to C.

This commit is contained in:
David Benepe
2021-05-30 17:52:50 -05:00
parent db78c06230
commit b99479f17f
2 changed files with 7 additions and 16 deletions
-16
View File
@@ -1,16 +0,0 @@
.include "macros.inc"
.macro .aligned_text ascii
.asciz "\ascii"
.balign 4
.endm
.section .rodata
glabel D_800E6EC0
.word 0x412E8480
glabel D_800E6EC4
.word 0x00000000
.word 0x00000000
.word 0x00000000
+7
View File
@@ -4,6 +4,13 @@
#include "types.h"
#include "macros.h"
/************ .rodata ************/
// In __timeToSamplesNoRound
const DoubleLiteral D_800E6EC0 = { 1000000.0 };
/*********************************/
GLOBAL_ASM("asm/non_matchings/unknown_065D30/alSynNew.s")
GLOBAL_ASM("asm/non_matchings/unknown_065D30/alAudioFrame.s")
GLOBAL_ASM("asm/non_matchings/unknown_065D30/__allocParam.s")