rafael-57
5f9abd1db4
Add info for QT Multimedia ( #1886 )
...
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
QT Multimedia is mandatory for building on Windows, and it's not mentioned in the guide.
2024-12-26 01:55:15 +02:00
squidbus
40e8a40ada
externals: Add MoltenVK as an external. ( #1767 )
2024-12-14 10:20:04 +02:00
DanielSvoboda
07f451650f
Help - improvement ( #1522 )
...
* Help - improvement
* Adding shadow below icons
* Adding keys icon + Update changelog
* color according to the selected theme
* submenu 'Keys and Shortcuts'
* clang
* +
* remove keys_shortcuts
---------
Co-authored-by: ¥IGA <164882787+Xphalnos@users.noreply.github.com>
2024-12-09 18:47:26 +02:00
¥IGA
57e762468f
Fix + documentation update ( #1689 )
2024-12-07 23:27:57 +02:00
Richard Habitzreuter
7fbe15de28
Missing dependency on building-windows.md ( #1658 )
...
* Missing dependency on building-windows.md
* Update building-windows.md
2024-12-05 23:09:43 +02:00
Vinicius Rangel
2002e37ce9
Allow shader patching ( #1633 )
2024-11-30 20:15:55 +01:00
¥IGA
f0ee3919e0
improved documentation + better toolbar icons ( #1364 )
2024-10-13 15:03:19 +03:00
Pavel
1e16fe5349
clarification of PC Requirements ( #1357 )
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
2024-10-12 21:33:45 +03:00
Lander Gallastegi
0be0f18764
Fix fedora packages ( #1174 )
2024-10-01 07:53:36 +03:00
Lander Gallastegi
afe32d1e03
documentation: fix Linux build instructions ( #1107 )
...
* Fix linux build instructions
* Validation layers and arch linux packages
2024-09-30 14:25:49 +03:00
¥IGA
bc6c0de76d
Better screenshots for 0.3.0 + misc changes ( #1122 )
...
* Better screenshots for 0.3.0 + misc changes
* Update BloodBorne screenshot
2024-09-28 16:17:11 +03:00
DanielSvoboda
a5298c4025
Update Quickstart.md ( #1112 )
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
2024-09-27 18:16:22 +03:00
tGecko
54e2179337
Add playback of background/title music in game list ( #1033 )
...
* add playback of background/title music
* clang_format
* add windows multimedia build instructions
* fix typo accidentally made to arm
* address comments
* loop music
* feedback
* fix CI
* add newline
* playBGM off by default
---------
Co-authored-by: Charles <charles@superfocus.ai>
2024-09-26 09:12:41 +03:00
Zack McKevitt
96f7a75f38
Redefined ffmpeg's av_err2str macro to be c++ friendly ( #815 )
...
* Fixed compiler error for av_err2string by redefining in c++ friendly way
* removed link from comment, putting in PR
* fixed formatting
* Minor fix: enable qt gui to find PKG files with lowercase extension .pkg
* Added missing dependencies and instructions for enabling QT for linux builds
2024-09-09 00:30:18 +03:00
georgemoralis
a886b44347
Merge pull request #740 from LeDragoX/complete-msys2
...
docs: update SDL and Qt steps for MSYS2
2024-09-03 11:59:28 +03:00
squidbus
bf7a91b5f7
Note macOS and Xcode version requirements.
2024-09-02 23:19:22 -07:00
squidbus
3cb16d9c4f
Add macOS build guide.
2024-09-02 22:26:39 -07:00
Plínio Larrubia
cf9ec6548c
docs: fix sdl and qt steps for MSYS2
...
- Add required dependencies
- Add Qt steps
- Fix README typo
2024-09-02 21:31:41 -03:00
tGecko
990da7edcc
DOCS: Correct and expand windows build instructions ( #617 )
...
* correct and expand windows build instructions
* fix numbering
* remove instructions to clone a different branch
2024-08-28 13:10:04 +03:00
Xphalnos
d4be3dbb31
Lot of small fixes
2024-08-22 18:01:30 +02:00
georgemoralis
dfd305ff77
Update Debugging.md
...
fixed reuse
2024-08-21 22:16:03 +03:00
Sebastian Kassai
ba0a6ab038
Expand documentation on configuration and debugging ( #513 )
...
* documents: more info on config.toml
* documents: add Debugging
* documents: link to Debugging in README
* documents: link to main branch for Debugging
Once it's merged, it should link properly.
Quickstart already exists in main.
* documents: remove "troubleshooting" from Debugging
Not entirely relevant.
* documents: elaborate on a few points with stack traces
* documents: formatting, indentation fixup
* documents: remove unnecessary indent
* documents: fix some inline code blocks + misc
* documents: move the technical jargon out of Quickstart
* documents: improve configuration sections
Simplified the Quickstart config listing, added more technical info to the Debugging listing.
* documents: link quickstart config link to proper section
* documents: something ate my hash symbol
* documents: use *:Critical for log silencing example
* documents: add note about Start Without Debugging
* documents: use correct CUSA code in example
2024-08-21 22:13:06 +03:00
jdp_
34a1339a2b
Allow builds on MSYS2 & improve Windows build steps documentation
2024-08-20 14:27:26 -04:00
SleepingSnakezzz
ab56665d4b
Update latest build instructions.md ( #385 )
...
Expands on the existing instructions for more clarity.
2024-08-08 23:43:21 +03:00
Xphalnos
820498c663
Adding Bloodborne screenshot
2024-07-10 19:49:22 +02:00
TreezZ
d156dda7b6
Update building-linux.md with thread numbers ( #275 )
...
Final-ish (?)
2024-07-10 02:24:42 +03:00
TreezZ
64e283c948
Update building-linux.md with full instructions ( #260 )
...
* Update building-linux.md with full instructions
* Update documents/building-linux.md
Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com>
* Update documents/building-linux.md
Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com>
* Update building-linux.md with build-essentials
* Update building-linux.md
---------
Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com>
2024-07-08 12:25:04 +03:00
Xphalnos
444e4d5336
Quickstart
2024-06-24 20:40:24 +02:00
Xphalnos
3f657b5f36
Quickstart
2024-06-24 20:34:06 +02:00
Xphalnos
d1f409f373
Screenshots
2024-06-14 14:59:22 +02:00
Xphalnos
eb22704771
More screenshots for README
2024-06-14 14:32:41 +02:00
Xphalnos
ac0d073050
Improve Building and Readme
2024-06-11 21:29:29 +02:00
Xphalnos
d52f8dbcad
Adding screenshot
2024-06-04 23:05:03 +02:00
Xphalnos
235b6e8781
Readme: improvements ( #121 )
...
* Update README.md
* Minor fixes
* Update building-windows.md
* Update linux_building.md
* Update readme.txt
* Build status
* Add psucien
2024-05-03 15:49:13 +03:00
Xphalnos
f54e1f39cb
URL migration for Build
...
I forwarded the URL for Build ShadPS4 from georgemoralis to shadps4-emu. As the old link was archived, this will allow the document to be modified. I also updated the versions for Windows.
2024-03-30 08:34:44 +01:00
georgemoralis
4980aa3fd5
pushed v.0.0.3 version - codename salad
2024-03-23 09:43:03 +02:00
GPUCode
584b7d2b15
chore: Make shadps4 REUSE compliant
2024-02-23 23:33:43 +02:00
georgemoralis
f77fd1a342
updated changelog for v0.0.2
2023-10-21 21:45:49 +03:00
georgemoralis
1e18efcd05
misc
2023-10-09 16:54:10 +03:00
georgemoralis
1395fd4939
v0.0.1 release files
2023-09-29 08:40:30 +03:00
georgemoralis
c9d2c92001
Update building-windows.md
...
update windows building notes
2023-09-29 06:37:22 +03:00
georgemoralis
0fd5f32695
Update and rename linux_building to linux_building.md
2023-08-08 22:29:51 +03:00
georgemoralis
4a4b93e454
Create linux_building
2023-08-08 22:29:16 +03:00
georgemoralis
947603e0e2
Update building-windows.md
2023-07-24 12:20:39 +03:00
georgemoralis
f1ab579022
Create building-windows.md
...
vstudio 2002 instructions
2023-07-21 11:05:31 +03:00