1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00
ctruLua/libs/3ds_portlibs/TODO.md
2015-08-17 21:10:54 +02:00

17 lines
338 B
Markdown

TODO
====
List of things to get done.
General
-------
* Change `-mfloat-abi=softfp` to `-mfloat-abi=hard` when new devkitARM is
released.
SQLite
------
* Implement `sqlite3_os_init` and `sqlite3_os_end`, or replace
`-DSQLITE_OS_OTHER=1` with `-DSQLITE_OS_UNIX=1`?
* Remove `--disable-threadsafe` and implement locking mechanism.