diff --git a/README.md b/README.md index 9a9c479..46accf2 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ The project is in its early stage. Licensed under the MIT license. --- -Graphics for PS5 is under development. - -It is possible to run some simple games for PS4 +It is possible to run some simple games for PS4 and homebrews for PS5 There maybe graphics glitches, crashes, freezes and low FPS. It's OK for now. @@ -28,7 +26,10 @@ System parameters (language, date format, etc.) are also hardcoded. --- ### Screenshots +#### PS4 +#### PS5 + --- ### Building @@ -67,3 +68,9 @@ If you would like to support the project: - Bitcoin: bc1qd66pjk3xj3hzvm379uxy470n533nnt2deenpea + +## Hire me + +**I'm available for hiring.** If you need C++ developer, please take a look at my [profile](https://github.com/InoriRus) and contact me by email + +**Я в поисках работы.** Если вам нужен разработчик C++, пишите мне на почту. \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 8a3b451..2df1034 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.1.13.build-{build} +version: 0.2.0.build-{build} image: Visual Studio 2019 environment: matrix: diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 949edf5..96ce5d8 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -82,7 +82,7 @@ if (KYTY_LINKER STREQUAL LD) set(KYTY_LD_OPTIONS "-Wl,--image-base=0x100000000000") endif() -project(Kyty${KYTY_PROJECT_NAME}${CMAKE_BUILD_TYPE}${KYTY_COMPILER} VERSION 0.1.13) +project(Kyty${KYTY_PROJECT_NAME}${CMAKE_BUILD_TYPE}${KYTY_COMPILER} VERSION 0.2.0) include(src_script.cmake)