diff options
author | waker <wakeroid@gmail.com> | 2013-08-31 13:56:35 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2013-08-31 13:56:35 +0200 |
commit | 357c1068d8fdc7ff756cfa18d977bbf47092acc4 (patch) | |
tree | af141d263316fa5092f6f5905cb53994c1ff04e7 /plugins/gme | |
parent | 8a9399de8f8aff06cc072a55e28bcecea0d4a10b (diff) |
prepare osx branch for merging
Diffstat (limited to 'plugins/gme')
-rw-r--r-- | plugins/gme/game-music-emu-0.6pre/gme/ym2413.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gme/game-music-emu-0.6pre/gme/ym2413.c b/plugins/gme/game-music-emu-0.6pre/gme/ym2413.c index 28d6991f..7061eaaa 100644 --- a/plugins/gme/game-music-emu-0.6pre/gme/ym2413.c +++ b/plugins/gme/game-music-emu-0.6pre/gme/ym2413.c @@ -2104,3 +2104,4 @@ void ym2413_set_mask(void *_chip, UINT32 mask) chip->mask = mask;
}
+
|