Skip to content

Commit

Permalink
Add new dependencies of VitaGL
Browse files Browse the repository at this point in the history
  • Loading branch information
v-atamanenko committed Jul 15, 2022
1 parent c237906 commit 77c043c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ else()
vitaGL
vitashark
SceShaccCg_stub
SceShaccCgExt
taihen_stub
)
set(SDL_LIBS
SDL2d # Name to be changed to normal when Northfear's fork is merged
Expand Down
1 change: 0 additions & 1 deletion loader/utils/loading_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ void loading_screen_run_assets_preloader() {
vita2d_init();
font = vita2d_load_default_pgf();
size_t n = sizeof(intro_preloader)/sizeof(intro_preloader[0]);
fprintf(stderr, "Size: %i\n", n);

for (int z = 0; z < n; z++) {
int w = vita2d_pgf_text_width(font, 1.0f, intro_preloader[z].text);
Expand Down

0 comments on commit 77c043c

Please sign in to comment.