Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InoriRus committed Aug 18, 2022
1 parent a753022 commit e664614
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -28,7 +26,10 @@ System parameters (language, date format, etc.) are also hardcoded.

---
### Screenshots
#### PS4
<img src="https://user-images.githubusercontent.com/7149418/169674296-4185e2da-99f9-4073-8ca9-19dc124c7459.png" width="400"> <img src="https://user-images.githubusercontent.com/7149418/169674298-df817d95-7288-46fe-a040-3c0a40c29a6b.png" width="400"> <img src="https://user-images.githubusercontent.com/7149418/169674301-37a3f947-76cd-4a9b-8c81-adec3d5d9c59.png" width="400"> <img src="https://user-images.githubusercontent.com/7149418/169674303-13edae7d-24d3-4ec6-ba94-586e13c69df5.png" width="400">
#### PS5
<img src="https://user-images.githubusercontent.com/7149418/185373811-3c12178d-d924-4da1-be7a-06ff6cb733b7.png" width="800">

---
### Building
Expand Down Expand Up @@ -67,3 +68,9 @@ If you would like to support the project:
- Bitcoin: bc1qd66pjk3xj3hzvm379uxy470n533nnt2deenpea

<img src="https://user-images.githubusercontent.com/7149418/181066559-7f35befb-ad23-480c-9a75-3b663b1b9957.png" width="200">

## 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++, пишите мне на почту.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.13.build-{build}
version: 0.2.0.build-{build}
image: Visual Studio 2019
environment:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e664614

Please sign in to comment.