From 6f64e729c8b3ee56b47787721750b59fa7f593e9 Mon Sep 17 00:00:00 2001 From: dingusdev <52434309+dingusdev@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:59:23 -0700 Subject: [PATCH] Tweak logging value for compiling --- devices/video/atirage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/video/atirage.cpp b/devices/video/atirage.cpp index 800ad35..b93b1d2 100644 --- a/devices/video/atirage.cpp +++ b/devices/video/atirage.cpp @@ -407,14 +407,14 @@ void ATIRage::write_reg(uint32_t reg_offset, uint32_t value, uint32_t size) { new_value = value; this->cursor_dirty = true; draw_fb = true; - WRITE_VALUE_AND_LOG(ATICURSOR); + WRITE_VALUE_AND_LOG(9); return; case ATI_CUR_OFFSET: new_value = value; if (old_value != new_value) this->cursor_dirty = true; draw_fb = true; - WRITE_VALUE_AND_LOG(ATICURSOR); + WRITE_VALUE_AND_LOG(9); return; case ATI_CUR_HORZ_VERT_OFF: new_value = value; @@ -424,7 +424,7 @@ void ATIRage::write_reg(uint32_t reg_offset, uint32_t value, uint32_t size) { ) this->cursor_dirty = true; draw_fb = true; - WRITE_VALUE_AND_LOG(ATICURSOR); + WRITE_VALUE_AND_LOG(9); return; case ATI_CUR_HORZ_VERT_POSN: new_value = value;