Commit Graph

6863 Commits

Author SHA1 Message Date
3e792651d4 Merge pull request #2174 from CookiePLMonster/vs2019-workaround
Common/DimensionalArray: Re-revert the workaround
2021-05-26 13:48:13 +10:00
205e18a0c7 Qt: Add icons by @andercard0 2021-05-26 13:42:35 +10:00
3ab7dcff82 CMake: Simplify platform detection a bit 2021-05-26 13:25:13 +10:00
803b68b279 Common/DimensionalArray: Re-revert the workaround
VS16.10 fixes the regression and bumps up _MSC_VER,
so make only VS2017 and VS16.9 use the workaround
2021-05-25 19:00:40 +02:00
deb7f0741a GameSettings: Force LUT fastmem for Racing Lagoon
Slight performance boost.
2021-05-26 02:50:44 +10:00
7c43f5c13e CPU/CodeCache: Fix compilation on 32-bit x86 2021-05-26 02:48:46 +10:00
baad1a4b23 CPU/Recompiler: Optimize away nops completely
35% performance improvement for PGXP CPU mode in Racing Lagoon.
2021-05-25 20:01:59 +10:00
f4242f390b GPU/HW: Use a larger epsilon for PowerVR 2021-05-25 20:01:37 +10:00
df26792c19 PGXP: Small optimization in memory lookup 2021-05-25 20:01:00 +10:00
eaab0cc033 GPU/ShaderGen: Use smaller position epsilon on PowerVR 2021-05-25 18:42:21 +10:00
df3427bb41 Android: Remove pause on menu option 2021-05-25 15:12:24 +10:00
6543cc42d3 Update compatibility settings for Rebel Assault II 2021-05-25 15:12:24 +10:00
d3d397d582 Merge pull request #2172 from 6lackmag3/patch-60
(Android) Update values-ru/strings
2021-05-25 14:15:56 +10:00
6bf7dc6a52 Merge pull request #2171 from 6lackmag3/patch-61
(Android) Update values-ru/arrays
2021-05-25 14:15:47 +10:00
e8a21d32dc CommonHostInterface: Use string list for autofire bindings
Fixes autofire bindings on Android.
2021-05-25 14:14:37 +10:00
08876d132f GPU/HW: Don't generate always/never-discarding discard shaders
Might fix the PowerVR driver...
2021-05-25 13:38:33 +10:00
0979149236 EvdevControllerInterface: Implement axes 2021-05-25 13:20:15 +10:00
75bedbe5fd (Android) Updates for values-ru/arrays 2021-05-25 01:01:56 +03:00
762c3b24e7 (Android) Updates for values-ru/strings 2021-05-25 01:00:27 +03:00
350bae7e94 Android: Implement controller auto-fire 2021-05-24 21:25:08 +10:00
8f23a79d36 CommonHostInterface: Add public method to activate autofire 2021-05-24 21:25:08 +10:00
a67f77d2a1 Android: Add custom aspect ratio support 2021-05-24 21:25:08 +10:00
daf2fd327f Android: Fix incorrect PBP statement in empty list 2021-05-24 21:24:22 +10:00
6a2b2ac7f8 System: Don't wipe out nonpersistent memory cards during game change 2021-05-24 21:24:22 +10:00
3f2c034869 CommonHostInterface: Fix always using playlist title for running game 2021-05-24 21:24:22 +10:00
b6ea769ecf Merge pull request #2168 from 6lackmag3/patch-59
(Android) fixes & updates for values-ru/arrays
2021-05-24 21:23:17 +10:00
d4b0f72ba9 Merge pull request #2167 from 6lackmag3/patch-58
(Android) fixes & updates for values-ru/strings
2021-05-24 21:23:10 +10:00
6f8595d359 Merge pull request #2166 from andercard0/patch-126
Android - Update strings
2021-05-24 21:22:10 +10:00
0307e68cdf Merge pull request #2165 from andercard0/patch-125
Android - Update
2021-05-24 21:21:59 +10:00
6e46cb11a7 Merge pull request #2163 from andercard0/patch-124
Atualização Português do Brasil
2021-05-24 21:21:48 +10:00
0881abcab3 Qt: Update German translation and fix cdromSeekSpeedup (#2161)
* Update duckstation-qt_de.ts

* Update duckstation-qt_de.ts

* Update consolesettingswidget.cpp

* Update duckstation-qt_de.ts

* Update duckstation-qt_de.ts
2021-05-24 21:21:38 +10:00
3afc1e9473 (Android) fixes & updates for values-ru/arrays 2021-05-24 02:19:59 +03:00
0605611e3d (Android) fixes & updates for values-ru/strings 2021-05-24 02:14:11 +03:00
8013ad402a Android - Update
Update file to latest.
2021-05-23 20:00:16 -03:00
3ff56a5166 Android - Update
Tiny update file to latest.
2021-05-23 19:26:19 -03:00
d8770c1a2c Atualização Português do Brasil
Update file to latest.
2021-05-23 17:46:37 -03:00
16efffa403 CueParser: Ignore pregap when index 0 is specified
Also corrects the previous track length when index 0 is specified.
2021-05-23 20:42:50 +10:00
8f639070c9 CueParser: Ignore zero pregap when index 0 is set 2021-05-23 20:33:55 +10:00
5556d8221b CueParser: Fix reading cuesheets with timecodes >60mins 2021-05-23 20:06:10 +10:00
d0de6a0aa9 Android: Expose CD-ROM seek speedup enhancement 2021-05-23 18:04:48 +10:00
c9029a88c7 CMake: Fix Android native library build 2021-05-23 18:00:57 +10:00
70396621e8 Merge pull request #2151 from andercard0/patch-123
Atualização Português do Brasil
2021-05-23 17:31:24 +10:00
743d463b18 Update README.md 2021-05-23 17:30:31 +10:00
d9a655fb41 System: Add non-persistent memory card type 2021-05-23 17:12:01 +10:00
3dc7ef92c2 GameSettings: Add CD-ROM seek speedup 2021-05-23 16:18:34 +10:00
98e4c181ca CDROM: Add seek speedup enhancement 2021-05-23 16:18:34 +10:00
143a82b543 scripts: Add libretro core build scripts 2021-05-23 16:18:34 +10:00
d4a13f511c dep: Reduce dependencies for libretro core 2021-05-23 16:18:34 +10:00
817c7ef96a FrontendCommon: Mark host display files as final
Libretro has its own display classes now.
2021-05-23 16:18:15 +10:00
71effa3b3e Atualização Português do Brasil
Update file to latest.
2021-05-21 17:41:00 -03:00