Commit Graph

2189 Commits

Author SHA1 Message Date
ccb76d1451 GameList: Add custom title/regions
Largely inspired by https://github.com/PCSX2/pcsx2/pull/9330, but almost
entirely rewritten.
2024-06-17 23:45:02 +10:00
34f20798a1 GPU/HW: Add separate 3D/2D (sprite) texture filtering 2024-06-17 15:56:56 +10:00
8455c9c3c6 GPU/HW: Add 'Force Round Upscaled Texture Coordinates' 2024-06-16 19:09:46 +10:00
5be2e68ab9 Qt: Update glyph ranges 2024-06-16 17:15:46 +10:00
451d15a812 Atualização Português do Brasil (#3224)
Atualizado para a última versão.
2024-06-16 17:14:22 +10:00
d16470d761 Update Japanese translation (#3225) 2024-06-16 17:14:10 +10:00
ef69c31e9f GPUDevice: Support transpiling shaders at compile time
And use it for GLSL postprocessing shaders.
2024-06-14 21:21:34 +10:00
277147199e Qt: Fix checked state on startup for disc merging 2024-06-13 22:15:53 +10:00
c2eed018c1 Indonesian Translation (#3221) 2024-06-11 14:06:37 +10:00
0879dff93a Updater: Add icon/rc file 2024-06-10 13:10:11 +10:00
484c1dccd4 Qt: Use 64-bit comparison for VC runtime check 2024-06-10 13:01:32 +10:00
a2e6a48d2e Qt: Add very-early VC++ runtime version check
Yay for ABI breaks.
2024-06-09 20:55:47 +10:00
05395c8c1a Polish localization updates (#3220)
## Comply to the latest changes:
- Translate new strings,
- Remove obsolete,
- Correct some machine translations.
2024-06-07 12:07:43 +10:00
7682cd2c10 System: Generate hash serials when running PS-EXE
Allows for per-game settings.
2024-05-30 22:21:52 +10:00
f1ff15f9c6 Atualização Português do Brasil (#3218)
Atualizado para a última versão.
2024-05-29 22:23:28 +10:00
619688a135 Qt: Add per-bind sensitivity/deadzone controls (shift-click) 2024-05-28 18:17:46 +10:00
2eb0085539 System: Fix inverted volume selection 2024-05-27 11:58:42 +10:00
110fa28c25 Atualização Português do Brasil (#3217)
Atualizado para a última versão.
2024-05-27 11:47:18 +10:00
015804c434 System: Move GDB server into core 2024-05-27 00:18:05 +10:00
55d96f86f0 System: Add "Disable Mailbox Presentation" option
Partial backport of https://github.com/PCSX2/pcsx2/pull/11296
2024-05-26 22:38:35 +10:00
4311e08726 System: Implement PINE server 2024-05-26 22:38:35 +10:00
15e633bf2c Qt: Adjust advanced setting ranges 2024-05-26 21:55:27 +10:00
3382248f40 Atualização Português do Brasil (#3213)
Atualizado para a última versão.
2024-05-26 21:55:12 +10:00
60ee17e713 System: Fix regtest dumping 2024-05-25 15:58:41 +10:00
1565a2667d Misc: More format string fixes 2024-05-25 15:48:31 +10:00
1adc29aeb0 Qt: Fall back to screen for refresh rate
Wayland, always a pain in the arse.
2024-05-24 23:24:06 +10:00
49e3663dfe Settings: Purge max display FPS option
No longer needed since we pull it from the surface instead.
2024-05-24 02:33:33 +10:00
42a5fe0a6e GPU: Further improve vsync handling 2024-05-24 02:33:33 +10:00
4e922a34a7 Log: Simplify macros 2024-05-24 02:08:14 +10:00
b6d019db66 Misc: Replace log printf calls with fmt 2024-05-24 00:29:49 +10:00
dd98b630ea GameList: Treat disc sets and discs equally when sorting 2024-05-23 12:45:57 +10:00
f9b58c4077 Qt: Add Set Cover Image/Edit Memory Cards for merged disc sets 2024-05-21 13:55:37 +10:00
2dd991156a Qt: Update glyph ranges 2024-05-21 13:55:37 +10:00
2b39d509a1 Update the Simple-Chinese translation to latest. (#3211) 2024-05-21 13:54:45 +10:00
0bdedbf2ae Atualização Português do Brasil (#3210)
Atualizado para a última versão
2024-05-21 13:54:34 +10:00
5b4f74122c System: Add "Skip Duplicate Frame Display" option
Skips the presentation/display of frames that are not unique.
Can be combined with driver-level frame generation to increase
perceptible frame rate. Can result in worse frame pacing, and is
not compatible with syncing to host refresh.
2024-05-20 01:12:32 +10:00
1adaea9005 GameList: Merge multi-disc games 2024-05-18 15:21:44 +10:00
073ac87be2 GameList: Use string_view for GetEntryForPath() 2024-05-18 15:21:43 +10:00
2dcf267142 Atualização Português do Brasil (#3206)
Atualizado para a última versão
2024-05-18 01:09:18 +10:00
c03f1cfeb8 Qt: Fix ugly popup message on Mac in setup wizard 2024-05-17 14:23:41 +10:00
a59a42f35b Qt: Fix translation of %n hours 2024-05-17 14:23:41 +10:00
4c531d2372 Update Russian translation (#3204)
* Update ts

* Update Russian translation

* Update
2024-05-17 14:23:32 +10:00
35bdbf2a55 System: Check host page size on startup 2024-05-16 17:37:23 +10:00
a5b1ee4f04 Qt: Rename Load Profile to Apply Profile
And make it copy hotkeys.
2024-05-16 16:53:13 +10:00
c53717bbe4 System: Rewrite input profile hotkey priority logic 2024-05-16 16:53:13 +10:00
284b10f8eb Atualização Português do Brasil (#3203)
Atualizado para a última versão.
2024-05-16 16:53:07 +10:00
f0a4ceb909 InputManager: Add push to toggle for macros 2024-05-15 21:17:26 +10:00
d9b83d69eb Qt: Fix auto updater getting stuck after failed request 2024-05-15 14:54:33 +10:00
c116e5a1d5 Qt: Consider per-game overrides for Edit Memory Cards menu 2024-05-15 01:50:43 +10:00
4208d41183 Update the Simple-Chinese Translation to latest. (#3201) 2024-05-14 21:00:45 +10:00