add 2 games, fix compression, update download-o-rama

This commit is contained in:
zefie
2025-08-14 00:23:16 -04:00
parent 9a9d161dc1
commit e8922bddfe
213 changed files with 1363 additions and 36 deletions

View File

@@ -98,8 +98,7 @@ class WTVGuide {
}
// replaces <boxname> with the friendly name of the type of unit the user has
while (definition.indexOf("<boxname>") >= 0) {
const romtype = this.session_data.get("wtv-client-rom-type");
const boxname = this.wtvshared.getBoxName(romtype);
const boxname = this.session_data.getBoxName(false);
definition = definition.replace(/\<boxname\>/g, boxname);
}
// replaces <boxname_plus> with either "WebTV" or "WebTV Plus" depending on user box type