diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-11-09 18:48:40 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-11-09 18:48:40 +0000 |
| commit | 35e8951f995cd78dcc6bb2a6d16df76574d89fbe (patch) | |
| tree | 39c579414a359a1e325b56f7b8889b49c3cc6f26 /Source | |
| parent | 8a0fea72e610f53cce37921f3df207ec1c410880 (diff) | |
oops, left logging on
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1103 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp index 6ff90ee0c4..36b2febc34 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp +++ b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp @@ -217,7 +217,7 @@ bool CUCode_AXWii::AXTask(u32& _uMail) bool bExecuteList = true;
- if (true)
+ if (false)
{
// PanicAlert("%i", sizeof(AXParamBlockWii)); // 252 ??
FILE *f = fopen("D:\\axdump.txt", "a");
|
