Skip to content

Commit

Permalink
[remux] use WAVEFORM_MODE_GC16 always
Browse files Browse the repository at this point in the history
  • Loading branch information
okay committed May 23, 2024
1 parent 7143698 commit b818e01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/remux/launcher.cpy
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,7 @@ class AppBackground: public ui::Widget:

vfb := self.get_vfb()
debug "RENDERING", CURRENT_APP
if rm2fb::IN_RM2FB_SHIM:
fb->waveform_mode = WAVEFORM_MODE_GC16
else:
fb->waveform_mode = WAVEFORM_MODE_AUTO
fb->waveform_mode = WAVEFORM_MODE_GC16

vfb->decompress(fb->fbmem)

Expand Down

0 comments on commit b818e01

Please sign in to comment.