From ef0fc46ed80511c5aa624ace9aedff6d84b143ad Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 2 Oct 2024 00:51:07 +0300 Subject: [PATCH] wscript: allow async resolving for NSwitch --- wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/wscript b/wscript index 8bc64dcb..c14d2453 100644 --- a/wscript +++ b/wscript @@ -228,7 +228,6 @@ def configure(conf): elif conf.env.DEST_OS == 'nswitch': conf.options.NO_VGUI = True conf.options.GL = True - conf.options.NO_ASYNC_RESOLVE = True conf.options.USE_STBTT = True elif conf.env.DEST_OS == 'psvita': conf.options.NO_VGUI = True