GUI: letter icons for SID2 and Bifurcator

This commit is contained in:
tildearrow 2024-04-29 01:38:56 -05:00
parent b04ed91297
commit 360469795f
5 changed files with 1433 additions and 1231 deletions

File diff suppressed because it is too large Load diff

View file

@ -182,9 +182,8 @@ const char* insTypes[DIV_INS_MAX+1][3]={
{"Nintendo DS",ICON_FA_BAR_CHART,ICON_FUR_INS_NDS},
{"GBA DMA",ICON_FA_GAMEPAD,ICON_FUR_INS_GBA_DMA},
{"GBA MinMod",ICON_FA_VOLUME_UP,ICON_FUR_INS_GBA_MINMOD},
// TODO: letter icons for these...
{"Bifurcator",ICON_FA_LINE_CHART,ICON_FA_QUESTION},
{"SID2",ICON_FA_KEYBOARD_O,ICON_FA_QUESTION},
{"Bifurcator",ICON_FA_LINE_CHART,ICON_FUR_INS_BIFURCATOR},
{"SID2",ICON_FA_KEYBOARD_O,ICON_FUR_INS_SID2},
{NULL,ICON_FA_QUESTION,ICON_FA_QUESTION}
};

View file

@ -1,7 +1,7 @@
// not auto-generated. update every time you change icons.ttf!
#define ICON_MIN_FUR 0xe0f0
#define ICON_MAX_FUR 0xe15f
#define ICON_MAX_FUR 0xe161
// test
#define ICON_FUR_TEST0 u8"\ue0f0"
@ -73,6 +73,8 @@
#define ICON_FUR_INS_NDS u8"\ue15d"
#define ICON_FUR_INS_GBA_DMA u8"\ue15e"
#define ICON_FUR_INS_GBA_MINMOD u8"\ue15f"
#define ICON_FUR_INS_BIFURCATOR u8"\ue160"
#define ICON_FUR_INS_SID2 u8"\ue161"
// sample editor
#define ICON_FUR_SAMPLE_APPLY_SILENCE u8"\ue136"