1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

Changed the "main.lua" path to an absolute path.

It's much better on hardware. Really.
This commit is contained in:
Firew0lf 2015-08-20 00:27:51 +02:00
parent 94d69c646c
commit d45afe5be1

View file

@ -6,7 +6,7 @@
#include <lauxlib.h>
#include <lualib.h>
#define BOOT_FILE "/ctruLua/main.lua"
#define BOOT_FILE "sdmc:/ctruLua/main.lua"
int load_ctr_lib(lua_State *L);
void unload_font_lib();