1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-28 00:39:30 +00:00

Added missing dependicies

This commit is contained in:
Reuh 2015-08-17 21:10:54 +02:00
parent 03baa21c10
commit ebcd9f00ed
47 changed files with 18405 additions and 0 deletions

17
libs/3ds_portlibs/TODO.md Normal file
View file

@ -0,0 +1,17 @@
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.