summaryrefslogtreecommitdiff
path: root/src/JSystem/JStudio/JStudioToolLibrary/console.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-04 22:39:12 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-04 22:39:12 -0500
commit7f543cf441f9ce1f78b7fbc18fbb791ebcdd710c (patch)
tree1296c4ef17284f86258cd6972872dc4e4c8baae6 /src/JSystem/JStudio/JStudioToolLibrary/console.cpp
parent9777926534ab2f2950fbe4a1c4486fb87784ee4c (diff)
more JStudio progress
Diffstat (limited to 'src/JSystem/JStudio/JStudioToolLibrary/console.cpp')
-rw-r--r--src/JSystem/JStudio/JStudioToolLibrary/console.cpp20
1 files changed, 6 insertions, 14 deletions
diff --git a/src/JSystem/JStudio/JStudioToolLibrary/console.cpp b/src/JSystem/JStudio/JStudioToolLibrary/console.cpp
index ec462c9c..2e6c542d 100644
--- a/src/JSystem/JStudio/JStudioToolLibrary/console.cpp
+++ b/src/JSystem/JStudio/JStudioToolLibrary/console.cpp
@@ -3,21 +3,13 @@
// Translation Unit: console.cpp
//
-#include "console.h"
+#include "JSystem/JStudio/JStudioToolLibrary/console.h"
#include "dolphin/types.h"
-/* 8027A6EC-8027A75C .text __dt__20JSUMemoryInputStreamFv */
-JSUMemoryInputStream::~JSUMemoryInputStream() {
- /* Nonmatching */
-}
-
-/* 8027A75C-8027A7BC .text __dt__20JSURandomInputStreamFv */
-JSURandomInputStream::~JSURandomInputStream() {
- /* Nonmatching */
-}
+// This translation unit had dozens of GUI-related functions for the debug build, but none of those
+// made it into the release build. Only a few weak destructors are present in the release TU.
-/* 8027A7BC-8027A804 .text __dt__10JSUIosBaseFv */
-JSUIosBase::~JSUIosBase() {
- /* Nonmatching */
+static void dummy() {
+ JSUMemoryInputStream temp(NULL, 0);
+ temp.~JSUMemoryInputStream();
}
-