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:
parent
1f52524f1b
commit
a1338556ca
@ -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[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user