summaryrefslogtreecommitdiffstatshomepage
path: root/android-project
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-11-26 21:40:59 +1100
committer Vas Crabb <vas@vastheman.com>2019-11-26 21:40:59 +1100
commitb8b7c7e23231f76e25c6591e67241f7779f532fa (patch)
tree4bb65ed08c00eca278142a68afa2682634ff5641 /android-project
parent43953ea10a8a8678ca3ea1b64f57804b774e0751 (diff)
version bump (nw)mame0216
Diffstat (limited to 'android-project')
-rw-r--r--android-project/app/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android-project/app/src/main/AndroidManifest.xml b/android-project/app/src/main/AndroidManifest.xml
index 1974d532430..145b7bb3a4f 100644
--- a/android-project/app/src/main/AndroidManifest.xml
+++ b/android-project/app/src/main/AndroidManifest.xml
@@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.mamedev.mame"
- android:versionCode="215"
- android:versionName="0.215"
+ android:versionCode="216"
+ android:versionName="0.216"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->
0 * (nw) misc cleanup: Vas Crabb2018-11-041-36/+36 * HLSL Color Transforms and 3D LUT (#4043) Westley M. Martinez2018-10-0730-62/+228 * Port scanline modification to BGFX W. M. Martinez2018-09-1418-19/+68 * Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all sh... Miodrag Milanovic2017-12-01840-0/+0 * fix some typos (#2772) Martin Lindhe2017-11-036-6/+6 * -bgfx: Fixed xBR-lv2-multipass shader. [Ryan Holtz] MooglyGuy2017-06-1111-1/+2 * -bgfx: Fixed the following xBR shaders: xBR-lv2-fast, xBR-lv2-noblend, xBR-lv... MooglyGuy2017-06-1039-46/+1 * Fixed HQx shaders with BGFX OpenGL backend. Fixes for more shaders seem to be... MooglyGuy2017-05-189-0/+0 * update shaders (nw) Miodrag Milanovic2017-03-2984-0/+0 * Updates FSF address in a few files. (#2044) Luke Jones2017-02-063-6/+9 * Rebuild shaders, only metal is affected (nw) Miodrag Milanovic2017-02-05153-0/+0 * Fix for glsl (nw) Miodrag Milanovic2016-10-29227-0/+0 * Updated BGFX and BX and recompiled shaders (nw) Branimir Karadžić2016-10-29395-0/+0 * Reduced defocus effect to one pass (HLSL/BGFX) Jezze2016-10-226-16/+2 * Fixed aspect ratio of rounded corners (nw) Jezze2016-09-295-0/+0 * Fixed several small issues in HLSL/BGFX Jezze2016-09-2812-0/+4 * Fix GH#1364 [tabbycat12] therealmogminer@gmail.com2016-09-102-2/+2 * Update BGFX and BX packages and update MAME code to support new API (nw) Miodrag Milanovic2016-09-0310-0/+0 * - already fixed scanline issue also applied for swapped orientation (nw) Jezze2016-08-135-0/+0 * - updated shader binaries which have changed after the last BGFX update (nw) Jezze2016-08-13166-0/+0 * Added crt-geom and crt-geom-deluxe shaders for bgfx. Jeremy Green2016-07-0363-0/+572 * Small shader corrections (nw) ImJezze2016-06-2010-0/+0 * Fixed target scale of HQ3x and HQ4x chains (nw) ImJezze2016-06-182-2/+2 * Fixed scanlines if the screen output is less than twice the size of the host ...