dolphin/Source/Core
lioncash f39c757edf Simplify ShowSound() in FileMonitor.cpp.
Now if more sound types are found, they just need to simply be added to
the unordered set.

- Also changed ShowSound() to IsSoundFile()
- Fixed IsSoundFile’s definition in FileMonitor.h. This whole time it
has been defined as a void method, when in reality it was a bool
function.

- Changed the FileMonitor’s string parameters to be constant references.
2014-03-04 08:39:25 -05:00
..
AudioCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Common Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use CamelCase names. 2014-03-03 00:39:08 -05:00
Core Merge pull request #128 from lioncash/normalize-debug-interface-func-names 2014-03-03 18:58:36 +01:00
DiscIO Simplify ShowSound() in FileMonitor.cpp. 2014-03-04 08:39:25 -05:00
DolphinWX Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use CamelCase names. 2014-03-03 00:39:08 -05:00
InputCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
VideoBackends videosoftware: More coding style fixes. 2014-03-03 19:03:15 +01:00
VideoCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00