Commit Graph

6420 Commits

Author SHA1 Message Date
Stenzek 5c0dab4fe8
FullscreenUI: Fix button behaviour in Load/Save State 2023-10-08 13:58:59 +10:00
Stenzek 1f8dda5ffa
Qt: Fix UI duplicating on language switch 2023-10-08 13:04:37 +10:00
Stenzek ce7f6128e9
OpenGLDevice: Cache intermediate state 2023-10-08 01:47:29 +10:00
Stenzek eb080834ad
OpenGLDevice: Actually check max texture buffer size 2023-10-08 01:10:52 +10:00
Stenzek 5ff5891336
Update README.md 2023-10-07 14:03:52 +10:00
Stenzek 706dc86a94 scmversion: Use annotated tag as base 2023-10-07 13:41:47 +10:00
Connor McLaughlin 61a5efe62b
Merge pull request #3025 from andercard0/master
Atualização Português do Brasil
2023-10-07 13:20:37 +10:00
Anderson Cardoso 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
Stenzek b9c4a79e2e Qt: Fix duplicated translation file 2023-10-06 23:05:13 +10:00
Connor McLaughlin ec6d53abd8
Merge pull request #3024 from zkdpower/master
update Simple-Chinese Translation.
2023-10-06 23:00:05 +10:00
Stenzek 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
zkdpower ec9f0319ca
update Simple-Chinese Translation. 2023-10-02 23:48:47 +08:00
Stenzek da1c28bd16 Misc: Fix arm32 build 2023-10-02 23:59:01 +10:00
Stenzek fb659d817e NoGUI: Build fix 2023-10-02 23:59:01 +10:00
Stenzek 6fd7eda68f Misc: Fix build on Debian Bullseye 2023-10-02 23:50:56 +10:00
Stenzek a96111eaeb Misc: Swap make_array() for size deduction 2023-10-02 13:33:33 +10:00
Stenzek 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
Connor McLaughlin dc74075ba2
Merge pull request #3023 from andercard0/master
Atualização Português do Brasil
2023-10-02 13:05:18 +10:00
Stenzek e097f720bb dep/simpleini: Replace sprintf() with snprintf() 2023-10-02 12:44:56 +10:00
Stenzek 709e107db7 dep/WinPixEventRuntime: Fix incorrect ARM64 DLL 2023-10-01 23:00:48 +10:00
Stenzek 56fc207af6 CPU: Use lookup tables for memory access 2023-10-01 20:48:02 +10:00
Stenzek 05fe925409 CPU: Make namespacing explicit 2023-10-01 20:48:02 +10:00
Stenzek 68da62ec29 Common: Fix build with ARM64 clang-cl 2023-10-01 20:48:02 +10:00
Stenzek 9fc736eaa0 dep/vixl: Fix build with clang-cl 2023-10-01 20:48:02 +10:00
Stenzek 60cd1d540c dep/vixl: Fix unrepresentable constants 2023-10-01 20:48:02 +10:00
Stenzek 5da65c237d dep/cubeb: Disable winmm on Windows/ARM64
Needs ksuser.lib, which is incompatible with clang-cl..
2023-10-01 20:48:02 +10:00
Stenzek 0ee6712499 Common: Add MemsetPtrs() 2023-10-01 17:24:34 +10:00
Stenzek e2efec12b7 CDImageCHD: Add SSE/NEON implementation of CopyAndSwap() 2023-10-01 17:24:34 +10:00
Stenzek ecb082b672 CDROM: Add NEON implementation of GetPeakVolume() 2023-10-01 17:24:34 +10:00
Stenzek 01e505ec8b Common: Add intrin.h 2023-10-01 17:24:34 +10:00
Stenzek b1bb33a566 Common: Move CPU macros to types.h 2023-10-01 13:57:25 +10:00
Stenzek dd204d116e CPU: Warning fix 2023-10-01 13:20:14 +10:00
Anderson Cardoso cbc306f10e Atualização Português do Brasil
- Adicionado janela de registros
- Algumas linhas movidas confirmadas
2023-09-30 10:46:53 -03:00
Stenzek 34ce59eb46 RegTest: Fix double renderer parameter 2023-09-30 23:42:58 +10:00
Stenzek d5608bf12d GPU: Fix crash with Box Downsampling/Auto Resolution Scale 2023-09-30 23:20:09 +10:00
Stenzek 2171fd9a6f Bus: Fix RAM mirrors with LUT fastmem 2023-09-30 23:14:06 +10:00
Stenzek 31052581d3 CMake: Fix Mac build 2023-09-30 21:54:12 +10:00
Stenzek 8822698eaf Bus: Fix running multiple DuckStation instances 2023-09-30 21:49:30 +10:00
Stenzek 8f267c87c0 System: Only update played time when game list is loaded 2023-09-30 21:42:15 +10:00
Stenzek 15b29b4caa Settings: TTY logging is no longer an enhancement 2023-09-30 21:36:43 +10:00
Stenzek fa6ef1d04e Log: Fix system console 2023-09-30 17:08:38 +10:00
Stenzek c1e6616e5f Misc: Warning fixes 2023-09-30 15:44:14 +10:00
Stenzek e6bfcf22d9 CMake: Disable warnings on third-party projects 2023-09-30 15:41:38 +10:00
Stenzek 34aa419e92 Qt: Crash fix 2023-09-30 15:35:15 +10:00
Stenzek 9f122ac0f0 Data: Update SDL Game Controller DB 2023-09-30 15:19:26 +10:00
Stenzek 7c102ec29d CI: Build fix 2023-09-30 15:17:31 +10:00
Connor McLaughlin 1611885c12
Merge pull request #3022 from shikulja/master
Update Russian translation
2023-09-30 15:10:00 +10:00
Connor McLaughlin 817401530c
Merge pull request #3021 from andercard0/master
Atualização Português do Brasil
2023-09-30 15:09:54 +10:00
Stenzek 4ad777f54f Qt: Add log window 2023-09-30 15:09:07 +10:00
Stenzek 8afccdd590 Update README.md 2023-09-30 14:12:09 +10:00