mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Added ctr.gfx.getFPS, renamed ctr.hid.read to ctr.hid.keys, unload font from memory when exiting and did some cleaning
This commit is contained in:
parent
bea69d4e30
commit
b772a42d28
8 changed files with 42 additions and 19 deletions
|
|
@ -18,8 +18,8 @@ static int news_notification(lua_State *L) {
|
|||
bool jpeg = false;
|
||||
if (lua_isboolean(L, 4))
|
||||
jpeg = lua_toboolean(L, 4);
|
||||
|
||||
const u16* cTitle = 0;
|
||||
|
||||
const u16* cTitle = 0;
|
||||
const u16* cMessage = 0;
|
||||
u32 titleLength, messageLength, imageDataLength = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue