More AX Wii work - ax parsing corrected (hopefully), still no sound :p

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1102 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2008-11-09 18:38:15 +00:00
parent 860ffe9541
commit 8a0fea72e6
10 changed files with 850 additions and 370 deletions

View File

@ -15,8 +15,8 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
#ifndef UCODE_AX_STRUCTS
#define UCODE_AX_STRUCTS
#ifndef _UCODE_AX_STRUCTS_H
#define _UCODE_AX_STRUCTS_H
struct PBMixer
{
@ -203,5 +203,4 @@ enum {
MIXCONTROL_RAMPING = 8,
};
#endif
#endif // _UCODE_AX_STRUCTS_H