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

I hate my job.

I forgot the "/3ds/" in the path >.<
This commit is contained in:
Firew0lf 2015-08-20 00:39:52 +02:00
parent d45afe5be1
commit 1c92eb22c3

View file

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