Skip to content

Commit

Permalink
butano: green swap disabled when the display is stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Dec 27, 2024
1 parent 67499d9 commit be42132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions butano/hw/include/bn_hw_display.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ namespace bn::hw::display
{
REG_BLDCNT = 0;
REG_MOSAIC_U16 = 0;
REG_DISPCNT_U16_2 = 0;
}

inline void set_show_mode()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* * Hash support for bn::ibitset added.
* * More bn::istring_base comparison operators added.
* * bn::utf8_character validation improved.
* * Green swap disabled when the display is stopped.
* * @ref faq_delta_time, @ref faq_sprites_metasprites and @ref faq_backgrounds_animated questions
* added to the @ref faq page.
* * @ref faq_standard and @ref faq_memory_heap questions improved.
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.html

Large diffs are not rendered by default.

0 comments on commit be42132

Please sign in to comment.