From 050ebb447137e7077903e208b41deccbf0ee23f6 Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Thu, 29 Jan 2026 17:18:08 -0500 Subject: Add missing TUs for Wii/Shield retail (+ filename cleanup) (#3072) * Fix GCN_mem_alloc.c filename capitalization * Fix up TRK file names in Wii/Shield splits * Add string_TRK * Add cc_gdev * Add Shield-only wstring TUs * Implement NdevExi2A * Add missing JSystem TUs (more are still missing from ShieldD) * Clean up includes --- src/JSystem/JAudio2/JAUSoundObject.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/JSystem/JAudio2/JAUSoundObject.cpp (limited to 'src/JSystem/JAudio2/JAUSoundObject.cpp') diff --git a/src/JSystem/JAudio2/JAUSoundObject.cpp b/src/JSystem/JAudio2/JAUSoundObject.cpp new file mode 100644 index 0000000000..0a630c8ca2 --- /dev/null +++ b/src/JSystem/JAudio2/JAUSoundObject.cpp @@ -0,0 +1,11 @@ +#include "JSystem/JSystem.h" // IWYU pragma: keep + +#include "JSystem/JAudio2/JAUSoundObject.h" + +#include "JSystem/JGeometry.h" + +static void dummy() { + JGeometry::TVec3* vec_1; + JGeometry::TVec3* vec_2; + *vec_1 = *vec_2; +} -- cgit v1.2.3