mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
Added a small TODO list of things missing in NewAX
This commit is contained in:
parent
3541d33c25
commit
4f88fee560
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue