check if libserial exists for unsupported libserial OS

This commit is contained in:
Jose Phillips
2024-12-08 18:10:05 -05:00
parent 267d4b2e02
commit 803c19b4c2
5 changed files with 30 additions and 17 deletions

View File

@@ -60,8 +60,10 @@ extern const device_t ymf289b_ymfm_device;
extern const device_t ymf278b_ymfm_device;
extern const device_t esfm_esfmu_device;
#ifdef USE_LIBSERIALPORT
extern const device_t ym_opl2board_device;
#endif
#endif
#endif /*SOUND_OPL_H*/