NP2kai/diskimage/img_strres.c
Tomohiro Yoshidomi 1528c89669 first commit
2017-06-21 18:17:35 +09:00

19 lines
673 B
C

#include "compiler.h"
#include "diskimage/img_strres.h"
#ifdef SUPPORT_KAI_IMAGES
const OEMCHAR str_dcp[] = OEMTEXT("dcp");
const OEMCHAR str_dcu[] = OEMTEXT("dcu");
const OEMCHAR str_nfd[] = OEMTEXT("nfd");
const OEMCHAR str_vfdd[] = OEMTEXT("fdd");
const OEMCHAR str_cue[] = OEMTEXT("cue"); // CUEシート
const OEMCHAR str_ccd[] = OEMTEXT("ccd"); // CloneCDに対応してみる
const OEMCHAR str_cdm[] = OEMTEXT("cdm"); // CD Manipulatorに対応してみる
const OEMCHAR str_mds[] = OEMTEXT("mds"); // Media Descriptor(Alcohol 52%等)に対応してみる
const OEMCHAR str_nrg[] = OEMTEXT("nrg"); // Neroに対応してみる
const OEMCHAR str_iso[] = OEMTEXT("iso");
#endif