2246 Commits

Author SHA1 Message Date
Stenzek
88ee70ef8a
Misc: Remove unused files 2024-09-01 23:17:17 +10:00
Stenzek
7f4e5d55db
Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
Stenzek
3fbdcdb4ff
AudioStream: Rewrite and integrate expander 2024-09-01 13:16:10 +10:00
Stenzek
7df5764835
Data: Remove license-incompatible shaders 2024-09-01 20:01:34 +10:00
Stenzek
d651c9f477
GameList: Support excluding disc sets 2024-08-26 21:42:35 +10:00
Stenzek
b04f721d55
Achievements: Use plural form for points 2024-08-26 14:07:07 +10:00
Stenzek
c9f5cfc1bc
Host: Add TranslatePluralToSmallString() 2024-08-26 14:06:57 +10:00
Stenzek
707453b596
FileSystem: Swap vector for DynamicHeapArray
No point zeroing it out.
2024-08-25 22:13:18 +10:00
Stenzek
a8cac70ee6
Qt: Ensure window is raised after recreation
Should hopefully help with raw input issues.
2024-08-24 21:28:21 +10:00
Stenzek
72fc81a705
CMake: Add install target
Do **not** use this with /usr or /usr/local. It creates subdirectories
for resources/translations in the install prefix.

It's intended for creating a relocatable, self-contained bundle, which
can be packaged.
2024-08-12 18:49:28 +10:00
Anderson Cardoso
1425b2fb40
Atualização Português do Brasil (#3281)
Atualizado para a última versão.
2024-08-24 01:26:20 -03:00
Stenzek
9dd83c4f9f
InputManager: Remove unused pointer type 2024-08-24 14:23:32 +10:00
Stenzek
bda6869084
Qt: Implement per-game controller configuration 2024-08-24 14:10:25 +10:00
Stenzek
9e3507e0f4
InputManager: Support multiple mice via raw input
Only on Windows for now.
2024-08-23 22:31:59 +10:00
Stenzek
5433b30fec
Qt: Always display version info in settings 2024-08-23 15:50:17 +10:00
Stenzek
ccd7ba9acf
Qt: Move language/theme setting to window 2024-08-20 23:27:42 +10:00
Anderson Cardoso
b656e1d4ca
Atualização Português do Brasil (#3280)
Atualizado para a última versão.
2024-08-19 23:09:26 -03:00
Stenzek
b089eaf084
Qt: Reduce dialog height 2024-08-20 11:54:09 +10:00
Stenzek
b2577ef8bd
Qt: Work around theme switching bug 2024-08-19 15:11:39 +10:00
Stenzek
3772706603
System: Look up media capture settings on-demand
No need to store them, save some memory.
2024-08-18 15:52:54 +10:00
Stenzek
e2ea0bfec2
Qt: Fix link colouring in setup wizard 2024-08-18 15:52:54 +10:00
Stenzek
6f9e8efee5
Qt: Fix a couple of theme switching glitches 2024-08-18 15:52:53 +10:00
Stenzek
681fab5da3
Qt: Update glyph ranges 2024-08-17 22:18:41 +10:00
zkdpower
823ce581d9
update Simple-Chinese translation to latest. (#3278) 2024-08-17 22:18:10 +10:00
Anderson Cardoso
7810c95962
Atualização Português do Brasil (#3277)
Atualizado para a última versão
2024-08-17 22:17:59 +10:00
Stenzek
add46248a3
Qt: Fix list focus restoration after system shutdown 2024-08-17 22:13:33 +10:00
Stenzek
7756c5a5e9
Qt: Fix log window mouse interaction 2024-08-13 18:09:30 +10:00
Renzo Pigliacampo
0af2c01a18
Updated Spanish (Latin America) translation (#3275) 2024-08-13 15:11:10 +10:00
Stenzek
09cdd986b9
Qt: Clarify BIOS support in setup wizard 2024-08-13 15:10:24 +10:00
Anderson Cardoso
3e708d066c
Atualização Português do Brasil (#3274)
Atualizado:

-Diretório de Pastas
-Janela principal
-Sitema/BIOS
-Atalhos

Novo:
-Opções de gravação
-Media e captura

Corrigido:
-Textto e consistência
2024-08-12 21:22:23 +10:00
Stenzek
af47eb6956
System: Add video capture feature 2024-08-11 21:06:58 +10:00
Stenzek
76f6eafdbc
Qt: Fix folder selection title bar 2024-08-10 00:14:01 +10:00
Anderson Cardoso
624ab4d377
Atualização Português do Brasil (#3273)
Atualização Português do Brasil 

	Atualizado:

- Opções de compressão
- Configurações avançadas
- Modo tela cheia e Interface de usuário

	Correção:
- Erros de digitação
2024-08-09 12:36:24 +10:00
Stenzek
aeb9d383ce
System: Add save state compression mode options 2024-08-06 17:02:21 +10:00
Stenzek
3a08ad1840
Qt: Purge some unused debug menu options 2024-08-06 15:32:40 +10:00
Anderson Cardoso
2fb5e4495d
Atualização Português do Brasil (#3272)
Atualizado para a última versão.
2024-08-05 12:55:52 +10:00
Stenzek
d862043f1d
CMake: Fill version in bundle info plist 2024-08-05 00:59:31 +10:00
Stenzek
35dd4fde36
Qt: Fix incorrect list access for async cover load 2024-08-04 22:48:10 +10:00
Stenzek
0c15c9eaa8
Qt: Fix bug where config-based RAIntegration occasionally failed 2024-08-04 21:03:42 +10:00
Stenzek
02fbfae6a0
System: Add advanced 'Export Shared Memory' option
Memory map is exported as duckstation_<pid>. Previously, this only
worked on Windows, now it is extended to Linux as well.
2024-08-04 20:28:07 +10:00
Stenzek
a793741747
Qt: Slightly bump grid view font size 2024-08-03 01:00:10 +10:00
Stenzek
9a626caad9
Qt: Reduce game list jank after shutting down VM
Prevents progress bar briefly appearing, and the list scrolling to the
top when you exit a game.
2024-08-03 00:50:04 +10:00
Stenzek
6d70d24bc4
AudioStream: Swap to shared soundtouch library
Yay licensing requirements.
2024-08-02 21:49:19 +10:00
shikulja
0afcbd3acc
Update Russian translation (#3269)
* upd ts

* Update Russian translation
2024-08-02 21:48:32 +10:00
Anderson Cardoso
f1f57d88ce
Atualização Português do Brasil (#3267)
Atualizado para a última versão.
2024-07-29 22:07:03 +10:00
Víctor "IlDucci
2f90651c3f
Spanish (Spain) update - 2024/07/29 (#3266)
- More backported terms from PCSX2: save states and save state slots now share the same names.
- Backports of the Achievement texts.
- Added myself to the CONTRIBUTORS list, as all the Latin American Spanish translators were present and I was not.
2024-07-29 22:06:56 +10:00
Stenzek
6ce9e571ed
Misc: Purge remaining ByteStream references 2024-07-29 17:27:32 +10:00
Stenzek
a6518ff9dc
System: Rewrite save state I/O
No more ByteStream or virtual calls for every piece of data.
2024-07-29 17:27:32 +10:00
Stenzek
dd8bf2c9d9
MemoryCard: Purge use of ByteStream 2024-07-29 17:27:32 +10:00
KamFretoZ
a3f8162488
Qt: Add a new Justifier controller icon (#3264) 2024-07-29 13:22:38 +10:00