Browse Source

minor

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@542 be3aeb3a-fb24-0410-a615-afba39da0efa
notaz 16 years ago
parent
commit
9cd8914e02
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Pico/sound/ym2612.c

+ 0 - 2
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