Skip to content

Commit

Permalink
Merge pull request #19 from n-at/master
Browse files Browse the repository at this point in the history
ifndef EMULATORJS
  • Loading branch information
ethanaobrien authored Aug 12, 2023
2 parents d6c03f2 + 2173175 commit 5b2539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/video_shader_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,7 @@ bool video_shader_apply_shader(
sizeof(msg) - _len);
}

#ifdef EMULATORJS
#ifndef EMULATORJS
#ifdef HAVE_GFX_WIDGETS
if (dispwidget_get_ptr()->active)
gfx_widget_set_generic_message(msg, 2000);
Expand Down

0 comments on commit 5b2539d

Please sign in to comment.