roomie
Version:
ROM metadata helper
47 lines (46 loc) • 1.28 kB
TypeScript
export declare const regions: {
readonly nds: {
readonly A: "asia";
readonly C: "china";
readonly P: "europe";
readonly E: "americas";
readonly J: "japan";
readonly F: "french";
readonly H: "dutch";
readonly I: "italian";
readonly K: "korean";
readonly L: "usa#2";
readonly M: "swedish";
readonly N: "norwegian";
readonly O: "international";
readonly Q: "danish";
readonly R: "russian";
readonly S: "spanish";
readonly T: "usa+aus";
readonly U: "australia";
readonly V: "eur+aus";
readonly W: "europe#3";
readonly X: "europe#4";
readonly Y: "europe#5";
readonly Z: "europe#5";
};
readonly gba: {
readonly J: "japan";
readonly E: "english";
readonly P: "europe";
readonly D: "german";
readonly F: "french";
readonly I: "italian";
readonly S: "spanish";
};
readonly gb: {
readonly 0: "japan";
readonly 1: "overseas";
};
readonly snes: {
readonly 0: "japan";
readonly 1: "americas";
readonly 2: "europe";
};
};
export type SupportedSystemsForRegions = keyof typeof regions;