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 // Load the .so
static static
{ {
System.loadLibrary( "gpgs_support" );
System.loadLibrary( "xash" ); System.loadLibrary( "xash" );
} }