dolphin/Source/Core
Pierre Bourdon 54fc4029dd Use do { ... } while (0) for the *_LOG macros
Without this patch, such code would not compile:

if (cond)
    WARN_LOG(FOO, "msg");
else
    WARN_LOG(FOO, "msg2");
2012-08-20 13:12:49 +02:00
..
AudioCommon Implemented proper timing in the "No audio output" back-end. 2012-07-01 17:07:58 +10:00
Common Use do { ... } while (0) for the *_LOG macros 2012-08-20 13:12:49 +02:00
Core Use do { ... } while (0) for the *_LOG macros 2012-08-20 13:12:49 +02:00
DiscIO Use do { ... } while (0) for the *_LOG macros 2012-08-20 13:12:49 +02:00
DolphinWX bugfix for memorycard manager. fixes exporting from page > 1 on slot b, thanks to suloku for reporting 2012-08-19 20:45:43 -07:00
InputCommon Re-add hack to use SDL/SDL.h ifndef _WIN32. 2012-07-14 20:50:58 -06:00
VideoCommon Use do { ... } while (0) for the *_LOG macros 2012-08-20 13:12:49 +02:00
CMakeLists.txt