mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
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
2 lines
315 B
Bash
Executable file
2 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
|