Add JUTConsole and JUTConsoleManager classes

This commit is contained in:
Cuyler36
2023-12-05 12:28:00 -05:00
parent 4e704ac06b
commit 10f4e7c13e
18 changed files with 1379 additions and 61 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#include "JSystem/JSystem.h"
#include "JSystem/JSupport.h"
#include "JSystem/JUtility/JUTAssertion.h"
#include "JSystem/JUtility/JUTConsole.h"
#include "JSystem/JKernel/JKRExpHeap.h"
#include "JSystem/JUtility/JUTConsoleExtern.h"
#include "JSystem/JMacro.h"
static u32 whatdo;
static u32 whatdo2;
+1 -1
View File
@@ -158,7 +158,7 @@ static void step0_make_dl(Gfx** gpp) {
JW_JUTReport(150, 330, 1, "<DISK ID>"); /* I belive the above <DISK ID> is a 'bug', because this is the exact same print */
JW_JUTReport(150, 50, 1, "SDK VERSION: 12Dec2001 Patch4");
if (OSGetFontEncode() == OS_FONT_SJIS) {
if (OSGetFontEncode() == OS_FONT_ENCODE_SJIS) {
JW_JUTReport(150, 100, 1, " ****** WARNING ******");
JW_JUTReport(150, 112, 1, "The DISP SW is JAPAN MODE now");
JW_JUTReport(150, 124, 1, "but this GAME is NES version");