Commit graph

69 commits

Author SHA1 Message Date
¥IGA feb418f34a improved documentation + better toolbar icons (#1364) 2024-10-13 15:03:19 +03:00
fireph f64d3cea56 Add support to click touchpad using back button on non PS4/5 controllers (#1258)
* Working touchpad support

Tested on PS5 controller plugged in via USB.

* fix lint

* Add support to click touchpad using back button on other controllers

Takes the back button and allows the user to change the behavior of how it clicks the touchpad. The current options are left, right, center, and none.

* add description text

* make more generic so translations can be supported in combobox

* fix lint

* linter again

* support back button to touchpad for spacebar as well

* linter at it again
2024-10-08 09:15:30 +03:00
squidbus 106c3ea619 vulkan: Use dynamic vertex buffer strides when dynamic bindings unavailable. (#1164) 2024-10-01 09:54:06 +03:00
¥IGA 79e39b4c79 Remove dead Links from readme (#1135) 2024-09-29 00:01:15 +03:00
¥IGA 515ae97d2b 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
SaynedBread c8d29aa1ec docs(README): gave the macOS build instructions section fancy Markdown formatting (#1005) 2024-09-25 12:22:09 +03:00
SleepingSnakezzz e723ef11f8 Adding Kofi page link to the readme (#1044) 2024-09-23 21:15:14 +03:00
SleepingSnakezzz 5ab6ce8129 Update Discord invite link.md (#994)
I missed one last time :P
2024-09-20 12:38:42 +03:00
SleepingSnakezzz 840269a284 Update Discord link (#861)
The current Discord link was made before we enabled the "accept the rules" on Discord. This leads to users who use the current link to enter the Discord server to skip this moderation step. Updating the link to one created after we enabled this should fix this.
2024-09-10 20:58:47 +03:00
TheTurtle 9c5f2f9598 shader_recompiler: Implement data share append and consume operations (#814)
* shader_recompiler: Add more format swap modes

* texture_cache: Handle stencil texture reads

* emulator: Support loading font library

* readme: Add thanks section

* shader_recompiler: Constant buffers as integers

* shader_recompiler: Typed buffers as integers

* shader_recompiler: Separate thread bit scalars

* We can assume guest shader never mixes them with normal sgprs. This helps avoid errors where ssa could view an sgpr write dominating a thread bit read, due to how control flow is structurized, even though its not possible in actual control flow

* shader_recompiler: Implement data append/consume operations

* clang format

* buffer_cache: Simplify invalidation scheme

* video_core: Remove some invalidation remnants

* adjust
2024-09-07 00:14:51 +03:00
georgemoralis 1cf01320f9 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 b794bb80db Note macOS and Xcode version requirements. 2024-09-02 23:19:22 -07:00
squidbus 4e5447230d Add macOS build guide. 2024-09-02 22:26:39 -07:00
Plínio Larrubia 527f90ae57 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
SaynedBread 8439eceadb docs: Removed misinformation 2024-08-25 14:37:17 +02:00
SaynedBread 256d00868d docs: Updated Status 2024-08-25 14:12:16 +02:00
SaynedBread 0c9a142ac7 docs: Added some fancy Markdown formating to the README 2024-08-25 02:54:46 +02:00
SaynedBread 29fc054a2f docs: Added some fancy Markdown formating to the README 2024-08-25 02:53:13 +02:00
Sebastian Kassai 268ad39f70 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
Xphalnos ef80575129 Adding macOS to readme + minor changes 2024-07-31 13:43:30 +02:00
Xphalnos b0c34faf79 Adding Bloodborne screenshot 2024-07-10 19:49:22 +02:00
Xphalnos 27675bd1fc Adding keyboard mapping 2024-07-01 18:27:22 +02:00
Xphalnos 7678beafdd Quickstart 2024-06-24 20:34:06 +02:00
Xphalnos a0d4b03346 Screenshots fix 2024-06-23 09:04:16 +02:00
Xphalnos 3d70184181 Screenshots 2024-06-14 14:59:22 +02:00
Xphalnos a818c36fdf Fix missing SDL3.dll error message for Windows-Qt (#193) 2024-06-12 19:09:54 +03:00
Xphalnos 7bd5442385 Improve Building and Readme 2024-06-11 21:29:29 +02:00
Xphalnos f161594f6e screenshot under logo 2024-06-05 07:25:07 +02:00
Xphalnos 592cfae3e9 Adding screenshot 2024-06-04 23:05:03 +02:00
Xphalnos 5fe1a41495 Small update of the readme (again) 2024-06-04 21:38:21 +02:00
Xphalnos fd3d1550a8 Various changes 2024-06-01 08:18:33 +02:00
Xphalnos aa4cb99422 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 a9bfe494dd 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 12cf203793 Update README.md 2024-03-28 16:38:14 +02:00
georgemoralis dacc444299 v0.0.3 - codename salad 2024-03-23 10:05:45 +02:00
georgemoralis 719c788854 Update README.md
updated build badges , added linux
2024-02-25 20:48:17 +02:00
GPUCode 7e5b7a7ffa chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
georgemoralis 2dfba74d85 Update README.md 2023-10-27 09:45:15 +03:00
georgemoralis f84229b557 Update README.md 2023-10-08 10:51:48 +03:00
ArbestRiAgain b8448b4d36 Big README update 2023-09-28 19:50:27 -07:00
georgemoralis bf5a79ac0f Update README.md 2023-08-17 10:24:53 +03:00
georgemoralis e350186375 Update README.md 2023-08-16 17:43:04 +03:00
georgemoralis 78f01d3e96 Update README.md 2023-08-15 01:02:16 +03:00
georgemoralis fee76251e2 Update README.md 2023-08-14 20:29:49 +03:00
georgemoralis 6cc91a88f6 Update README.md 2023-08-14 20:29:16 +03:00
wheremyfoodat ef24b5cfa7 Προσωρινή αφαίρεση του κτίσματος Linux απο το readme 2023-08-09 21:59:20 +03:00
georgemoralis b2a397d4f7 Update README.md 2023-08-09 00:56:45 +03:00
georgemoralis 347ceedd60 Update README.md 2023-08-08 22:31:21 +03:00
georgemoralis 0b161f3e8b Update README.md 2023-08-02 13:59:00 +03:00
georgemoralis 5f64272075 Update README.md 2023-07-24 12:19:01 +03:00