From 569285794b9112f0134ddad4bb886308ea4a7be6 Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Sun, 6 Nov 2011 22:44:25 +0000 Subject: Bulk convert all DOS line endings to UNIX. For the git migration we want a nice clean repository with UNIX line endings. git does not use svn:eol-style, we just need the file contents to be sane. Sorry everybody. I know this messes up blame. Scumbag *NIX developer says migrating to git will make line ending issues go away; commits giant change to svn which changes line endings anyway. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30924 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libgme/blargg_config.h | 84 +++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'apps/codecs/libgme/blargg_config.h') diff --git a/apps/codecs/libgme/blargg_config.h b/apps/codecs/libgme/blargg_config.h index 6490c15cfb..398913d1fe 100644 --- a/apps/codecs/libgme/blargg_config.h +++ b/apps/codecs/libgme/blargg_config.h @@ -1,42 +1,42 @@ -// Library configuration. Modify this file as necessary. - -#ifndef BLARGG_CONFIG_H -#define BLARGG_CONFIG_H - -// Uncomment to enable platform-specific optimizations -//#define BLARGG_NONPORTABLE 1 - -// Uncomment if automatic byte-order determination doesn't work -#ifdef ROCKBOX_BIG_ENDIAN - #define BLARGG_BIG_ENDIAN 1 -#endif - -// Uncomment if you get errors in the bool section of blargg_common.h -#define BLARGG_COMPILER_HAS_BOOL 1 - -// Uncomment to use fast gb apu implementation -// #define GB_APU_FAST 1 - -// Uncomment to remove agb emulation support -// #define GB_APU_NO_AGB 1 - -// Uncomment to emulate only nes apu -// #define NSF_EMU_APU_ONLY 1 - -// Uncomment to remove vrc7 apu support -// #define NSF_EMU_NO_VRC7 1 - -// Uncomment to remove fmopl apu support -// #define KSS_EMU_NO_FMOPL 1 - -// To handle undefined reference to assert -#define NDEBUG 1 - -// Use standard config.h if present -#define HAVE_CONFIG_H 1 - -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif - -#endif +// Library configuration. Modify this file as necessary. + +#ifndef BLARGG_CONFIG_H +#define BLARGG_CONFIG_H + +// Uncomment to enable platform-specific optimizations +//#define BLARGG_NONPORTABLE 1 + +// Uncomment if automatic byte-order determination doesn't work +#ifdef ROCKBOX_BIG_ENDIAN + #define BLARGG_BIG_ENDIAN 1 +#endif + +// Uncomment if you get errors in the bool section of blargg_common.h +#define BLARGG_COMPILER_HAS_BOOL 1 + +// Uncomment to use fast gb apu implementation +// #define GB_APU_FAST 1 + +// Uncomment to remove agb emulation support +// #define GB_APU_NO_AGB 1 + +// Uncomment to emulate only nes apu +// #define NSF_EMU_APU_ONLY 1 + +// Uncomment to remove vrc7 apu support +// #define NSF_EMU_NO_VRC7 1 + +// Uncomment to remove fmopl apu support +// #define KSS_EMU_NO_FMOPL 1 + +// To handle undefined reference to assert +#define NDEBUG 1 + +// Use standard config.h if present +#define HAVE_CONFIG_H 1 + +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + +#endif -- cgit v1.2.3