diff --git a/src/gba/gba.c b/src/gba/gba.c index 500068e4b..4e126e543 100644 --- a/src/gba/gba.c +++ b/src/gba/gba.c @@ -79,7 +79,7 @@ static void GBAInit(struct ARMCore* cpu, struct ARMComponent* component) { 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);