Commit Graph

6898 Commits

Author SHA1 Message Date
6920d6f74e Merge pull request #2035 from mirrornoir/master
Update gamedb with hashes for two titles
2021-04-30 02:50:17 +10:00
ad32d08986 Merge pull request #2034 from zkdpower/master
Update Simple-Chinese Translation to latest.
2021-04-30 02:50:10 +10:00
80a534de9a update qt spanish translation 2021-04-29 00:09:33 -03:00
a18c0265d1 Update Threads of Fate (USA) with hash for game code 2021-04-27 23:59:51 -04:00
74f9ace9fb Update Urban Chaos (USA) with hash for game code 2021-04-27 23:52:46 -04:00
14e23850fa Update Simple-Chinese Translation to latest.
Update Simple-Chinese Translation to latest.
2021-04-28 11:28:24 +08:00
f1310bf93a System: Don't discard PGXP state when runahead-rollbacking
You'll still see some glitches if you have the frame count set too high,
since you'll get imprecise values for any vertices which have moved, but
that's going to happen anyway because of the runahead in the first
place.
2021-04-28 02:51:44 +10:00
c2916e0719 System: Render save state screenshots at fixed resolution
Fixes delays when saving state at high internal resolution.
2021-04-28 02:51:44 +10:00
67adc986ab VulkanHostDisplay: Fix incorrect screenshot size rendering when specified 2021-04-28 02:51:44 +10:00
6767fa1e5f OpenGLHostDisplay: Disable scissor test before rendering
Fixes uncleared screen sections in OpenGL renderer.
2021-04-28 02:51:44 +10:00
e6383286d9 D3D11HostDisplay: Make screenshots/display rendering opaque 2021-04-28 02:51:44 +10:00
ad59cf6974 Merge pull request #2031 from andercard0/patch-108
Atualização Português do Brasil
2021-04-28 01:56:33 +10:00
1cba1f1984 Merge pull request #2030 from ifarbod/patch-1
Fix width and height checks for fullscreen swapchain (d3d11)
2021-04-28 01:56:23 +10:00
cbc3dad369 Atualização Português do Brasil
Update file to latest.
2021-04-26 17:26:32 -03:00
0f8128cc23 Fix width and height checks for fullscreen swapchain
Height is being compared against Width somehow, this is wrong..
2021-04-26 22:33:28 +04:30
1e44c2f3d0 GameSettings: Add trait to force LUT fastmem
Should help with games like CMR2 and Lagnacure (which are
constantly invalidating code), and THPS series (which use
memory mirrors).
2021-04-27 03:16:44 +10:00
f34a048009 CPU/CodeCache: Fall back constantly-modified blocks to interpreter
Partial fix for slowdown in Colin McRae Rally 2.0.
2021-04-27 02:56:57 +10:00
b84827b315 Pad: Don't remove card when loading state without card in slot
... unless load-devices-from-state is enabled.
2021-04-27 02:24:28 +10:00
e842abfa8a CPU/Recompiler: Fix corrupted constant address byte/halfword writes
Fixes broken rendering in Dino Crisis.
2021-04-27 02:11:33 +10:00
a1a7b073d5 Add AppStream metadata file
Can be used for AppImage, and required for Flatpak.
2021-04-26 15:02:59 +02:00
fda106811c Merge pull request #2026 from falsepopsky/updateSpanish
update spanish translation (android)
2021-04-26 22:40:00 +10:00
40731b49fc Bus: Handle CPU-internal narrow writes
The full 32-bits of the GPR are used.

Fixes SoundScope in the BIOS Shell.
2021-04-26 22:08:18 +10:00
7fb5d6908f AnalogController: Use device state instead of save state for mode 2021-04-26 21:25:43 +10:00
ba614ea3e2 update spanish translation-android 2021-04-24 13:59:55 -03:00
844c8e916f Update merged gamedb 2021-04-24 16:25:35 +10:00
e3f1b6583f Merge pull request #2024 from andercard0/patch-107
Atualização Português do Brasil
2021-04-24 16:25:08 +10:00
592ed003c2 Merge pull request #2023 from 6lackmag3/patch-49
Update m.json
2021-04-24 16:24:57 +10:00
ff427f4cbe Merge pull request #2022 from 6lackmag3/patch-48
Update g.json
2021-04-24 16:24:53 +10:00
ca52a1de67 Merge pull request #2021 from 6lackmag3/patch-47
Update k.json
2021-04-24 16:24:47 +10:00
a7be5ccd50 Merge pull request #2020 from 6lackmag3/patch-46
Update d.json
2021-04-24 16:24:42 +10:00
4ccdf53336 Merge pull request #2019 from zkdpower/master
Update Simple-Chinese Translation to latest.
2021-04-24 16:24:35 +10:00
46d19eeb1f Android: Allow opening/getting files relative to downloads directory 2021-04-24 16:19:13 +10:00
600ae7bcc0 Update compatibility settings for Chrono Cross 2021-04-24 16:03:10 +10:00
66dee33393 Atualização Português do Brasil
Update and fix typos. File updated to latest.
2021-04-24 00:04:16 -03:00
fbb186fc5e Update m.json 2021-04-24 05:49:10 +03:00
c4094af375 Update g.json
remove analog support for Guilty Gear
2021-04-24 05:48:41 +03:00
644fd507d9 Update k.json
add analog support for KKND
2021-04-24 05:47:53 +03:00
d19b179095 Update d.json 2021-04-24 05:46:26 +03:00
c3a110e3f8 Update Simple-Chinese Translation to latest.
Update Simple-Chinese Translation to latest.
2021-04-24 10:39:21 +08:00
8f821c776c FullscreenUI: Fix compile with cheevos compile-time disabled 2021-04-22 15:52:11 +10:00
cc6ef01926 CMake: Add missing rapidjson dependency for frontend-common 2021-04-22 15:44:31 +10:00
cfb4b058d1 CPU/Recompiler: Gate debug exceptions behind memory exception flag
Libcrypt games seem to leave exceptions enabled, and it forces
interpreter for them when it's unnecessary.
2021-04-22 15:43:35 +10:00
fe1a582909 System: Disallow booting when SBI files are missing 2021-04-22 13:40:48 +10:00
558978b7f2 GameDatabase: Fix incorrect entries returned from short serials 2021-04-22 13:40:48 +10:00
a11883e2b4 GameDB: Fix detection of Advanced V.G. (Japan) 2021-04-22 13:40:48 +10:00
0a50ca3f18 CDROM: Improve CDDA report logging 2021-04-22 13:40:48 +10:00
1bc596ee26 Merge pull request #2010 from CookiePLMonster/update-gamecontrollerdb
Update SDL game controller database
2021-04-22 13:40:30 +10:00
1c5c2f1eda Merge pull request #2009 from CookiePLMonster/update-pl-loc
Update PL localization
2021-04-22 13:40:18 +10:00
d6db467ce8 Update SDL game controller database 2021-04-22 00:08:08 +02:00
a1639bdf0d Update PL localization 2021-04-21 23:58:31 +02:00