template_sfo = { items = { { spad = 4, name = "BOOTABLE", value = 1, }, { spad = 4, name = "CATEGORY", value = "ME", -- anyone has an idea what this is ? }, { spad = 16, name = "DISC_ID", value = "", }, { spad = 8, name = "DISC_VERSION", value = "1.00", }, { spad = 512, name = "LICENSE", value = "A License... ? Are you serious ? This is reverse engineered software anyway, and very probably illegal material now, so... No, no license for you.", }, { spad = 4, name = "PARENTAL_LEVEL", value = 1, }, { spad = 8, name = "PSP_SYSTEM_VER", value = "3.01", -- is this really the lowest firmware that implements the PSX emulator ? }, { spad = 4, name = "REGION", value = 32768, -- duh - flags, very probably. I'm tempted to switch this to zero. *shrug* }, { spad = 128, name = "TITLE", value = "", }, }, -- ya, because hexadecimal is for weaks. version = 257, signature = 1179865088, }