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:
parent
112bc71a0c
commit
7728ff5912
2 changed files with 12 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue