new MsgHandler replacing common

Most things moved to macros



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1542 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-12-14 22:00:18 +00:00
parent a46392f243
commit b0f17043bd
10 changed files with 103 additions and 170 deletions

View File

@ -364,7 +364,6 @@ void gdsp_stop()
#include "Mixer.h"
uint16 r30 = 0, r31 = 0;
void PanicAlert(const char* text, ...);
extern WaveFileWriter g_wave_writer;
extern uint16 dsp_swap16(uint16 x);