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:
parent
d45afe5be1
commit
1c92eb22c3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
#include <lauxlib.h>
|
#include <lauxlib.h>
|
||||||
#include <lualib.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);
|
int load_ctr_lib(lua_State *L);
|
||||||
void unload_font_lib();
|
void unload_font_lib();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue