A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

xworld: Use ROCKBOX_DIR for data/save paths.

Hardcoded /.rockbox causing issues.

Change-Id: I13bfcda753afda33700ff2d88dfac6d607d3a9dd

authored by

Hairo R. Carela and committed by
Solomon Peachy
fd9ab931 8e9125ee

+2 -2
+2 -2
apps/plugins/xworld/xworld.c
··· 34 34 (void) parameter; 35 35 36 36 /* no trailing slashes */ 37 - const char *dataPath = "/.rockbox/xworld"; 38 - const char *savePath = "/.rockbox/xworld"; 37 + const char *dataPath = ROCKBOX_DIR "/xworld"; 38 + const char *savePath = ROCKBOX_DIR "/xworld"; 39 39 g_debugMask = XWORLD_DEBUGMASK; 40 40 41 41 engine_create(&e, &sys, dataPath, savePath);