From 9cd8914e0223ff79f46dea9bc0b7cbd24c79f4bf Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 11 Jul 2008 22:31:16 +0000 Subject: [PATCH] minor git-svn-id: file:///home/notaz/opt/svn/PicoDrive@542 be3aeb3a-fb24-0410-a615-afba39da0efa --- Pico/sound/ym2612.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Pico/sound/ym2612.c b/Pico/sound/ym2612.c index 0c26739..efe5054 100644 --- a/Pico/sound/ym2612.c +++ b/Pico/sound/ym2612.c @@ -2049,10 +2049,8 @@ int YM2612PicoStateLoad2(int *tat, int *tbt) return 0; } -#ifndef EXTERNAL_YM2612 void *YM2612GetRegs(void) { return ym2612.REGS; } -#endif -- 2.39.2