1
0
Fork 0
forked from len0rd/rockbox

lua move strip_extension and create_numbered_filename out of main binary

rb.strip_extension and rb.create_numbered_filename
have been moved to include_lua/files.lua
to use simply add require('files') to your script

Change-Id: I95af7b312c8614cb10da4b71b22714b3e282e08a
This commit is contained in:
William Wilgus 2019-09-27 20:08:58 -05:00
parent 4fb783582f
commit 01cccaf2d2
4 changed files with 64 additions and 1 deletions

View file

@ -109,8 +109,10 @@ my @forbidden_functions = ('^atoi$',
'^plugin_get_current_filename$',
'^plugin_release_audio_buffer$',
'^reload_directory$',
'^settings_save$',
'^set_current_file$',
'^set_dirfilter$',
'^show_logo$',
'^sleep$',
'^system_memory_guard$',
'^system_sound_play$',