mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
6646605778
added comiled lowmem version with ASCII only add lowmem atlas, this is the automatically generated file from the atlastool remove nofont generated *.cpp and only add the first 127 bytes of ASCII to the lowmem generation configuration For Qt only: using platform independent usleep and load lowmem atlas map
3 lines
315 B
Bash
Executable File
3 lines
315 B
Bash
Executable File
./native/tools/build/atlastool atlasscript.txt ui 8888 && cp ui_atlas.zim assets && mv ui_atlas.zim android/assets && mv ui_atlas.cpp ui_atlas.h UI
|
|
./native/tools/build/atlastool atlasscript_lowmem.txt ui 8888 && mv ui_atlas.zim assets/ui_atlas_lowmem.zim && mv ui_atlas.cpp UI/ui_atlas_lowmem.cpp && rm ui_atlas.h
|