Skip to content

Commit

Permalink
Adapted for latest vitaGL commit support.
Browse files Browse the repository at this point in the history
Rinnegatamante committed Feb 2, 2021
1 parent 459dd37 commit c4f9627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SysVita/main.cpp
Original file line number Diff line number Diff line change
@@ -412,7 +412,7 @@ static void Initialize()
start_net();

// Initializing vitaGL
vglInitExtended(SCR_WIDTH, SCR_HEIGHT, 0x1800000, (SceGxmMultisampleMode)gAntiAliasing);
vglInitExtended(0, SCR_WIDTH, SCR_HEIGHT, 0x1800000, (SceGxmMultisampleMode)gAntiAliasing);
vglUseVram(gUseCdram);
vglWaitVblankStart(gUseVSync);

0 comments on commit c4f9627

Please sign in to comment.