1
0
Fork 0
forked from len0rd/rockbox

Rename symbols of FiiO M3K Linux-based port

Mainly a straight replacement of FIIO_M3K -> FIIO_M3K_LINUX.

Change-Id: Id07c84f8150991d1b6851540c2c3f8f67e3f12c2
This commit is contained in:
Aidan MacDonald 2021-02-27 22:07:37 +00:00 committed by Solomon Peachy
parent 55dc86f5db
commit aacb0811d9
65 changed files with 79 additions and 79 deletions

View file

@ -72,7 +72,7 @@
#define BUTTON_DOWN BUTTON_HOME
#define BUTTON_SELECT BUTTON_PLAY
#include "bitmaps/hibyicon.h"
#elif defined(FIIO_M3K)
#elif defined(FIIO_M3K_LINUX)
#define ICON_WIDTH 130
#define ICON_HEIGHT 130
#define ICON_NAME bm_fiioicon
@ -95,7 +95,7 @@
#endif
#define BASE_DIR PIVOT_ROOT
//#ifdef FIIO_M3K
//#ifdef FIIO_M3K_LINUX
//#define BASE_DIR "/mnt"
//#else
//#define BASE_DIR "/mnt/sd_0"
@ -469,7 +469,7 @@ void run_script_menu(void)
static void adb(int start)
{
#if defined(FIIO_M3K)
#if defined(FIIO_M3K_LINUX)
lcd_set_foreground(LCD_RGBPACK(255, 0, 0));
lcd_putsf(0, 1, "ADB not supported!");
sleep(2*HZ);
@ -622,7 +622,7 @@ int main(int argc, char **argv)
#endif
mount_storage(false);
/* boot OF */
#if defined(FIIO_M3K)
#if defined(FIIO_M3K_LINUX)
execvp("/usr/project/bin/player_daemon", argv);
#else
execvp("/usr/bin/hiby_player", argv);