mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Enable XASH_SDL by default
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
|
||||
APP_STL := stlport_static
|
||||
|
||||
XASH_SDL ?= 1
|
||||
|
||||
ifeq ($(XASH_SDL),1)
|
||||
APP_PLATFORM := android-12
|
||||
else
|
||||
|
||||
@@ -21,8 +21,8 @@ public class LauncherActivity extends Activity {
|
||||
|
||||
public void startXash(View view)
|
||||
{
|
||||
//Intent intent = new Intent(this, org.libsdl.app.SDLActivity.class);
|
||||
Intent intent = new Intent(this, in.celest.xash3d.XashActivity.class);
|
||||
Intent intent = new Intent(this, org.libsdl.app.SDLActivity.class);
|
||||
//Intent intent = new Intent(this, in.celest.xash3d.XashActivity.class);
|
||||
EditText cmdArgs = (EditText)findViewById(R.id.cmdArgs);
|
||||
String sArgv = cmdArgs.getText().toString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user