summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorSonicadvance1 <sonicadvance1@gmail.com>2008-10-16 01:15:15 +0000
committerSonicadvance1 <sonicadvance1@gmail.com>2008-10-16 01:15:15 +0000
commitdfd332e149b5b3b0338fa862c77b71f89867788c (patch)
treed5f6aab03c1efd3db0ec346dca92eca499db9513 /Source/Core/Common
parentb5b0a4efcbd87edf1c234335cc38893531106006 (diff)
Some more Work done with Microphone, added a Semi-decent way of checking for Mic Button
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@888 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/Common.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Common.cpp b/Source/Core/Common/Src/Common.cpp
index d94eb0d805..751105cbb5 100644
--- a/Source/Core/Common/Src/Common.cpp
+++ b/Source/Core/Common/Src/Common.cpp
@@ -100,6 +100,7 @@ bool AskYesNo(const char* format, ...)
va_end(args);
return(retval);
}
+
// Standard implementation of logging - simply print to standard output.
// Programs are welcome to override this.
/*