Skip to content

Commit

Permalink
libpinmame: add OnSoundCommand callback, prefix all enums to avoid co…
Browse files Browse the repository at this point in the history
…nflicts
  • Loading branch information
jsm174 committed Dec 9, 2023
1 parent 705b997 commit 990dd1b
Show file tree
Hide file tree
Showing 6 changed files with 431 additions and 394 deletions.
2 changes: 1 addition & 1 deletion src/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ typedef struct {
int dmd_red0, dmd_green0, dmd_blue0;
int dmd_opacity;
int resampling_quality;
#if defined(VPINMAME_ALTSOUND) || defined(VPINMAME_PINSOUND)
#if defined(VPINMAME_ALTSOUND) || defined(VPINMAME_PINSOUND) || defined(LIBPINMAME)
int sound_mode; // 0 = pinmame, 1 = altsound, 2 = pinsound, 3 = pinsound + recordings
#endif
#ifdef PROC_SUPPORT
Expand Down
Loading

0 comments on commit 990dd1b

Please sign in to comment.