Commit Graph

7870 Commits

Author SHA1 Message Date
8483738bf0 Fix order of macros 2023-05-01 17:14:23 +03:00
4143742c76 Spanish (Spain) translation update - 2023/05/01
Updating Spanish (Spain) translation with the latest changes.
2023-05-01 11:34:28 +02:00
17f2711e76 Atualização Português do Brasil
Configurações avançadas
Confirmação de strings:
-Diretório de pastas
-Diretório PCDrv
-Ativação PCDrv
2023-04-29 20:24:23 -03:00
a003832e33 Update duckstation-qt_pt-br.ts 2023-04-29 20:56:18 +10:00
1b2741f8b4 Merge pull request #2960 from elektronicznypank/master
Polish language update
2023-04-29 20:54:51 +10:00
135ace30cb Qt: Add PCDrv options 2023-04-29 20:54:05 +10:00
84e5fbe0c6 CPU: HLE implementation of PCDrv (host file access) 2023-04-29 20:45:39 +10:00
5439718ec3 GL/Context: Add missing include 2023-04-29 20:45:19 +10:00
991f7312b2 SPU: Fix building with SPU_DUMP_ALL_VOICES 2023-04-23 13:19:43 +10:00
823892ab51 Merge pull request #2961 from CharlesThobe/pr1
README: Update Linux dependencies
2023-04-22 00:05:22 +10:00
62765d7034 Common: Add missing include 2023-04-21 03:46:16 +10:00
fe6913105d README: Update Linux dependencies 2023-04-20 16:08:56 +02:00
9023887e3e Added new lines 2023-04-14 22:15:39 +02:00
5fee6f5abe InputManager: Warning fix 2023-04-14 18:14:49 +10:00
2e3d924bc6 System: Fix crash when using unknown BIOS 2023-04-14 18:14:39 +10:00
fe41e92579 CDROM: Improve handling of command spam
Fixes booting games with OpenBIOS.
2023-04-14 18:14:21 +10:00
27a100af11 Merge pull request #2957 from zkdpower/master
Update Simple-Chinese Translation to latest.
2023-04-10 23:50:55 +10:00
fd0d12a4f4 GL: Fix shader/memory leak 2023-04-10 23:50:09 +10:00
961eabc9e6 Update Simple-Chinese Translation to latest. 2023-03-30 12:45:55 +08:00
3bbce19df2 Pad: Don't backup card state unconditionally 2023-03-16 21:48:58 +10:00
d7372d2442 Qt: Clear all keyboard bind states when focus is lost 2023-03-16 21:25:47 +10:00
3673827363 PAD: Intelligently skip saving memcard state for runahead 2023-03-16 21:22:08 +10:00
595abd27dd Settings: Disable block linking when runahead is active 2023-03-16 20:08:09 +10:00
33f5d9cb9c System: Remove BIOS from save state
Makes the states smaller, as well as not creating potential piracy
issues when sending across the wire.
2023-03-16 19:34:01 +10:00
1fcf16fc81 System: Store BIOS image info/hash after loading 2023-03-16 19:22:54 +10:00
70695d3a4d CPU: Don't leave fault_count uninitialized 2023-03-16 18:58:43 +10:00
51e4c4bfb0 Update Russian translation (#2956)
* Update Russian translation

* Update Russian translation

* Purge Russian translation
2023-03-13 23:38:39 +10:00
6f06dcfde4 Merge pull request #2955 from andercard0/master
Atualização Português do Brasil
2023-03-13 22:51:46 +10:00
88b776dc4f Atualização Português do Brasil
- Adicionada descrição sobre server GDB
2023-03-13 09:39:34 -03:00
771a60c736 Merge pull request #2952 from boricj/bugfix/GDBServer
GDBServer: Fix emulator deadlock on client connection
2023-03-13 20:32:11 +10:00
e87b008e57 Merge pull request #2953 from CookiePLMonster/move-per-game-settings
Make Game Properties accessible from the toolbar
2023-03-13 20:29:54 +10:00
6f0280afc2 Qt: Add a context menu to the toolbar's Settings button when the game is running
A new small context menu that allows to select between global settings
and game settings.
2023-02-28 19:53:31 +01:00
f34b17446c Qt: Move "Game Properties" from View to Settings 2023-02-28 19:45:56 +01:00
d65fb0e86a Qt: Add toggle to enable GDB server 2023-02-26 12:06:31 +01:00
7810e68a58 Qt: Run GDB server on emulation thread 2023-02-26 12:06:31 +01:00
4494a2c73c Qt: Fix possible crash when closing debugger 2023-02-23 01:23:55 +10:00
ccf9ca3df8 Update Russian translation (#2951)
* Update Russian translation

* Update Russian translation
2023-02-23 01:23:35 +10:00
55e0e7ffbe Merge pull request #2950 from andercard0/master
Atualização Português do Brasil
2023-02-07 20:14:48 +10:00
5e9f233e22 Merge pull request #2949 from zkdpower/master
Update Simple-Chinese Translation to latest.
2023-02-07 20:14:33 +10:00
c7ae0d9b68 Qt: Make fullscreen open on same display as main window 2023-02-07 20:13:50 +10:00
dd7dfe348f HostDisplay: Clamp scissor rect for cursor
Scissor with x/y < 0 is invalid.

To you know who you are, stop copying these changes and putting your
name on it, or respect the copyright declared in the files. You're
violating both copyright as well as the license by not attributing.
2023-02-07 20:08:49 +10:00
befbc7bc2e HostDisplay: Fix cursor texture leak 2023-02-07 20:06:29 +10:00
8f76d712bc Atualização Português do Brasil
Atualizado para versão mais recente.
2023-02-05 19:11:14 -03:00
6b0e67f99d Update Simple-Chinese Translation to latest. 2023-02-05 17:25:42 +08:00
9e9b0e223f Update SDL Game Controller DB
https://github.com/gabomdq/SDL_GameControllerDB
2023-02-05 15:27:26 +10:00
d941df983e Qt: Ensure svg image format plugin gets included
For some reason, it doesn't on the CI universal builds..
2023-02-05 15:22:40 +10:00
a365fdd252 Qt: Don't strip Mac bundles 2023-02-05 15:19:47 +10:00
f8d5379f8e Qt: Default to native/dynamic theme on Mac 2023-02-05 15:12:43 +10:00
27a0495c0e Qt: Fix crash when right clicking with no game selected 2023-02-05 15:12:43 +10:00
bd1df7b25b Settings: Default to Vulkan/Metal renderer on Mac 2023-02-05 15:12:43 +10:00