mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-14 23:05:13 +01:00
11 lines
189 B
C
11 lines
189 B
C
#pragma once
|
|
|
|
#ifdef DEBUG
|
|
#include <coreinit/debug.h>
|
|
#endif
|
|
|
|
#ifdef DEBUG
|
|
#define WUPS_DEBUG_REPORT(fmt, ...) OSReport(fmt, ##__VA_ARGS__)
|
|
#else
|
|
#define WUPS_DEBUG_REPORT(fmt, ...)
|
|
#endif |