dreamcast2: triangle_ta*: remove while (1) loop

This commit is contained in:
Zack Buhman 2025-08-26 19:57:13 -05:00
parent 9ecb8c6f5f
commit b54b635e61
2 changed files with 0 additions and 4 deletions

View File

@ -282,6 +282,4 @@ void main()
holly.FB_R_SOF1 = framebuffer_start;
// return from main; this will effectively jump back to the serial loader
while (1);
}

View File

@ -259,6 +259,4 @@ void main()
holly.FB_R_SOF1 = framebuffer_start;
// return from main; this will effectively jump back to the serial loader
while (1);
}