f_pc mostly linked for Wii/Shield (#3015)

This commit is contained in:
Max Roncace
2026-01-06 07:45:15 -05:00
committed by GitHub
parent 3679e7abab
commit fd863582d6
64 changed files with 363 additions and 336 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
static node_list_class l_fpcLn_Line[16];
void fpcLn_Create() {
s32 i = ARRAY_SIZEU(l_fpcLn_Line);
int i = ARRAY_SIZEU(l_fpcLn_Line);
node_list_class* line_node = l_fpcLn_Line;
while (i-- > 0)
cLs_Create(line_node++);