2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

XashActivity: remove gpgs_support

This commit is contained in:
Alibek Omarov 2019-05-06 19:12:25 +03:00
parent 0aaf624cd7
commit 688fc87f48

View File

@ -98,7 +98,6 @@ public class XashActivity extends Activity {
// Load the .so
static
{
System.loadLibrary( "gpgs_support" );
System.loadLibrary( "xash" );
}