2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Avoid LOGGING redefinition warnings.

This commit is contained in:
Yuri Kunde Schlesner 2014-08-22 22:09:14 -03:00
parent 45976da975
commit b15d631d99

View file

@ -4,7 +4,9 @@
#pragma once #pragma once
#ifndef LOGGING
#define LOGGING #define LOGGING
#endif
enum { enum {
OS_LEVEL, // Printed by the emulated operating system OS_LEVEL, // Printed by the emulated operating system