GUI: hide some chips
- YMU759: impossible to implement properly - Dummy: doesn't make sense - μPD: incomplete and uncertain - SegaPCM 5-channel: Defle compat - Pong: doesn't make sense
This commit is contained in:
parent
f8b3c81d6c
commit
88b274b886
4 changed files with 10 additions and 28 deletions
|
|
@ -70,6 +70,9 @@
|
|||
|
||||
#define FM_PREVIEW_SIZE 512
|
||||
|
||||
#define CHECK_HIDDEN_SYSTEM(x) \
|
||||
(x==DIV_SYSTEM_YMU759 || x==DIV_SYSTEM_UPD1771C || x==DIV_SYSTEM_DUMMY || x==DIV_SYSTEM_SEGAPCM_COMPAT || x==DIV_SYSTEM_PONG)
|
||||
|
||||
enum FurnaceGUIRenderBackend {
|
||||
GUI_BACKEND_SDL=0,
|
||||
GUI_BACKEND_GL3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue