Updating text engine backend

This commit is contained in:
GearsProgress
2026-03-18 22:55:38 -04:00
parent 1f29379810
commit a7ebcd06fe
13 changed files with 117 additions and 180 deletions

View File

@@ -180,7 +180,6 @@ void rom_data::print_rom_info()
npf_snprintf(buffer, sizeof(buffer), "%c-%d-%c", gameTypeChar, version, language);
tte_set_pos(0, 8);
ptgb_write_simple(reinterpret_cast<const byte *>(buffer), true);
}