Tweak logging value for compiling

This commit is contained in:
dingusdev 2024-04-23 07:59:23 -07:00
parent 288e088f8a
commit 6f64e729c8
1 changed files with 3 additions and 3 deletions

View File

@ -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;