Commit Graph

12012 Commits (f1e08937459c463f586bdb9cd9c1c9ad55aeb262)
 

Author SHA1 Message Date
Stenzek f1e0893745
System: Fix mute volume
Regression from 9e4ef8bd69.
2 weeks ago
Stenzek fa1b4b748d
CMake: Silence resource copy messages
Spits it out to the log every time.
2 weeks ago
Stenzek ffd9d40d65
Qt: Add Register button for achievements
And fix a potential deadlock.
2 weeks ago
Davide Pesavento a9cc936baf
Qt: Minor UI consistency fixes (#3761) 2 weeks ago
Anderson Cardoso 92d3f8e6e4
Atualização Português do Brasil (#3760)
Atualizado para a última versão
2 weeks ago
Stenzek ad705e7d87
Qt: Fix saved geometry being lost in nogui mode 2 weeks ago
Stenzek 57a77b433c
GameList: Force refresh when starting disc change
Fixes disc change menu not being populated when running in batch mode.
2 weeks ago
Stenzek e409f884df
Settings: Remove unused function 2 weeks ago
Stenzek 9e4ef8bd69
System: Only use fast forward volume for >1 speed 2 weeks ago
Stenzek 73967c5c40
InputManager: Fix cloning multitap profiles 2 weeks ago
Stenzek 4a9776541b
Qt: Tidy up main() function
Avoid all the repeated QtHost.
2 weeks ago
Stenzek eccc1e0540
FullscreenUI: Add start-in-big-picture-mode option 2 weeks ago
Stenzek 352bb0d7f4
Qt: Move save state backup setting to memory card page 2 weeks ago
Stenzek 75be5531a6
Qt: Add configuration of multitap memory cards 2 weeks ago
Stenzek c22c1cbc43
Settings: Load config for all memory cards 2 weeks ago
Stenzek 032d89447f
Qt: Update redump hash lookup URL 2 weeks ago
Stenzek 90c70407cf
VideoThread: Fix debug assertion tripping in single-threaded mode 2 weeks ago
Stenzek ef84883dd8
Sockets: Fix incorrect WSAStartup() call 2 weeks ago
Stenzek 7d002d3527
FullscreenUI: Fix a couple of issues with modal progress
Cancelling on close, crash when opening two dialogs with the same title.
2 weeks ago
Stenzek 487a16193e
FullscreenUI: Add a couple of missing transition effects 2 weeks ago
Stenzek 91273f2b30
CPU: Eliminate default branch in icache fill 2 weeks ago
Stenzek 74fac973e9
Cheats: Invalidate icache when writing (likely) assembly codes
And the same for the debugger. Improves reliability in the interpreter.
2 weeks ago
Stenzek b4834b982f
CPU: Add targeted icache invalidation 2 weeks ago
Stenzek 17f54f1a25
Qt: Fix missing styling of QPlainTextEdit
Also fix the missing button background colours in Grey Matter and Pinky
Pals.
2 weeks ago
Stenzek b1106392b9
Qt: Use fixed-width font for cheat code editor
And increase the default height.
2 weeks ago
Stenzek 34df972d8e
Cheats: Add 'Assembly' code type
Example format:
```
800378bc: # Address can omit the leading 0x.
 # Whitespace is ignored, and lines with # or ; are ignored
 # Wildcards are supported
 sll zero, zero, 0x?

0x800378c4:
 sll v0, v0, 0
```
2 weeks ago
Stenzek efed642cf1
Qt: Add 'Patch Instruction' and 'Nop Instruction' to debugger 2 weeks ago
Stenzek b43807a2bf
CPU: Add MIPS assembler 2 weeks ago
Stenzek 1ffee71757
Qt: Fix unused variable warning 3 weeks ago
Stenzek 6dd972a38c
FullscreenUI: Add zoom/slide transition effects 3 weeks ago
Stenzek ba6ae234bc
Qt: Rework speed controls to be less confusing 3 weeks ago
Stenzek 99498ad0cb
MSBuild: Flag ts files as correct type 3 weeks ago
Stenzek 5be86a0f3f
Qt: Remove redundant translation strings in capture settings 3 weeks ago
Stenzek cd7b4e5358
Qt: Remove placeholder text from a bunch of ui files
Not used and immediately overwritten, creates translator bloat.
3 weeks ago
Stenzek 5828adfedf
Qt: Normalize x in es-ES translation 3 weeks ago
IlDucci 553b133b9c
Spanish (Spain) translation update 2026/06/22
Spanish (Spain) translation update 2026/06/22

- Undoing the previous mistake.
- Translating new strings.
- Abbreviated the Achievements hint on QT Mode to make sure it fits on the box and thus, the hint that says "Press Shift + Mouse Wheel to see longer hints" is seen from the get-go.
- Fixing some consistency issues with "Deshabilitar"/"Desactivar".
- Adding suggestions by fox140cv.
3 weeks ago
crashGG e6694d1e23
Fix scanline flicker caused by precision drift at boundaries (#3758) 3 weeks ago
fox140cv 39cb9af981
update spanish translation (#3756)
Update spanish translation
3 weeks ago
crashGG 6357732c8b
feat(shader): add Scanline Modern 4x2 adaptive retro filter (#3755) 3 weeks ago
Stenzek a64851a1f7
HTTPDownloader: Remove redunadant request \casts 3 weeks ago
Stenzek cd0c961ece
Qt: Add Ukrainian translation to list 3 weeks ago
beazerdred b19347eed1
Add complete Ukrainian translation for Qt interface (#3754) 3 weeks ago
Stenzek c0a8d9dac8
FullscreenUI: Fix global states always showing in menu 3 weeks ago
Stenzek ef8a1fcee8
Core: Fix setting reset wiping out user preferences 3 weeks ago
Stenzek 8f6b1b6307
FullscreenUI: Add reset option to directory selector
And improve styling.
3 weeks ago
Davide Pesavento c712c7b299
Qt: Fix keyboard navigation in game list after searching (#3753) 3 weeks ago
Davide Pesavento 0dd6e5cef7
Qt: Disable tab key navigation on game list (#3752) 3 weeks ago
Stenzek 64f0689b6c
Qt: Remove unused signal in SettingsWindow
And fix a typo.
3 weeks ago
Stenzek 9d0eec7725
Qt: Disable global save states by default
Add an opt-in to re-enable them.
3 weeks ago
Stenzek 97ae01391f
Hotkeys: Add 'Select Next Slot and Save State' 3 weeks ago