1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

-Remote deploy now uses FS over USB on Android, super fast!

This commit is contained in:
Juan Linietsky
2016-01-20 00:29:34 -03:00
parent 891e31b139
commit c9580965ea
4 changed files with 46 additions and 4 deletions

View File

@@ -34,9 +34,9 @@
#define DEBUG_PRINT(m_p) print_line(m_p)
//#define DEBUG_PRINT(m_p) print_line(m_p)
//#define DEBUG_TIME(m_what) printf("MS: %s - %lli\n",m_what,OS::get_singleton()->get_ticks_usec());
//#define DEBUG_PRINT(m_p)
#define DEBUG_PRINT(m_p)
#define DEBUG_TIME(m_what)