Commit Graph

95 Commits

Author SHA1 Message Date
C4ndyF1sh
98b0481d59
README.md 2025-01-29 23:11:10 +01:00
C4ndyF1sh
654af6ad4d
README.md 2025-01-29 23:08:55 +01:00
C4ndyF1sh
14786e6cf6
README.md 2025-01-29 23:04:57 +01:00
C4ndyF1sh
4b326e72bb
README.md 2025-01-29 23:03:29 +01:00
C4ndyF1sh
833528058c
README.md 2025-01-29 22:56:50 +01:00
C4ndyF1sh
29487ce8a2
README.md 2025-01-29 22:52:52 +01:00
C4ndyF1sh
9c1a4d225c
README.md 2025-01-29 22:41:46 +01:00
C4ndyF1sh
c1999e677a
Remove space between the words "Dual" and "Shock" 2025-01-29 22:35:03 +01:00
C4ndyF1sh
283e2138bc
README.md 2025-01-29 22:31:08 +01:00
C4ndyF1sh
50cbb42053
README.md 2025-01-29 22:29:56 +01:00
C4ndyF1sh
04b8bb8b85
README.md update (last one I hope) 2025-01-29 22:20:54 +01:00
C4ndyF1sh
539e428684
README.md update 2025-01-29 22:07:13 +01:00
C4ndyF1sh
b9c1d4c305
Update README.md 2025-01-29 18:24:02 +01:00
C4ndyF1sh
41965d5301
README.md 2025-01-28 23:54:40 +01:00
C4ndyF1sh
dfb78afa1a
README.md 2025-01-28 23:54:07 +01:00
C4ndyF1sh
98a57554bd
README.md 2025-01-28 23:53:03 +01:00
C4ndyF1sh
726a351b00
README.md 2025-01-28 23:52:14 +01:00
C4ndyF1sh
9d50c24fc5
Update README.md 2025-01-28 23:38:59 +01:00
C4ndyF1sh
6dfb451d1b
Update README.md 2025-01-28 23:33:31 +01:00
C4ndyF1sh
0d0f1e43cc
Update README.md 2025-01-28 23:33:01 +01:00
C4ndyF1sh
b5e15c88da
Update README.md 2025-01-28 23:03:30 +01:00
georgemoralis
f0352d2f7d
Updated dev team (sorry frodo , the ring is yours) 2024-12-28 13:16:25 +02:00
georgemoralis
c8b704e4a3
Update README.md 2024-12-28 13:06:51 +02:00
georgemoralis
fc2fd9fd3c
Update README.md with latest (not quite) addition to dev team 2024-12-28 13:05:53 +02:00
Marcin Mikołajczyk
db43c601fc
README: mention alternative key mappings on Mac (#1876)
Co-authored-by: Marcin Mikolajczyk <github@mikolajczyk.dev>
2024-12-25 16:05:15 +02:00
DanielSvoboda
3001b007f6
Keybord on README / Fix Play Time (#1786)
* Keybord on README F10_F11_F12

* Update game_list_frame.cpp
2024-12-15 16:30:53 +02:00
¥IGA
f0ee3919e0
improved documentation + better toolbar icons (#1364) 2024-10-13 15:03:19 +03:00
fireph
ce53c41205
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
bf3e43b016
vulkan: Use dynamic vertex buffer strides when dynamic bindings unavailable. (#1164) 2024-10-01 09:54:06 +03:00
¥IGA
545e94d267
Remove dead Links from readme (#1135) 2024-09-29 00:01:15 +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
SaynedBread
e634461ebb
docs(README): gave the macOS build instructions section fancy Markdown formatting (#1005) 2024-09-25 12:22:09 +03:00
SleepingSnakezzz
f97f73f0b5
Adding Kofi page link to the readme (#1044) 2024-09-23 21:15:14 +03:00
SleepingSnakezzz
0c63267b1c
Update Discord invite link.md (#994)
I missed one last time :P
2024-09-20 12:38:42 +03:00
SleepingSnakezzz
5fc90b5565
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
13743b27fc
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
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
SaynedBread
6a87c37aeb
docs: Removed misinformation 2024-08-25 14:37:17 +02:00
SaynedBread
5664d45305
docs: Updated Status 2024-08-25 14:12:16 +02:00
SaynedBread
41a93dcae4
docs: Added some fancy Markdown formating to the README 2024-08-25 02:54:46 +02:00
SaynedBread
1e90f45941
docs: Added some fancy Markdown formating to the README 2024-08-25 02:53:13 +02: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
Xphalnos
205c0b961b Adding macOS to readme + minor changes 2024-07-31 13:43:30 +02:00
Xphalnos
820498c663 Adding Bloodborne screenshot 2024-07-10 19:49:22 +02:00
Xphalnos
937bfc8018
Adding keyboard mapping 2024-07-01 18:27:22 +02:00
Xphalnos
3f657b5f36 Quickstart 2024-06-24 20:34:06 +02:00
Xphalnos
7fe5f12f29 Screenshots fix 2024-06-23 09:04:16 +02:00