Added a small TODO list of things missing in NewAX

This commit is contained in:
Pierre Bourdon 2012-11-19 20:25:57 +01:00
parent 3541d33c25
commit 4f88fee560
1 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,15 @@
// Official Git repository and contact information can be found at // Official Git repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // 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 #ifndef _UCODE_NEWAX_H
#define _UCODE_NEWAX_H #define _UCODE_NEWAX_H