Skip to content

Commit

Permalink
AUDIO: Add missing type defines for Nuked OPL
Browse files Browse the repository at this point in the history
These types are not standardized, so we define them to be used in
the new Nuked OPL code. Check PR scummvm#5747 for a relevant discussion
  • Loading branch information
bluegr committed Jul 3, 2024
1 parent 0495531 commit 50820d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions audio/softsynth/opl/nuked.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
namespace OPL {
namespace NUKED {

typedef uint64 uint64_t;
typedef uint32 uint_fast32_t;
#define UINT64_C(value) value##ui64

typedef struct _opl3_slot opl3_slot;
typedef struct _opl3_channel opl3_channel;
typedef struct _opl3_chip opl3_chip;
Expand Down

0 comments on commit 50820d7

Please sign in to comment.