mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
Actually use the commonargs version for [6.0.0+] with web.
This commit is contained in:
parent
977bb9d7e8
commit
cf8bb1e045
@ -79,7 +79,9 @@ static void _webArgInitialize(WebCommonConfig* config, AppletId appletid, WebShi
|
|||||||
config->appletid = appletid;
|
config->appletid = appletid;
|
||||||
|
|
||||||
u32 hosver = hosversionGet();
|
u32 hosver = hosversionGet();
|
||||||
if (hosver >= MAKEHOSVERSION(5,0,0))
|
if (hosver >= MAKEHOSVERSION(6,0,0))
|
||||||
|
config->version = 0x60000;
|
||||||
|
else if (hosver >= MAKEHOSVERSION(5,0,0))
|
||||||
config->version = 0x50000;
|
config->version = 0x50000;
|
||||||
else if (hosver >= MAKEHOSVERSION(3,0,0))
|
else if (hosver >= MAKEHOSVERSION(3,0,0))
|
||||||
config->version = 0x30000;
|
config->version = 0x30000;
|
||||||
|
Loading…
Reference in New Issue
Block a user