Commit Graph

12080 Commits (94f11f9ba779a37d92d91888e208b9c0181bec1b)
 

Author SHA1 Message Date
Stenzek d9106576f9
Qt: Don't save window position when hidden
Fixes window position getting reset if the setup wizard is cancelled.
1 week ago
Stenzek 6d7163c54e
Qt: Remove note about renderer from setup wizard
It's not in this page anymore.
1 week ago
Stenzek 9c1500f1ac
Qt: Add pause menu hotkey to setup wizard 1 week ago
Stenzek bb3fede3f2
Qt: Update English plural translations 1 week ago
Stenzek 7316cce3df
Qt: Fix path in update-and-edit-english.bat script 1 week ago
Stenzek f31d99e77b
Qt: Add animation to setup wizard 1 week ago
Stenzek 866d230428
Qt: Add interface and view types to setup wizard 1 week ago
Stenzek 4bc8ace9b0
Qt: Add CardRadioButton 1 week ago
Stenzek 685b2f7d21
FullscreenUI: Add easing to ProgressDialog bar 1 week ago
Stenzek c05726a485
FullscreenUI: Add image verification 1 week ago
Stenzek c3af062bf0
Qt: Move image verification logic to GameDatabase 1 week ago
Stenzek 3441574be6
CDImage: Add some more helper functions 1 week ago
Stenzek 4c39eac52a
FullscreenUI: Fix incorrect layout in ProgressDialog 1 week ago
Stenzek 7be44a41c7
FullscreenUI: Fix incorrect effect in save state selector 1 week ago
Stenzek acfd60ea55
Deps: Update to 20260702 1 week ago
Stenzek ab30d1da54
FileSystem: Make CopyFilePath() atomic 2 weeks ago
beazerdred c80552f1ce
Ukrainian translation v2 (#3764)
* Add complete Ukrainian translation for Qt interface

* Update Ukrainian translation from backup
2 weeks ago
beazerdred abf946c88b
Update ukrainian translation (#3762)
* Add complete Ukrainian translation for Qt interface

* Update and fix Ukrainian translation
2 weeks ago
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 3 weeks ago
Stenzek 91273f2b30
CPU: Eliminate default branch in icache fill 3 weeks ago
Stenzek 74fac973e9
Cheats: Invalidate icache when writing (likely) assembly codes
And the same for the debugger. Improves reliability in the interpreter.
3 weeks ago
Stenzek b4834b982f
CPU: Add targeted icache invalidation 3 weeks ago
Stenzek 17f54f1a25
Qt: Fix missing styling of QPlainTextEdit
Also fix the missing button background colours in Grey Matter and Pinky
Pals.
3 weeks ago
Stenzek b1106392b9
Qt: Use fixed-width font for cheat code editor
And increase the default height.
3 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
```
3 weeks ago
Stenzek efed642cf1
Qt: Add 'Patch Instruction' and 'Nop Instruction' to debugger 3 weeks ago
Stenzek b43807a2bf
CPU: Add MIPS assembler 3 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