mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-29 01:09:30 +00:00
Updated all the libs, added citro3d, added ctr.swkbd (WIP, untested)
This commit is contained in:
parent
68a44645f7
commit
49c87e5526
97 changed files with 7341 additions and 944 deletions
|
|
@ -64,7 +64,7 @@ int texture_atlas_insert(texture_atlas *atlas, unsigned int character, const voi
|
|||
}
|
||||
}
|
||||
|
||||
GSPGPU_FlushDataCache(atlas->tex->data, atlas->tex->data_size);
|
||||
GSPGPU_FlushDataCache(atlas->tex->tex.data, atlas->tex->tex.size);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue