Version 1.2.0

This commit is contained in:
Florian Märkl 2020-04-26 19:49:04 +02:00
commit 143566840f
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
3 changed files with 6 additions and 5 deletions

View file

@ -14,8 +14,8 @@ option(CHIAKI_GUI_ENABLE_SDL_GAMECONTROLLER "Use SDL Gamecontroller for Input" O
option(CHIAKI_CLI_ARGP_STANDALONE "Search for standalone argp lib for CLI" OFF)
set(CHIAKI_VERSION_MAJOR 1)
set(CHIAKI_VERSION_MINOR 1)
set(CHIAKI_VERSION_PATCH 3)
set(CHIAKI_VERSION_MINOR 2)
set(CHIAKI_VERSION_PATCH 0)
set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH})
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

View file

@ -8,7 +8,7 @@
[![Travis Build Status](https://travis-ci.com/thestr4ng3r/chiaki.svg?branch=master)](https://travis-ci.com/thestr4ng3r/chiaki) [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/dnj9cmx5mmaaawer?svg=true)](https://ci.appveyor.com/project/thestr4ng3r/chiaki) [![builds.sr.ht Status](https://builds.sr.ht/~thestr4ng3r/chiaki.svg)](https://builds.sr.ht/~thestr4ng3r/chiaki?)
Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote Play
for Linux, Android, macOS, Windows and potentially even more platforms.
for Linux, FreeBSD, OpenBSD, Android, macOS, Windows and potentially even more platforms.
![Screenshot](assets/screenshot.png)
@ -19,8 +19,9 @@ registration and wakeup of the console, is supported.
The following features however are yet to be implemented:
* Congestion Control
* H264 Error Concealment (FEC and active error recovery however are implemented)
* Touchpad support (Triggering the Touchpad Button is currently possible by pressing `T` on the keyboard)
* Touchpad support (Triggering the Touchpad Button is currently possible from the keyboard though)
* Rumble
* Accelerometer/Gyroscope
## Installing

View file

@ -24,7 +24,7 @@ android {
applicationId "com.metallic.chiaki"
minSdkVersion 21
targetSdkVersion 29
versionCode 4
versionCode 5
versionName chiakiVersion
externalNativeBuild {
cmake {