#pragma once typedef enum { APPID_LAUNCHER = 0, APPID_GB = 1, APPID_NES = 2, APPID_SMS = 3, APPID_PCE = 4, APPID_GW = 5, APPID_COUNT, } appid_t;