From 4f88fee560d99ae9fbdb78e98a1a2abb678c9abb Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Mon, 19 Nov 2012 20:25:57 +0100 Subject: [PATCH] Added a small TODO list of things missing in NewAX --- Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_NewAX.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_NewAX.h b/Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_NewAX.h index 0aaa9b605c..2614ea1389 100644 --- a/Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_NewAX.h +++ b/Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_NewAX.h @@ -15,6 +15,15 @@ // Official Git repository and contact information can be found at // http://code.google.com/p/dolphin-emu/ +// High-level emulation for the AX Gamecube UCode. +// +// TODO: +// * Depop support +// * ITD support +// * Polyphase sample interpolation support (not very useful) +// * Surround sound mixing +// * Dolby Pro 2 mixing with recent AX versions + #ifndef _UCODE_NEWAX_H #define _UCODE_NEWAX_H