Commit Graph

5563 Commits

Author SHA1 Message Date
3b9a9a6308 Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
2020-12-19 17:39:38 +08:00
6224d0ab89 Qt: Fix crash when switching to cheat list
Regression from 076a2ca307.
2020-12-19 19:09:34 +10:00
44ea51306a Qt: Add open button to memory card editor 2020-12-19 17:02:02 +10:00
175bc66c91 Qt: Fix some mouse presses at high click rate not registering 2020-12-19 17:02:02 +10:00
81aad196e8 HostInterface: Add -nocontroller CLI option to disable controller interface
Can use with buggy drivers where SDL is causing crashes.
2020-12-19 17:02:01 +10:00
e804fdfdba GPU: Use floating point coordinates for lightgun 2020-12-19 17:02:01 +10:00
4860313bef NamcoGuncon: Add an option to scale X coordinates
Fixes what appears to be curvature correction at the edges of the
screen.
2020-12-19 17:02:01 +10:00
fad3d79895 NamcoGuncon: Add button to shoot offscreen 2020-12-19 17:02:01 +10:00
7ca0d357cb shaders/cccalibrator: Fix GLSL compile error 2020-12-19 17:02:01 +10:00
faa016eaee Merge pull request #1255 from zkdpower/master
Update Simple-Chinese language file to latest
2020-12-19 17:01:44 +10:00
076a2ca307 Qt/CheatManager: Default to unsigned/hex/halfword 2020-12-19 02:44:46 +10:00
ca61f989fc DMA: Don't panic on invalid device read/write 2020-12-19 02:44:46 +10:00
7c7145d1c5 MDEC: Handle invalid commands
Fixes panic in Formula 1.
2020-12-19 02:44:46 +10:00
980aa0a8bc Qt/CheatManager: Add manual watch address 2020-12-19 02:44:46 +10:00
a6a0b660d2 GameList: Bump cache version
This should've happened with the aspect ratio changes.
2020-12-19 02:44:46 +10:00
9b20f1ffd9 Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
2020-12-18 16:26:08 +08:00
208e746467 Merge pull request #1254 from ggrtk/update-bug-report-template
Update bug report issue template
2020-12-18 18:03:39 +10:00
5e9a4f9bc6 Update bug report issue template 2020-12-17 22:53:48 -08:00
9e1987063d System: Add a libcrypt game list, and check serials
Nag the user if they're missing a sbi file.
2020-12-18 03:03:22 +10:00
627008f34c CDImage: Add helper for checking for SBI 2020-12-18 03:03:22 +10:00
4232ef7bf3 CDImageCue: Try for a file based on the cue filename if bin missing
Should work around people who have renamed the files but not updated the
cuesheet.
2020-12-18 03:03:22 +10:00
b3edcc5841 CDROM: Don't reset audio decoder state on file/channel change
Star Wars Jedi Power Battles sends constant Setfilter commands, while
playing.
2020-12-18 03:03:21 +10:00
d2c98639a8 Cheats: Add extension 32-bit instructions variants 2020-12-18 03:03:21 +10:00
412b5073db Merge pull request #1243 from andercard0/patch-47
Atualização Português do Brasil
2020-12-18 03:03:07 +10:00
feb009ce39 Atualização Português do Brasil
Updated translation latest.
2020-12-17 11:38:19 -03:00
681fccd5e6 Qt: Fix compilation on Qt <5.11 2020-12-17 13:05:17 +10:00
4b4b97540e Qt: Fix Linux build (again) 2020-12-17 12:54:36 +10:00
6fdb7fa801 Qt: Fix Linux build 2020-12-17 12:38:32 +10:00
c1f802c397 Qt: Fix OSD messages not rendering in Japanese translation 2020-12-17 12:15:37 +10:00
ea996a0305 Qt: Add debugger UI 2020-12-17 12:15:37 +10:00
3b23542ec9 CPU: Provide debugger/breakpoint/step functionality 2020-12-17 11:57:47 +10:00
a8af0f7ecb HostInterface: Add debugger message callbacks 2020-12-17 11:57:47 +10:00
fa0f177e51 HostInterface: Move PauseSystem from common to base 2020-12-17 11:57:47 +10:00
e044858953 CPU: Add additional instruction decoder helpers 2020-12-17 11:57:46 +10:00
9fd1d606d7 Bus: Add memory region access helpers 2020-12-17 11:57:46 +10:00
c95ccbcb5e Android: Add Auto (Game Native) aspect ratio 2020-12-17 11:57:46 +10:00
6b10a1089c Merge pull request #1240 from ggrtk/qt-japanese
Qt: Add Japanese translation by mikakunin
2020-12-17 11:37:19 +10:00
a4b6df3e7d Merge pull request #1239 from ggrtk/analog-controller
AnalogController: Fix config mode 0x4C response
2020-12-17 11:36:58 +10:00
ed304f0dcd Merge pull request #1224 from PavelDurov1488/master
Cccalibrator
2020-12-17 11:36:36 +10:00
9d7b63923a Merge pull request #1235 from valadaa48/CRTCTicksToSystemTicks_optimization
Small optimization to GPU::SystemTicksToCRTCTicks
2020-12-17 11:36:21 +10:00
bd8613b120 Merge pull request #1227 from ggrtk/auto-aspect-ratio
GPU: Add auto aspect ratio and various fixes
2020-12-17 11:35:48 +10:00
4f26150ef1 Qt: Add Japanese translation by mikakunin 2020-12-16 16:11:49 -08:00
b7bccac71d AnalogController: Fix config mode 0x4C response 2020-12-16 15:11:53 -08:00
bd7e6954c3 README: Add Google Play link, clarify SBI requirements 2020-12-17 01:35:08 +10:00
30472b853d Qt: Compile fix 2020-12-17 01:26:07 +10:00
c0c035ab54 Update compatibility list and settings 2020-12-17 01:20:06 +10:00
47f0720b93 Controller: Always preserve internal state when loading/resuming
Fixes analog mode getting disabled when loading state.
2020-12-17 01:20:06 +10:00
b78a6045fc Qt: Make some async method invokes explicitly queued 2020-12-17 01:20:06 +10:00
7b6d30a994 GPU/HW: Fix possible VRAM corruption when live switching resolutions
Mask bit was getting lost based on guest state.
2020-12-17 01:20:06 +10:00
cc5df71af9 update ru translation (#1216)
* update ru translation

added some new lines, fixed small typos

* Update duckstation-qt_ru.ts
2020-12-17 01:04:35 +10:00