4198 Commits

Author SHA1 Message Date
Connor McLaughlin
df5de7730c GPU/HW: Disable depth buffering on transparent polygons
These are the most likely to be coplanar and cause issues.
2021-03-30 01:40:05 +10:00
Connor McLaughlin
a6617e6297
Merge pull request #1878 from 6lackmag3/patch-28
(Android) minor corrections for values-ru/strings
2021-03-29 16:09:45 +10:00
Connor McLaughlin
2e0a2c7474
Merge pull request #1879 from 6lackmag3/patch-29
Force digital mode for Twisted Metal 1 and 2
2021-03-29 16:09:29 +10:00
Connor McLaughlin
d09cc99aa2
Merge pull request #1880 from MaddTheSane/patch-2
Update error.h
2021-03-29 16:09:17 +10:00
C.W. Betts
3af624b98e
Update error.h
Add printflike macros to the Error class.
2021-03-28 14:37:50 -06:00
6lackmag3
ee9c1131db
Force digital mode for Twisted Metal 1 and 2 2021-03-28 20:25:54 +03:00
6lackmag3
7c584eb589
(Android) minor corrections for values-ru/strings 2021-03-28 19:57:16 +03:00
Connor McLaughlin
1973419021 Settings: Disable region check by default 2021-03-29 00:53:15 +10:00
Connor McLaughlin
4983c32740 Android: Enable fast boot by default 2021-03-29 00:51:21 +10:00
Connor McLaughlin
ddea2818d9 Qt: Add renderer/resolution to status bar 2021-03-28 13:47:53 +10:00
Connor McLaughlin
dec2d48bfe System: Fix crash when launching exe/psf 2021-03-28 13:47:53 +10:00
Connor McLaughlin
a9c026f06a Settings: Rename 'FPS' to 'Game Frame Rate' 2021-03-28 13:47:53 +10:00
Connor McLaughlin
cfdddbf043 Android: Use global reference to EmulationActivity
Fixes crash when loading input profile while running.
2021-03-28 13:47:53 +10:00
Connor McLaughlin
85c5b99b7a CDROM: GetID should return error when no disc 2021-03-28 13:47:52 +10:00
zkdpower
afbef51b1a
Update Simple-Chinese language file to latest (#1874)
* Update Simple-Chinese language file to latest

Update Simple-Chinese language file to latest

* Update Simple-Chinese language file to latest

Update Simple-Chinese language file to latest
2021-03-28 13:47:41 +10:00
Connor McLaughlin
07c5fdc0ea
Merge pull request #1876 from andercard0/patch-102
Atualização Português do Brasil
2021-03-28 13:47:31 +10:00
Anderson_Cardoso
8cfed68ae9
Atualização Português do Brasil
Update file to latest
2021-03-27 12:54:20 -03:00
Connor McLaughlin
e9aab649e5 GameList: Bump cache version
Force playlists to re-scan.
2021-03-27 17:31:20 +10:00
Connor McLaughlin
465f0d6e04 Android: Make BIOS import error clearer 2021-03-27 17:21:34 +10:00
Connor McLaughlin
3f7d8604e5 Qt: Add 'Memory Card Editor' button to memory card settings 2021-03-27 17:14:10 +10:00
Connor McLaughlin
47ba6e7449 GL/Context: Better handle resizing with GLX
Fixes fullscreen having no effect when running under XWayland.
2021-03-27 16:14:34 +10:00
Connor McLaughlin
5df28eff9d System: Fix failing to load new single disc save states 2021-03-27 15:43:42 +10:00
Connor McLaughlin
fa2525324e CDImage: Fix Linux build 2021-03-27 15:34:15 +10:00
Connor McLaughlin
5aa70cf797 Settings: Add memory card directory option 2021-03-27 15:18:29 +10:00
Connor McLaughlin
f829933a83 Qt: Rework/simplify change disc menu 2021-03-27 15:18:29 +10:00
Connor McLaughlin
e83f312928 CDImagePBP: Add multi-disc support 2021-03-27 15:18:29 +10:00
Connor McLaughlin
50d712c3fe CDImage: Support sub-images, use subimages for m3u 2021-03-27 15:18:29 +10:00
Connor McLaughlin
573aa6d9cc FullscreenUI: Fix missing window title with playlist 2021-03-27 13:44:59 +10:00
Connor McLaughlin
97682e09ab Pad: Don't apply input state when load-from-devices is off 2021-03-27 13:42:32 +10:00
Connor McLaughlin
ff411dac2e DigitalController: Fix buttons getting broken when load-from-state on 2021-03-27 13:42:06 +10:00
Connor McLaughlin
9bbddc7b3a
Merge pull request #1871 from zkdpower/master
Update Simple-Chinese language file to latest
2021-03-27 12:49:45 +10:00
Connor McLaughlin
781e8f1867
Merge pull request #1659 from piepacker/jake/multitap_8x_devices_in_state
pad: improve messaging when UI config doesn't match savestate config, and document some edge cases
2021-03-27 12:49:31 +10:00
zkdpower
a660c706de
Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
2021-03-26 17:53:45 +08:00
Connor McLaughlin
f1fb7383b7 DInputControllerInterface: Support diagonals in hat 2021-03-25 13:50:13 +10:00
Connor McLaughlin
03905b8f2e Remove stub duckstation-sdl binary
It's been a stub for a while.
2021-03-25 13:33:48 +10:00
Connor McLaughlin
270443605c README.md: Update dependencies for Linux 2021-03-25 13:33:48 +10:00
Connor McLaughlin
c502f8b0a6 GPU/Vulkan: Fix box downsampling using incorrect texture 2021-03-25 13:33:48 +10:00
Connor McLaughlin
c5e14c2f9f Android: Remove title from toolbar/add open icon 2021-03-25 13:33:48 +10:00
Connor McLaughlin
a3b0f7b2dd
Merge pull request #1859 from ggrtk/fix-loadstate-message
System: Fix message crash for missing CD image
2021-03-25 13:33:39 +10:00
Albert Liu
d10365c60e System: Fix message crash for missing CD image 2021-03-22 19:17:04 -07:00
Connor McLaughlin
4cd8c959ce
Merge pull request #1853 from 6lackmag3/patch-26
(Android) update values-ru/strings to latest
2021-03-22 12:18:06 +10:00
Connor McLaughlin
8f139a0bea
Merge pull request #1852 from 6lackmag3/patch-27
(Android) update values-ru/arrays
2021-03-22 12:17:49 +10:00
Connor McLaughlin
1e3679c48b Update compatibility list 2021-03-22 12:17:06 +10:00
Connor McLaughlin
768e819ec8 Android: Re-enable logging in EmulationSurfaceView 2021-03-22 12:09:40 +10:00
Connor McLaughlin
dd130c2132 Android: Fix possible crash in memory card editor 2021-03-22 12:09:22 +10:00
6lackmag3
f02cee23f7
(Android) update values-ru/arrays 2021-03-22 02:23:36 +03:00
6lackmag3
6ecf75e0ba
(Android) update values-ru/strings to latest 2021-03-22 02:23:19 +03:00
Jake Stine
96344799a0 pad: improve UI messaging when UI config doesn't match savestate config, and document some edge cases. 2021-03-21 13:25:46 -07:00
Jake Stine
6449207e04 pad: remove unreachable code block in DoState
The block in question was introduced by changesets:
  47f0720b936
  125d104df4f
2021-03-21 12:31:58 -07:00
Connor McLaughlin
4c3d2cd3fe Android: Stop activity recreate when theme is set
Hopefully will fix those crashes on startup.
2021-03-21 17:22:33 +10:00