mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 14:28:47 +00:00
Makefile.shaders - add OSX detection
This commit is contained in:
parent
9ed10c5aaf
commit
e62c76c9b3
@ -19,6 +19,10 @@ ifeq ($(shell uname), Linux)
|
||||
PYTHON2 = python2
|
||||
PYTHON3 = python
|
||||
GIT = git
|
||||
else ifeq ($(shell uname), osx)
|
||||
PYTHON2 = python2
|
||||
PYTHON3 = python
|
||||
GIT = git
|
||||
else
|
||||
PYTHON2 = python2.exe
|
||||
PYTHON3 = python.exe
|
||||
|
@ -1,6 +1,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.retroarch"
|
||||
android:versionCode="13"
|
||||
android:versionCode="14"
|
||||
android:versionName="0.9.9" >
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
|
||||
|
Loading…
Reference in New Issue
Block a user