Commit Graph

7262 Commits (c803c4fbef4b01d0e9cd047b4986b866918cfcfa)
 

Author SHA1 Message Date
Stenzek e40c022a0f
CI: Fix Flathub update script 11 months ago
Stenzek c1bf1e5369
Qt: Add binding layout for NegConRumble 11 months ago
Stenzek 147f48cc64
Qt: Simplify controller binding layout construction
And make it generate widgets when there's no template.
11 months ago
Víctor "IlDucci 1c392444a7
Spanish (Spain) translation update 2024/01/25 (#3102)
Updating the Spanish (Spain) translation with the latest strings. I should point out that between my last update and this one, the Spanish flag was removed from the Language menu selection.
11 months ago
Matheus Fraguas 07c012aee5
Negcon rumble (#3177)
* Implemented NeGcon with rumble. Code is a mix of the existing NeGcon AnalogController modes.

* Fix negcon id reply and analog/digital toggle.

* Implemented NeGcon with rumble. Code is a mix of the existing NeGcon AnalogController modes.

* Fix negcon id reply and analog/digital toggle.

* Update macros

* Code cleanup
11 months ago
Stenzek 4d8ed49b24
FullscreenUI: Fix gaps between some UI elements
By rounding sizes up to the nearest pixel.
11 months ago
Stenzek d2d6e397e6
NoGUI: Purge unused code 11 months ago
Stenzek 4e0c417add
FullscreenUI: Add "Open Containing Directory" 11 months ago
Stenzek 6e7a4c3909
FullscreenUI: Exit fullscreen for open-in-file-browser 11 months ago
Anderson Cardoso bc4b7f2af9
Atualização Português do Brasil (#3175)
Confirmadas 2 linhas de texto no modo big duck mode.
11 months ago
Deozaan 5060c0fc31
Add cheats for all characters in Beyond the Beyond (USA) (#3176) 11 months ago
KamFretoZ 79ccd5f3c3
FullscreenUI: Wire up Open in File Browser functionality (#3178) 11 months ago
Valtekken 5ed362bd84
Massive Italian translation rework, part 1 (#3179) 11 months ago
Stenzek 797b82dcfa
Updater: Ensure forward slashes are converted to backslashes
Old versions may run the updater with forward slashes.
11 months ago
Stenzek 9eb9fc9dce
Qt: Fix drag/drop on Windows 11 months ago
Stenzek be1d558be1
GPU/HW: Fix black screen in Metal after vertex ID wraparound 11 months ago
Stenzek 9fd2994b73
Log: Fix crash with >1 instance + file log 11 months ago
Stenzek 4bcc5a312a
System: Remove log spam 11 months ago
Stenzek fbe54f454f
Deps: Purge SPIRV-Cross from tree 11 months ago
Stenzek 5f915e1cbe
MetalDevice: Use shared SPIRV-Cross 11 months ago
Stenzek 3dedf5fdd5
FullscreenUI: Add missing latency stats option 11 months ago
Stenzek e9107bd140
VulkanDevice: Add env var for non-semantic debug info
Backport of 070068366f
11 months ago
Stenzek 8a3ba53204
CI: Build SPIRV-Cross 11 months ago
Stenzek 59eeb89243
CI: Backport shaderc changes from PCSX2 11 months ago
Anderson Cardoso 06a29f6d95
Atualização Português do Brasil (#3174)
Atualizado para a última versão.
11 months ago
Marcin Mitura 6d167f1ffb
Polish localization updates (#3173)
Comply to latest changes:
- Translate new strings,
- Remove obsolete.
11 months ago
Stenzek c149d66d4d
System: Add 'Reduce Input Latency' option
i.e. pre-frame sleep.
11 months ago
Stenzek 6258cb9e0e
FullscreenUI: Various minor bug fixes 11 months ago
Stenzek 8ab1623276
CI/Flatpak: Remove unused file 11 months ago
PugsyMAME 7adbedd341
Renamed Mem Scanner Op Text&added Virtual Address (#3172)
* Renamed Mem Scanner Op Text&added Virtual Address

Renamed the Memory Scanner Operator Text for clarity. Replaced '...' with 'Value' and 'Previous' with 'Previous Result'.
Also changed "Any Value" to "Any Value ('New Search' or 'Reset Result Value')", Any Valur should really be at the top of the index and the Previous Results should come before the other Value operators. But that's a job for another time.
The Virtual Address extra will display the virtual address of DuckStation's PSX RAM so it can be easily edited with the likes of HXD or another tool where the location of the virtual memory needs to be known.

* Replaced Mem Scanner Op Text with latest English text

Not touched the translations, just added the updated english text for the Memory Scanner "Operator:" text

* Rearranged  Memory Scanner Operator class

Re-arranged Memory Scanner Operator class into a more logical order - with likely frequency of use moving item up the list.

New Order:-
Better Order:-
Any Value ('New Search' or 'Reset Result Value')         x    Any.
Less Than Previous Result                                x    LessThanLast,
Less or Equal to Previous Result                         x    LessEqualLast,
Greater Than Previous Result                             x    GreaterThanLast,
Greater or Equal to Previous Result                      x    GreaterEqualLast,
Not Equal to Previous Result (Changed Value)             x    NotEqualLast,
Equal to Previous Result (Unchanged Value)               x    EqualLast,
Decreased By Value                                       x    DecreasedBy,
Increased By Value                                       x    IncreasedBy,
Changed By Value                                         x    ChangedBy,
Equal to Value                                           x    Equal,
Not Equal to Value                                       x    NotEqual,
Less Than Value                                          x    LessThan,
Less or Equal to Value	                                 x    LessEqual,
Greater Than Value                                       x    GreaterThan,
Greater or Equal to Value                                x    GreaterEqual

* Rearranged  Memory Scanner Operator class

Changes operator order to:-
Any Value ('New Search' or 'Reset Result Value')        
Less Than Previous Result                               
Less or Equal to Previous Result                        
Greater Than Previous Result                            
Greater or Equal to Previous Result                     
Not Equal to Previous Result (Changed Value)            
Equal to Previous Result (Unchanged Value)              
Decreased By Value                                      
Increased By Value                                      
Changed By Value                                        
Equal to Value                                          
Not Equal to Value                                      
Less Than Value                                         
Less or Equal to Value	                                
Greater Than Value                                      
Greater or Equal to Value

* Memory Scanner line references updates

Updated <location filename="../memoryscannerwindow.ui" line="???"/> line numbers for the Memory Scanner operation re-ordering.
These are currently the only 4 translation files that make reference to memoryscannerwindow.ui, the other 12 still reference cheatmanagerdialog.ui so not replicated for them as this would only partially fix them - so I left them alone as I hope there's some automated tools to handle it.

* Update src/duckstation-qt/memoryscannerwindow.cpp
11 months ago
zkdpower 01e06b338d
Update the Simple-Chinese translation to latest. 11 months ago
Stenzek f4fef36eba
MetalDevice: Use shader to clear current depth target 11 months ago
Stenzek e5a024ba85
MetalDevice: Add support for framebuffer fetch 11 months ago
shikulja 42ac79d42a
Update Russian translation (#3169) 11 months ago
Marcin Mitura 349ff42ce2
Polish localization updates (#3168)
Comply to latest changes:
- Translate VSync string,
- Remove obsolete.
Silent is based :3
11 months ago
Anderson Cardoso 4591fe8f84
Atualização Português do Brasil (#3167)
Atualizado para a última versão.
11 months ago
Stenzek bbdc31cad6
Qt: String fix 11 months ago
Anderson Cardoso 5a2215d305
Atualização Português do Brasil (#3165)
Atualizado para a última versão.
11 months ago
Marcin Mitura 7d85284626
Polish localization updates (#3166)
Comply to latest changes:
- Translate new strings,
- Remove obsolete strings.
11 months ago
Stenzek c017d04423
Qt: "Display Vertical Sync" => "Vertical Sync" 11 months ago
Stenzek e646096180
VulkanDevice: Fix validation errors 11 months ago
Stenzek 7344661801
GPUDevice: Split submission and presentation 11 months ago
Stenzek 3e9ac99d54
Qt: Fix 6.7 deprecation warnings 11 months ago
Stenzek efcfcd8e11
Build: Migrate Flatpak to Qt 6.7 11 months ago
Marcin Mitura 9bee24e083
Polish localization updates (#3164)
Comply to latest changes:
- Correct not fitting string,
- Translate new strings,
- Remove obsolete.
11 months ago
Stenzek 509a8a074c
GPUDevice: Remove unused file 11 months ago
Stenzek 88270771da
System: Combine VRR and Optimal Frame Pacing
GSync/FreeSync display users should:
 - DISABLE VSync.
 - ENABLE Optimal Frame Pacing.
11 months ago
Stenzek 2ad67ad3ee
OpenGLContext: Add SupportsNegativeSwapInterval() 11 months ago
Stenzek 7b93edada1
Qt: Purge controller bind migration
About a year and a half is long enough.
11 months ago
Stenzek fec36471b8
Settings: Use RealPath() for directories 11 months ago