From 7c4eaf8002dbcff2d8b910cd02e3cd7d68424b32 Mon Sep 17 00:00:00 2001 From: Fazana <52551480+FazanaJ@users.noreply.github.com> Date: Sun, 19 Sep 2021 16:48:09 +0100 Subject: [PATCH] Update heap.c --- src/audio/heap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audio/heap.c b/src/audio/heap.c index 870f9f3f..ec8fbf4f 100644 --- a/src/audio/heap.c +++ b/src/audio/heap.c @@ -1292,7 +1292,7 @@ void audio_reset_session(void) { #if defined(VERSION_JP) || defined(VERSION_US) s8 updatesPerFrame; #endif -#ifdef PUPPYPRINT +#if PUPPYPRINT_DEBUG OSTime first = osGetTime(); #endif s32 j; @@ -1507,7 +1507,7 @@ void audio_reset_session(void) { gAudioLoadLock = AUDIO_LOCK_NOT_LOADING; } #endif -#ifdef PUPPYPRINT +#if PUPPYPRINT_DEBUG append_puppyprint_log("Audio Initialised in %dus.", (s32)OS_CYCLES_TO_USEC(osGetTime() - first)); #endif sAudioFirstBoot = 1;