1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

eLua - add autorun files for WOFS, SEMIFS

This commit is contained in:
ecdr 2013-10-22 23:42:36 -07:00
parent 1f52524f1b
commit a1338556ca

View File

@ -38,6 +38,14 @@ const char *boot_order[] = {
"/rom/autorun.lua",
"/rom/autorun.lc",
#endif
#if defined(BUILD_WOFS)
"/wo/autorun.lua",
"/wo/autorun.lc",
#endif
#if defined(BUILD_SEMIFS)
"/semi/autorun.lua",
"/semi/autorun.lc",
#endif
};
extern char etext[];