1
0
Fork 0
forked from len0rd/rockbox

[FixRed] checkwps has no concept of playback

Change-Id: I1ed30de3716e225e38444bb4569eda9f958a02d8
This commit is contained in:
William Wilgus 2024-12-11 01:23:54 -05:00
parent f79374e1e8
commit 1a6f0d8b0f

View file

@ -38,8 +38,8 @@ long gui_wps_show(void);
enum wps_do_action_type enum wps_do_action_type
{ {
WPS_PLAY = AUDIO_STATUS_PLAY, WPS_PLAY,
WPS_PAUSE = AUDIO_STATUS_PAUSE, WPS_PAUSE,
WPS_PLAYPAUSE, /* toggle */ WPS_PLAYPAUSE, /* toggle */
}; };