Skip to content

Commit

Permalink
[remux] switch to WFM constants if using fbink
Browse files Browse the repository at this point in the history
  • Loading branch information
okay committed May 23, 2024
1 parent bf41113 commit 3be9d71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/remux/launcher.cpy
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,11 @@ class AppBackground: public ui::Widget:

vfb := self.get_vfb()
debug "RENDERING", CURRENT_APP
#ifdef RMKIT_FBINK
fb->waveform_mode = WFM_AUTO
#else
fb->waveform_mode = WAVEFORM_MODE_GC16
#endif

vfb->decompress(fb->fbmem)

Expand Down

0 comments on commit 3be9d71

Please sign in to comment.