More screenshots for README

This commit is contained in:
Xphalnos
2024-06-14 14:32:41 +02:00
parent e62690759d
commit eb22704771
10 changed files with 24 additions and 22 deletions

4
.gitmodules vendored
View File

@@ -51,10 +51,10 @@
url = https://github.com/zyantific/zydis.git
[submodule "externals/sirit"]
path = externals/sirit
url = https://github.com/raphaelthegreat/sirit
url = https://github.com/raphaelthegreat/sirit.git
[submodule "externals/xxhash"]
path = externals/xxhash
url = https://github.com/Cyan4973/xxHash.git
[submodule "externals/tracy"]
path = externals/tracy
url = https://github.com/shadps4-emu/tracy
url = https://github.com/shadps4-emu/tracy.git

View File

@@ -3,14 +3,16 @@ Comment: It is best to use this file to record copyright information about
generated, binary and third party files
Files: CMakeSettings.json
scripts/ps4_names.txt
documents/changelog.txt
documents/readme.txt
documents/Screenshots/screenshot.png
.github/shadps4.desktop
.github/shadps4.png
.gitmodules
src/images/shadps4.ico
documents/changelog.txt
documents/readme.txt
documents/Screenshots/screenshot.png
documents/Screenshots/Sonic Mania.png
documents/Screenshots/We are DOOMED.png
externals/stb_image.h
externals/tracy/*
src/images/controller_icon.png
src/images/exit_icon.png
src/images/file_icon.png
@@ -24,16 +26,16 @@ Files: CMakeSettings.json
src/images/refresh_icon.png
src/images/settings_icon.png
src/images/stop_icon.png
src/images/shadps4.ico
src/images/themes_icon.png
src/images/flag_jp.png
src/images/flag_eu.png
src/images/flag_us.png
src/images/flag_china.png
src/images/flag_world.png
src/images/flag_unk.png
src/shadps4.rc
src/images/flag_jp.svg
src/images/flag_eu.svg
src/images/flag_us.svg
src/images/flag_china.svg
src/images/flag_world.svg
src/images/flag_unk.svg
src/shadps4.qrc
externals/stb_image.h
externals/tracy/*
src/shadps4.rc
scripts/ps4_names.txt
Copyright: shadPS4 Emulator Project
License: GPL-2.0-or-later

View File

@@ -10,7 +10,7 @@ if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
endif()
project(shadps4)
project(shadPS4)
option(ENABLE_QT_GUI "Enable the Qt GUI. If not selected then the emulator uses a minimal SDL-based UI instead" OFF)

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB