JFWSystem OK

This commit is contained in:
LagoLunatic
2026-04-02 19:33:38 -04:00
parent 4e7634a693
commit fb733364c8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -708,7 +708,7 @@ config.libs = [
"JFramework",
[
Object(Matching, "JSystem/JFramework/JFWDisplay.cpp"),
Object(NonMatching, "JSystem/JFramework/JFWSystem.cpp"),
Object(Matching, "JSystem/JFramework/JFWSystem.cpp"),
],
),
JSystemLib(
+2 -1
View File
@@ -54,7 +54,8 @@ public:
}
void setFont(JUTFont* p_font) {
mFont = p_font;
// Fakematch...? Fixes GCN but breaks TP Wii. TODO: Test after TP Wii flags are fixed.
p_font = mFont = p_font;
setFontSize(p_font->getWidth(), p_font->getHeight());
}
-1
View File
@@ -58,7 +58,6 @@ void JFWSystem::firstInit() {
/* 80254E54-802551C0 .text init__9JFWSystemFv */
void JFWSystem::init() {
/* Nonmatching - regalloc */
JUT_ASSERT(101, sInitCalled == false);
if(rootHeap == 0) {