Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 99a4fa8ab1 - Show all commits

View File

@ -21,6 +21,8 @@ namespace GTETest {
static void setup() { static void setup() {
Shared::back_menu.reset(); Shared::back_menu.reset();
matrix.trans[0] += 50;
GTE::set_geom_offset(0, 0); GTE::set_geom_offset(0, 0);
GTE::set_geom_screen(512); GTE::set_geom_screen(512);
} }