mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-08 20:58:41 +00:00
Various changes
This commit is contained in:
4
.github/workflows/windows-qt.yml
vendored
4
.github/workflows/windows-qt.yml
vendored
@@ -26,10 +26,10 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
arch: win64_msvc2019_64
|
||||
version: 6.7.0
|
||||
version: 6.7.1
|
||||
|
||||
- name: Configure CMake
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
|
||||
16
.gitmodules
vendored
16
.gitmodules
vendored
@@ -1,19 +1,15 @@
|
||||
[submodule "externals/discord-rpc"]
|
||||
path = externals/discord-rpc
|
||||
url = https://github.com/shadps4-emu/ext-discord-rpc.git
|
||||
branch = master
|
||||
[submodule "externals/cryptopp-cmake"]
|
||||
path = externals/cryptopp-cmake
|
||||
url = https://github.com/shadps4-emu/ext-cryptopp-cmake.git
|
||||
branch = master
|
||||
[submodule "externals/cryptopp"]
|
||||
path = externals/cryptopp
|
||||
url = https://github.com/shadps4-emu/ext-cryptopp.git
|
||||
branch = master
|
||||
[submodule "externals/cryptoppwin"]
|
||||
path = externals/cryptoppwin
|
||||
url = https://github.com/shadps4-emu/ext-cryptoppwin.git
|
||||
branch = main
|
||||
[submodule "externals/zlib-ng"]
|
||||
path = externals/zlib-ng
|
||||
url = https://github.com/shadps4-emu/ext-zlib-ng.git
|
||||
@@ -25,22 +21,22 @@
|
||||
url = https://github.com/shadps4-emu/ext-fmt.git
|
||||
[submodule "externals/vulkan-headers"]
|
||||
path = externals/vulkan-headers
|
||||
url = https://github.com/KhronosGroup/Vulkan-Headers
|
||||
url = https://github.com/KhronosGroup/Vulkan-Headers.git
|
||||
[submodule "externals/vma"]
|
||||
path = externals/vma
|
||||
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
|
||||
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
||||
[submodule "externals/glslang"]
|
||||
path = externals/glslang
|
||||
url = https://github.com/KhronosGroup/glslang
|
||||
url = https://github.com/KhronosGroup/glslang.git
|
||||
[submodule "externals/robin-map"]
|
||||
path = externals/robin-map
|
||||
url = https://github.com/Tessil/robin-map
|
||||
url = https://github.com/Tessil/robin-map.git
|
||||
[submodule "externals/boost"]
|
||||
path = externals/boost
|
||||
url = https://github.com/raphaelthegreat/ext-boost
|
||||
url = https://github.com/raphaelthegreat/ext-boost.git
|
||||
[submodule "externals/xbyak"]
|
||||
path = externals/xbyak
|
||||
url = https://github.com/herumi/xbyak
|
||||
url = https://github.com/herumi/xbyak.git
|
||||
[submodule "externals/winpthreads"]
|
||||
path = externals/winpthreads
|
||||
url = https://github.com/shadps4-emu/winpthreads.git
|
||||
|
||||
17
README.md
17
README.md
@@ -7,9 +7,11 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
shadPS4 is an early PS4 emulator for Windows and Linux written in C++
|
||||
|
||||
[](https://www.youtube.com/watch?v=AAHoNzhHyCU)
|
||||
|
||||
To discuss shadPS4 development or suggest ideas, join the [Discord server](https://discord.gg/MyZRaBngxA)
|
||||
|
||||
Check us on [twitter](https://twitter.com/shadps4)
|
||||
Check us on [X (twitter)](https://x.com/shadps4)
|
||||
|
||||
# Status
|
||||
|
||||
@@ -33,8 +35,17 @@ Check building instructions in [Linux build](https://github.com/shadps4-emu/shad
|
||||
|
||||
|Platform|Build status|
|
||||
|--------|------------|
|
||||
|Windows SDL build|[](https://github.com/shadps4-emu/shadPS4/actions/workflows/windows.yml)
|
||||
|Linux SDL build|[](https://github.com/shadps4-emu/shadPS4/actions/workflows/linux.yml)
|
||||
|Windows SDL Build|[](https://github.com/shadps4-emu/shadPS4/actions/workflows/windows.yml)
|
||||
|Windows Qt Build|[](https://github.com/shadps4-emu/shadPS4/actions/workflows/windows-qt.yml)
|
||||
|Linux SDL Build|[](https://github.com/shadps4-emu/shadPS4/actions/workflows/linux.yml)
|
||||
|Linux Qt Build|[](https://github.com/shadps4-emu/shadPS4/actions/workflows/linux-qt.yml)
|
||||
|
||||
# Executing a program
|
||||
|
||||
You can copy and paste the path to the CMD or drag the executable file to the application.
|
||||
```
|
||||
C:\Users\******\shadPS4.exe C:\******\game_eboot.bin
|
||||
```
|
||||
|
||||
# Main team
|
||||
|
||||
|
||||
2
externals/glslang
vendored
2
externals/glslang
vendored
Submodule externals/glslang updated: effcbf7893...2b19bf7e1b
2
externals/magic_enum
vendored
2
externals/magic_enum
vendored
Submodule externals/magic_enum updated: a2077c01c3...db0b726c05
2
externals/vulkan-headers
vendored
2
externals/vulkan-headers
vendored
Submodule externals/vulkan-headers updated: 5677bafb82...192d051db3
2
externals/xxhash
vendored
2
externals/xxhash
vendored
Submodule externals/xxhash updated: e9455b2c20...ac3a25da3d
Binary file not shown.
|
Before Width: | Height: | Size: 810 KiB |
Reference in New Issue
Block a user