diff --git a/Projects/Android/AndroidManifest.xml b/Projects/Android/AndroidManifest.xml index 3abd1aa..8c84bd2 100644 --- a/Projects/Android/AndroidManifest.xml +++ b/Projects/Android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="12" + android:versionName="1.0.1" android:installLocation="auto" > diff --git a/Projects/Android/jni/Quake2VR/Q2VR_SurfaceView.c b/Projects/Android/jni/Quake2VR/Q2VR_SurfaceView.c index be01c60..c863162 100644 --- a/Projects/Android/jni/Quake2VR/Q2VR_SurfaceView.c +++ b/Projects/Android/jni/Quake2VR/Q2VR_SurfaceView.c @@ -77,8 +77,8 @@ PFNEGLGETSYNCATTRIBKHRPROC eglGetSyncAttribKHR; #endif //Let's go to the maximum! -int CPU_LEVEL = 2; -int GPU_LEVEL = 3; +int CPU_LEVEL = 4; +int GPU_LEVEL = 4; int NUM_MULTI_SAMPLES = 1; float SS_MULTIPLIER = 1.25f; diff --git a/Projects/Android/jni/quake2/src/common/header/common.h b/Projects/Android/jni/quake2/src/common/header/common.h index d3ad25f..1b8fa7b 100644 --- a/Projects/Android/jni/quake2/src/common/header/common.h +++ b/Projects/Android/jni/quake2/src/common/header/common.h @@ -32,7 +32,7 @@ #include "shared.h" #include "crc.h" -#define Q2QVERSION "1.0.0" +#define Q2QVERSION "1.0.1" #define YQ2VERSION "7.41" #define BASEDIRNAME "Quake2Quest" diff --git a/assets/commandline.txt b/assets/commandline.txt index 557fe51..8979ebf 100644 --- a/assets/commandline.txt +++ b/assets/commandline.txt @@ -1 +1 @@ -quake2 --supersampling 1.5 \ No newline at end of file +quake2 --supersampling 1.4 \ No newline at end of file