From 82aa8a7d3f795866982f8713fbe25e9877a0a435 Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 10 Oct 2008 08:01:08 +0000 Subject: [PATCH] remove one of the printlogs that i added. i think it isnt necessary any more since i took out asserts. logging is still seriously effed up --- desmume/src/types.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/desmume/src/types.h b/desmume/src/types.h index 70d2f4914..774a2daa2 100644 --- a/desmume/src/types.h +++ b/desmume/src/types.h @@ -223,10 +223,7 @@ inline void FlipByteOrder(u8 *src, u32 count) } } -//as a hack until we set up better cross-platform logging, we need to prevent printlog from being define in any platform but windows -#ifndef _WIN32 -#define printlog(X) ((void)(X)) -#endif + inline u64 double_to_u64(double d) { union {