Added a small TODO list of things missing in NewAX
This commit is contained in:
parent
3541d33c25
commit
4f88fee560
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue