diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2012-11-19 20:25:57 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2012-11-19 20:25:57 +0100 |
| commit | 4f88fee560d99ae9fbdb78e98a1a2abb678c9abb (patch) | |
| tree | 2c3376fec46ecf2ae2cb6fc043a2635013539283 /Source/Core | |
| parent | 3541d33c255164a9a274341bedbb8cfe5add3794 (diff) | |
Added a small TODO list of things missing in NewAX
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_NewAX.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
