diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-16 05:14:06 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-16 05:14:06 +0000 |
| commit | da3649c24f784bfb8481e55193e2e79d87562e5e (patch) | |
| tree | 6cf457bbe0f2e48f7e42c77021f4ac92f7334f5f /macosx/plugins/DFSound | |
| parent | ff2ddb2b4ee24f73d172bd2f0630adb7aabd6f12 (diff) | |
| download | pcsxr-da3649c24f784bfb8481e55193e2e79d87562e5e.tar.gz | |
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
Diffstat (limited to 'macosx/plugins/DFSound')
| -rwxr-xr-x | macosx/plugins/DFSound/src/macosx.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <Carbon/Carbon.h>
#include "externals.h"
|
