Commit Graph

5109 Commits

Author SHA1 Message Date
2ca332295d Qt: Add new controller image and icon refinement 2023-10-19 22:50:01 +07:00
a4c7d03ed2 VulkanDevice: Ignore GPUs which don't support Vulkan 1.1 2023-10-18 00:49:01 +10:00
db675cf5d0 Build: Reduce library scope 2023-10-18 00:49:01 +10:00
9501439d6b CPU: Add new experimental recompiler 2023-10-18 00:49:01 +10:00
c179473c2b Bus: Allow LUT fastmem on mirrors 2023-10-18 00:49:01 +10:00
9d40164f84 CPU/Recompiler: Offset LUT fastmem pointers 2023-10-18 00:49:01 +10:00
a062b00c1a Bus: Protect main RAM buffer
Get rid of write-time checks.
2023-10-18 00:49:01 +10:00
79e1ae3e54 CPU/CodeCache: Rewrite using new-rec's block management 2023-10-18 00:49:01 +10:00
f82d08e223 TimingEvents: Reset downcount when head is resorted 2023-10-17 13:14:05 +10:00
78959f6339 MemoryCardImage: Swap over to fmt 2023-10-17 13:08:44 +10:00
cecae91b0c Merge pull request #3032 from kamfretoz/ikon-pt2
Qt: More icon overhaul and cleanup
2023-10-16 22:57:57 +10:00
22e9f008f6 Qt: More icon overhaul and cleanup 2023-10-16 19:39:27 +07:00
624b118211 Qt: Fix incorrect font path for zh-CN 2023-10-16 19:31:54 +10:00
baa5472cc2 Qt: Fix postfx option pane not loading 2023-10-16 01:00:43 +10:00
ef377fbd12 Update Simple-Chinese Translation to latest. (#3030)
* Update Simple-Chinese Translation to latest.

Update Simple-Chinese Translation to latest.

* Update Simple-Chinese Translation to latest.

Update Simple-Chinese Translation to latest.
2023-10-15 20:12:13 +10:00
3468afc5ec Qt: Port over some custom icon from PCSX2 2023-10-15 16:20:52 +07:00
ad04f79e57 FullscreenUI: Fix controller strings not translating 2023-10-12 19:30:23 +10:00
f9d8a49324 CPU: Fix incorrect writing of unaligned words via cheats 2023-10-11 01:10:31 +10:00
b572a0bc16 Merge pull request #3028 from zkdpower/master
update Simple-Chinese Translation.
2023-10-11 01:09:04 +10:00
b7044d3e02 Merge pull request #3027 from Hipnosis183/master
Updated Spanish (Latin America) translation
2023-10-11 01:08:56 +10:00
0be16dda24 update Simple-Chinese Translation. 2023-10-10 14:13:24 +08:00
dc1969e8c6 Updated Spanish (Latin America) translation 2023-10-09 21:31:10 -03:00
22141bb498 Update duckstation-qt_tr.ts
Atualização de Idioma para o Turko
Turkish language localization update
2023-10-08 16:40:10 -03:00
60d97a99c5 Update duckstation-qt_pt-BR.ts 2023-10-08 13:13:50 -03:00
5c0dab4fe8 FullscreenUI: Fix button behaviour in Load/Save State 2023-10-08 13:58:59 +10:00
1f8dda5ffa Qt: Fix UI duplicating on language switch 2023-10-08 13:04:37 +10:00
ce7f6128e9 OpenGLDevice: Cache intermediate state 2023-10-08 01:47:29 +10:00
eb080834ad OpenGLDevice: Actually check max texture buffer size 2023-10-08 01:10:52 +10:00
706dc86a94 scmversion: Use annotated tag as base 2023-10-07 13:41:47 +10:00
17631ab2c2 Atualização Português do Brasil
- Novas opções de aúdio UI
- Confirmado textos movidos
2023-10-06 10:29:46 -03:00
b9c4a79e2e Qt: Fix duplicated translation file 2023-10-06 23:05:13 +10:00
ec6d53abd8 Merge pull request #3024 from zkdpower/master
update Simple-Chinese Translation.
2023-10-06 23:00:05 +10:00
7625d4769c Bus: Keep old behavior of memory being readable when Isc
Some games (e.g. Parasite Eve) write to cache control with Isc on.
Need some hardware tests here.
2023-10-06 22:57:54 +10:00
ec9f0319ca update Simple-Chinese Translation. 2023-10-02 23:48:47 +08:00
da1c28bd16 Misc: Fix arm32 build 2023-10-02 23:59:01 +10:00
fb659d817e NoGUI: Build fix 2023-10-02 23:59:01 +10:00
6fd7eda68f Misc: Fix build on Debian Bullseye 2023-10-02 23:50:56 +10:00
a96111eaeb Misc: Swap make_array() for size deduction 2023-10-02 13:33:33 +10:00
e33082778e Qt: Drop branch from title bar
Doesn't show up if a commit is checked out, and arguably not very useful
anyway.
2023-10-02 13:06:10 +10:00
dc74075ba2 Merge pull request #3023 from andercard0/master
Atualização Português do Brasil
2023-10-02 13:05:18 +10:00
56fc207af6 CPU: Use lookup tables for memory access 2023-10-01 20:48:02 +10:00
05fe925409 CPU: Make namespacing explicit 2023-10-01 20:48:02 +10:00
68da62ec29 Common: Fix build with ARM64 clang-cl 2023-10-01 20:48:02 +10:00
0ee6712499 Common: Add MemsetPtrs() 2023-10-01 17:24:34 +10:00
e2efec12b7 CDImageCHD: Add SSE/NEON implementation of CopyAndSwap() 2023-10-01 17:24:34 +10:00
ecb082b672 CDROM: Add NEON implementation of GetPeakVolume() 2023-10-01 17:24:34 +10:00
01e505ec8b Common: Add intrin.h 2023-10-01 17:24:34 +10:00
b1bb33a566 Common: Move CPU macros to types.h 2023-10-01 13:57:25 +10:00
dd204d116e CPU: Warning fix 2023-10-01 13:20:14 +10:00
cbc306f10e Atualização Português do Brasil
- Adicionado janela de registros
- Algumas linhas movidas confirmadas
2023-09-30 10:46:53 -03:00