mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
JFWSystem OK
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user