mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Version 1.2.0
This commit is contained in:
parent
4ac29127cc
commit
143566840f
3 changed files with 6 additions and 5 deletions
|
@ -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)
|
option(CHIAKI_CLI_ARGP_STANDALONE "Search for standalone argp lib for CLI" OFF)
|
||||||
|
|
||||||
set(CHIAKI_VERSION_MAJOR 1)
|
set(CHIAKI_VERSION_MAJOR 1)
|
||||||
set(CHIAKI_VERSION_MINOR 1)
|
set(CHIAKI_VERSION_MINOR 2)
|
||||||
set(CHIAKI_VERSION_PATCH 3)
|
set(CHIAKI_VERSION_PATCH 0)
|
||||||
set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH})
|
set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH})
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
[](https://travis-ci.com/thestr4ng3r/chiaki) [](https://ci.appveyor.com/project/thestr4ng3r/chiaki) [](https://builds.sr.ht/~thestr4ng3r/chiaki?)
|
[](https://travis-ci.com/thestr4ng3r/chiaki) [](https://ci.appveyor.com/project/thestr4ng3r/chiaki) [](https://builds.sr.ht/~thestr4ng3r/chiaki?)
|
||||||
|
|
||||||
Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote Play
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -19,8 +19,9 @@ registration and wakeup of the console, is supported.
|
||||||
The following features however are yet to be implemented:
|
The following features however are yet to be implemented:
|
||||||
* Congestion Control
|
* Congestion Control
|
||||||
* H264 Error Concealment (FEC and active error recovery however are implemented)
|
* 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
|
* Rumble
|
||||||
|
* Accelerometer/Gyroscope
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ android {
|
||||||
applicationId "com.metallic.chiaki"
|
applicationId "com.metallic.chiaki"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 4
|
versionCode 5
|
||||||
versionName chiakiVersion
|
versionName chiakiVersion
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue