From da3649c24f784bfb8481e55193e2e79d87562e5e Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 16 Dec 2010 05:14:06 +0000 Subject: MaddTheSane (Patch #7737): * Poking around in Xcode projects, because I'm a bit OCD like that. * Adding a comment on the Mac Audio Plug-in source file. It needs to be re-written in Core Audio in order to be 64-bit safe. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61222 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFSound/src/macosx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macosx/plugins/DFSound') diff --git a/macosx/plugins/DFSound/src/macosx.c b/macosx/plugins/DFSound/src/macosx.c index 4919cbea..841627a3 100755 --- a/macosx/plugins/DFSound/src/macosx.c +++ b/macosx/plugins/DFSound/src/macosx.c @@ -21,6 +21,8 @@ #define _IN_MACOSX #ifdef _MACOSX +//TODO: Move to CoreAudio; the Carbon Sound Manager isn't availabne +//TODO: in 64-bit code #include #include "externals.h" -- cgit v1.2.3