mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 19:18:53 +08:00
improve awtk_main.inc
This commit is contained in:
parent
fb7614496c
commit
be386f20b5
@ -192,6 +192,8 @@ int main(int argc, char* argv[]) {
|
||||
assets_manager_set_res_root(assets_manager(), "");
|
||||
log_debug("Load assets from zip: %s\n", ASSETS_ZIP);
|
||||
assets_manager_set_loader(assets_manager(), asset_loader_zip_create(ASSETS_ZIP));
|
||||
#elif defined(ASSETS_CUSTOM_INIT)
|
||||
ASSETS_CUSTOM_INIT();
|
||||
#endif /*ASSETS_ZIP*/
|
||||
|
||||
#if defined(WITH_LCD_PORTRAIT)
|
||||
|
Loading…
Reference in New Issue
Block a user