From a23a10639979ee10cbea5ffdadadc490d9e60227 Mon Sep 17 00:00:00 2001 From: Julgodis <> Date: Thu, 8 Apr 2021 01:47:05 +0200 Subject: demangle data-symbols --- libs/JSystem/JMath/JMath.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libs/JSystem/JMath/JMath.cpp') diff --git a/libs/JSystem/JMath/JMath.cpp b/libs/JSystem/JMath/JMath.cpp index 2c741c56ca..3d8fd3e604 100644 --- a/libs/JSystem/JMath/JMath.cpp +++ b/libs/JSystem/JMath/JMath.cpp @@ -15,6 +15,10 @@ struct Vec {}; struct Quaternion {}; +struct JMath { + static u8 sincosTable_[65536]; +}; + // // Forward References: // @@ -29,7 +33,7 @@ extern "C" void JMAMTXApplyScale__FPA4_CfPA4_ffff(); // External References: // -extern "C" extern u8 sincosTable___5JMath[65536]; +extern "C" u8 sincosTable___5JMath[65536]; // // Declarations: -- cgit v1.2.3