mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-02 16:32:55 +00:00
Added mail viewer to the HLE DSP plugin. Use it by selecting Mail > Scan mails in the sound debugger.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1109 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
6492b21367
commit
814aa547ac
14 changed files with 831 additions and 135 deletions
|
@ -66,7 +66,7 @@ bool AXTask(u32& _uMail);
|
|||
bool bCanWork = false;
|
||||
|
||||
// Set this if you want to log audio. search for log_ai in this file to see the filename.
|
||||
static bool log_ai = true;
|
||||
static bool log_ai = false;
|
||||
WaveFileWriter g_wave_writer;
|
||||
|
||||
// ==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue