all repos — mgba @ f6581773d8e33d1e600a5d2fb615f36023711126

mGBA Game Boy Advance Emulator

GBA: Remove GBA_LOG_INFO from default log levels
Jeffrey Pfau jeffrey@endrift.com
Wed, 08 Jul 2015 20:43:26 -0700
commit

f6581773d8e33d1e600a5d2fb615f36023711126

parent

9911484aee8778d4c1f1eab597d5cd8625ba9848

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/gba/gba.csrc/gba/gba.c

@@ -79,7 +79,7 @@ gba->romVf = 0;

gba->biosVf = 0; gba->logHandler = 0; - gba->logLevel = GBA_LOG_INFO | GBA_LOG_WARN | GBA_LOG_ERROR | GBA_LOG_FATAL; + gba->logLevel = GBA_LOG_WARN | GBA_LOG_ERROR | GBA_LOG_FATAL; gba->stream = 0; gba->biosChecksum = GBAChecksum(gba->memory.bios, SIZE_BIOS);