mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
macOS compilation fix
This commit is contained in:
parent
44a26791c6
commit
d66042b9c7
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ namespace
|
|||
static constexpr int64_t CNT_MAX = std::numeric_limits<int64_t>::max() & ~7;
|
||||
static constexpr int MuteFrequency = 1;
|
||||
static constexpr int MuteInit = 2;
|
||||
static constexpr int MuteUser = 4;
|
||||
static constexpr int MuteSerialInput = 8;
|
||||
|
||||
struct PokeyBase
|
||||
|
|
Loading…
Reference in a new issue