mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-11 21:23:14 +00:00
Various changes
This commit is contained in:
parent
323e66f765
commit
309e90783e
8 changed files with 26 additions and 19 deletions
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue