1
0
Fork 0
forked from len0rd/rockbox

Export runtime detected paths to lua scripts. Adapt stopwatch to not use

hardcoded path.

Change-Id: I5b843002d63a332b3fad02973d00b9863d283062
This commit is contained in:
Thomas Martitz 2012-01-29 21:55:26 +01:00
parent 112bc71a0c
commit 7728ff5912
2 changed files with 12 additions and 2 deletions

View file

@ -25,7 +25,7 @@
require "actions"
require "buttons"
STOPWATCH_FILE = "/.rockbox/rocks/apps/stopwatch.dat"
STOPWATCH_FILE = rb.PLUGIN_APPS_DATA_DIR .. "/stopwatch.dat"
local LapsView = {