mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
[FixRed] checkwps has no concept of playback
Change-Id: I1ed30de3716e225e38444bb4569eda9f958a02d8
This commit is contained in:
parent
f79374e1e8
commit
1a6f0d8b0f
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ long gui_wps_show(void);
|
|||
|
||||
enum wps_do_action_type
|
||||
{
|
||||
WPS_PLAY = AUDIO_STATUS_PLAY,
|
||||
WPS_PAUSE = AUDIO_STATUS_PAUSE,
|
||||
WPS_PLAY,
|
||||
WPS_PAUSE,
|
||||
WPS_PLAYPAUSE, /* toggle */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue