Skip to content

Commit

Permalink
Fixed SonicMastr#5
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicMastr committed Jul 3, 2021
1 parent 99c6503 commit cd6ef3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ int initVita2d()

int main()
{
sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DEFAULT);
sceIoMkdir("ux0:data/SubPlayer", 0777);
sceKernelLoadStartModule("app0:modules/libvita2d_sys.suprx", 0, SCE_NULL, 0, SCE_NULL, SCE_NULL);
vita2d_display_set_max_resolution(FRAMEBUF_WIDTH, FRAMEBUF_HEIGHT);
Expand Down

0 comments on commit cd6ef3e

Please sign in to comment.