Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
@@ -28,7 +28,7 @@ namespace MT32Emu {
|
||||
#define MT32EMU_MEMADDR(x) ((((x) & 0x7f0000) >> 2) | (((x) & 0x7f00) >> 1) | ((x) & 0x7f))
|
||||
#define MT32EMU_SYSEXMEMADDR(x) ((((x) & 0x1FC000) << 2) | (((x) & 0x3F80) << 1) | ((x) & 0x7f))
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
#define MT32EMU_ALIGN_PACKED __declspec(align(1))
|
||||
#else
|
||||
#define MT32EMU_ALIGN_PACKED __attribute__((packed))
|
||||
|
||||
Reference in New Issue
Block a user