Connor McLaughlin
ea9829946d
Cheats: Implement D4/D5/D6 code types
2020-12-06 15:47:00 +10:00
Anderson_Cardoso
f0c2fb23e3
Atualização Português do Brasil
2020-12-05 13:51:47 -03:00
Connor McLaughlin
fd6462263f
Common/Event: Fix TryWait not returning on timeout on Linux
...
Fixes a potential deadlock in the Qt frontend if initialization on the
emu thread takes too long.
2020-12-06 00:41:07 +10:00
Connor McLaughlin
1e322191ea
GameSettings: Force recompiler icache in Suikoden (USA)
...
This game calls BIOS memmove() in uncached memory a bunch of times,
which takes several frames to complete. Version 1.0 will corrupt
palettes if this completes too quickly.
2020-12-06 00:35:54 +10:00
Connor McLaughlin
a90c25d0e7
SPU: Ignore manually set loop address only on first block
...
Fixes occasional missing dialogue in Valkyrie Profile.
2020-12-06 00:35:54 +10:00
Connor McLaughlin
d7bd21c06d
Timers: Update when sync is used with sysclk source
...
Fixes hang at boot in Zoku Mikagura Shoujo Tanteidan - Kanketsuhen.
2020-12-06 00:35:54 +10:00
Connor McLaughlin
5e05a14f97
GPU: Fix incorrect draw time approximation of lines
...
Fixes flickering pre-mission screen in Omega Boost.
2020-12-06 00:35:54 +10:00
Connor McLaughlin
d757056891
GPU: Implement dot clock timer (Timer 0)
...
Fixes softlock in Evil Dead - Hail to the King.
2020-12-06 00:35:54 +10:00
Connor McLaughlin
8b3426a96e
System: Reinitialize code cache on hw settings change/disc swap
...
Basically, anything which could allocate large amounts of memory and
potentially overlap with our fastmem area.
2020-12-06 00:35:54 +10:00
Connor McLaughlin
1c9d0967b1
GPU/OpenGL: Fix shader compile error on GLES
2020-12-06 00:35:54 +10:00
Connor McLaughlin
6d674175f4
Qt: Add missing documentation for pause-on-focus-loss
2020-12-06 00:35:54 +10:00
Connor McLaughlin
47cd1bc67e
Merge pull request #1149 from andercard0/patch-36
...
Atualização tradução Português do Brasil
2020-12-06 00:35:19 +10:00
RaydenX93
a9b7e295fe
Update Italian Translation ( #1148 )
...
* Update duckstation-qt_it.ts
* Corrections
On behalf of @hugihadein
2020-12-06 00:35:08 +10:00
Connor McLaughlin
6b147d8a59
Merge pull request #1146 from CookiePLMonster/xinput-axis-fix
...
XInput: Fix mapping triggers to axes
2020-12-06 00:34:56 +10:00
Anderson_Cardoso
2fc27a6bb2
Atualização tradução Português do Brasil
...
Updated to latest.
2020-12-05 09:00:19 -03:00
Silent
39768edd74
XInput: Fix mapping triggers to axes
2020-12-04 17:55:01 +01:00
Connor McLaughlin
5575950822
Cheats: Support chaining C0 codes with separator (00000000 FFFF)
2020-12-05 02:08:10 +10:00
Connor McLaughlin
af6b0dc189
Qt: Add option to pause on application focus loss
2020-12-05 02:08:10 +10:00
Connor McLaughlin
2899e2d73c
Merge pull request #1145 from PugsyMAME/master
...
General Cheat File Housekeeping
2020-12-05 02:07:14 +10:00
Connor McLaughlin
0a0243b78e
Merge pull request #1141 from andercard0/patch-35
...
Atualização Português Brasil
2020-12-05 02:05:33 +10:00
Connor McLaughlin
60b7d8e8c0
Merge pull request #1140 from zkdpower/master
...
Update Simple-Chinese language file to latest
2020-12-05 02:05:19 +10:00
PugsyMAME
9556ad8a55
Changed all repetitive D0 codes into shorter C0 codes
...
Changed all repeating D0 codes with C0 types including a 00000000 FFFF terminator
2020-12-04 15:57:46 +00:00
PugsyMAME
9edf71d4de
Merge pull request #1 from PugsyMAME/PugsyMAME-patch-1
...
General Cheat File Housekeeping #1
2020-12-04 13:31:18 +00:00
PugsyMAME
f561392136
General Housekeeping
...
Added basic header to top of cheat file. Started work on further cleaning up the cheats to work better with Duckstation - grouping, re-sorting, fixing typos and format discrepancies, adding some cheats and removing a few duplicate cheats.
2020-12-04 13:26:23 +00:00
Anderson_Cardoso
526c682298
Atualização Português Brasil
...
Atualizado para versão atual!
2020-12-03 22:02:31 -03:00
zkdpower
822df373bb
Update Simple-Chinese language file to latest
...
Update Simple-Chinese language file to latest
2020-12-04 08:54:53 +08:00
Connor McLaughlin
9089c97339
CPU: Drop cache control log to dev level
2020-12-04 01:19:00 +10:00
Connor McLaughlin
52dbcbaca5
PGXP: Treat add rd, rs, zero as moves
...
Fixes exploding vertices in BIOS intro.
Needs further investigation as to why this fixes it - clearly the actual
oepration is incorrect.
2020-12-04 01:07:36 +10:00
Connor McLaughlin
59ac365b52
GPU/HW: Extend the UV range to all "upscaled" pixels
...
Extend the UV range to all "upscaled" pixels. This means 1-pixel-high
polygon-based framebuffer effects won't be downsampled.
(e.g. Mega Man Legends 2 haze effect)
2020-12-04 00:33:04 +10:00
Connor McLaughlin
362905e3df
GPU: Add display line offset game setting
...
Use when games need additional cropping.
2020-12-04 00:33:04 +10:00
Connor McLaughlin
c9ca57f013
Merge pull request #1134 from PugsyMAME/master
...
New conversion of the original database
2020-12-04 00:32:36 +10:00
PugsyMAME
b7b15fe540
New conversion of my original database
...
Converted MAME format cheats into DS format, fixed issue with some games having multiple headings and made the headers more verbose with square brackets to help them stand out.
2020-12-02 23:33:57 +00:00
Connor McLaughlin
8ad9dcb1ac
Android: Add CD-ROM preload option
2020-12-03 00:57:52 +10:00
Connor McLaughlin
c406f0708f
Cheats: Implement C0 command (activate codes iff equal)
2020-12-03 00:57:52 +10:00
Connor McLaughlin
3eaf28675a
Merge pull request #1126 from andercard0/patch-34
...
Atualização Português do Brasil
2020-12-03 00:57:30 +10:00
Connor McLaughlin
bc91075bdf
Merge pull request #1125 from zkdpower/master
...
Update Simple-Chinese language file to latest
2020-12-03 00:56:56 +10:00
Anderson_Cardoso
78031afee7
Atualização Português do Brasil
...
Update to latest.
2020-12-01 14:57:06 -03:00
zkdpower
3a33ada3f9
Update Simple-Chinese language file to latest
...
Update Simple-Chinese language file to latest
2020-12-02 01:48:46 +08:00
Connor McLaughlin
cd8f17dbd0
Qt: Allow memory card editing from playlist context menu
2020-12-02 00:56:31 +10:00
Connor McLaughlin
0ea2ced46d
Qt: Disable game properties for playlist entries
2020-12-02 00:56:15 +10:00
Connor McLaughlin
2a61620dae
dep/libchdr: Sync to upstream (82670d5)
2020-12-01 23:34:21 +10:00
Connor McLaughlin
7e944103c2
GPU/OpenGL: Work around rasterization/interplation issue on V3D/Pi4
2020-12-01 15:14:23 +10:00
Connor McLaughlin
a2666de7c8
HostInterface: Make mmap fastmem unavailable a warning instead of OSD message
2020-12-01 13:23:02 +10:00
Connor McLaughlin
977c2f4947
CheatList: Fix games with serial aliases not loading from database
2020-12-01 13:21:07 +10:00
Connor McLaughlin
f8c2d7dafd
Merge pull request #1121 from dankcushions/geoshader
...
OES_geometry_shader and OES_copy_image support
2020-12-01 02:12:51 +10:00
Connor McLaughlin
98f70e9b51
HostDisplay: Add 5:4 and 3:2 aspect ratios
2020-12-01 01:58:46 +10:00
Connor McLaughlin
bccecdbf18
Qt: Fix crash with Vulkan renderer when unsupported
2020-12-01 01:17:26 +10:00
Connor McLaughlin
37c9e69b3e
System: Zero downcount at end of frame
...
Prevents code running after vblank starts, and fixes events getting
delayed in interpreter mode.
2020-12-01 01:16:49 +10:00
dankcushions
e7139fe0d1
OES_copy_image support
2020-11-30 14:08:26 +00:00
Connor McLaughlin
48f3bc7045
Update cheat database
2020-11-30 21:49:48 +10:00