Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed the "main.lua" path to an absolute path.
It's much better on hardware. Really.
  • Loading branch information
firew0lf committed Aug 19, 2015
1 parent 94d69c6 commit d45afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.c
Expand Up @@ -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();
Expand Down

0 comments on commit d45afe5

Please sign in to comment.