mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
338 B
338 B
TODO
List of things to get done.
General
- Change
-mfloat-abi=softfpto-mfloat-abi=hardwhen new devkitARM is released.
SQLite
- Implement
sqlite3_os_initandsqlite3_os_end, or replace-DSQLITE_OS_OTHER=1with-DSQLITE_OS_UNIX=1? - Remove
--disable-threadsafeand implement locking mechanism.