Commit Graph

6162 Commits

Author SHA1 Message Date
5c6e92cdfc GPU/HW: Disable coordinate clamping when unnecessary 2020-08-10 23:28:37 +10:00
b95ce993e0 GPU/HW: Clamp interpolated UVs to polygon limits
Fixes texture filtering and PGXP issues in some games.
2020-08-10 23:28:37 +10:00
f0cd42dc1a Update gpusettingswidget.cpp
Second pass, making some changes to my own changes. Still not entirely sure what I'm doing.
2020-08-10 09:00:19 -04:00
f14dc6de27 Update Portuguese (Pt) translation 2020-08-10 20:40:28 +10:00
ac42510780 INISettingsInterface: Fix saving/loading with Unicode paths 2020-08-09 04:40:21 +10:00
5b9db71b87 CPU/Recompiler: Fix mid-block software interrupts not updating pc
Fixes Need for Speed: High Stakes hanging at boot.
2020-08-09 04:32:53 +10:00
223074b78f SPU: Fix activating transfer event with a downcount of 0
Happened when loading states.
2020-08-09 04:29:43 +10:00
2a6c06d4be CI: Temporarily disable Linux packaging
Seems that there's some issues with AppImage creation...
2020-08-09 03:02:32 +10:00
96b86acb4f Qt: Move debug GPU device to advanced options 2020-08-09 00:03:07 +10:00
70767dc6bf CPU/Recompiler/AArch64: Use cmn for negative constant comparisons 2020-08-08 23:44:13 +10:00
901ca71fdc CPU/Recompiler: Add temporary inhibiting of register allocation 2020-08-08 23:44:13 +10:00
1d5f810a4b CPU/Recompiler: Disable memory access exceptions by default
This means it'll no longer pass amidog's CPU test in the default config.
But no games rely on this. You can enable it in advanced options if you
want to pass the CPU test.
2020-08-08 23:44:13 +10:00
b1377fe0d9 CPU/Recompiler: Add a fast block lookup array
Up to 15% perf improvement.
2020-08-08 23:06:28 +10:00
f6e88353eb CPU/Recompiler: Make generated code invariant to virtual PC 2020-08-08 23:06:28 +10:00
8d4216068a CPU/Recompiler: Implement div/divu 2020-08-08 23:06:27 +10:00
a2f271c505 CPU: Simplify some exception checks in cop0-3 2020-08-07 17:05:01 +10:00
80be38b7c8 Updater/Win32: Grammar fix in message 2020-08-07 16:34:48 +10:00
472f1c1c6b Updater: Display a more helpful message if ran manually 2020-08-07 03:40:19 +10:00
7fde0d93a6 Update README.md with latest changes 2020-08-07 03:38:21 +10:00
92bc65d883 Qt: Turn language list into radio buttons 2020-08-07 03:34:40 +10:00
e5c46a54b7 System: Restore/reset state on recreating GPU/updating settings
Fixes display corruption on RetroArch when switching renderers.
2020-08-06 23:20:52 +10:00
359234080a D3D11: Set GS to null when restoring state
Fixes the D3D11 renderer being broken on RetroArch due to it leaving a
geometry shader bound.
2020-08-06 23:19:19 +10:00
7ab521f740 Updater: Handle UTF-8 paths when launching at end 2020-08-06 22:38:34 +10:00
f0e3373cb2 Qt: Add message about unofficial builds auto-update incompatibility 2020-08-06 22:37:30 +10:00
72053e5500 Qt: Fix non-auto-update-enabled builds 2020-08-06 22:22:35 +10:00
c2a60b766d CI: Tag Windows builds so they can be updated 2020-08-06 22:11:08 +10:00
c09bfc4d2b Qt: Add automatic updater 2020-08-06 22:08:22 +10:00
070b16e611 Updater/Win32: Use shell for deleting directories 2020-08-06 22:07:56 +10:00
512a8b2b39 FileSystem: Make more functions UTF-8 compatible on Windows 2020-08-06 22:07:43 +10:00
f1315b182f Updater: Fix hang instead of skipping updater.exe 2020-08-06 20:54:59 +10:00
e956bbdab8 Updater: Don't always open console window 2020-08-06 20:11:31 +10:00
8bc6433be1 scmversion: Include the current commit hash 2020-08-06 20:11:22 +10:00
64b745fd56 CI: Fix Windows build upload 2020-08-06 20:11:04 +10:00
389c4945e0 CI: Use zips instead of 7z for Windows downloads 2020-08-06 19:36:41 +10:00
199315cea7 CI: Rename updater to updater.exe 2020-08-06 19:36:41 +10:00
12bef7caa2 Add update installer program (Windows only for now) 2020-08-06 19:36:41 +10:00
045e6dff61 Common: Add Win32ProgressCallback 2020-08-06 19:33:08 +10:00
7cafb8c515 Common: Add MinizipHelpers (RAM and UTF-8 compatible fopen) 2020-08-06 19:33:02 +10:00
6e586311e8 Common: Add title, modal information to ProgressCallback 2020-08-06 19:32:53 +10:00
8c1a72f640 Qt: Unmark window info error for translation 2020-08-06 19:30:47 +10:00
05f0ce6da8 libretro: Fix build 2020-08-06 01:50:02 +10:00
9ee4c0a898 Update compatibility list 2020-08-06 01:24:11 +10:00
2cc1fe9c02 libretro: Expose CD-ROM preload option 2020-08-06 01:20:12 +10:00
d73692caf7 Merge pull request #712 from RibShark/master
Only force 2 second pregap for track 1
2020-08-06 01:13:53 +10:00
1ebbb1e42a Only force 2 second pregap for track 1
Fixes #579
2020-08-05 15:19:28 +01:00
b6d25c46e4 Qt: Add de language to update_translations.bat 2020-08-05 20:42:48 +10:00
34a515cd08 Update compatibility list 2020-08-05 03:29:36 +10:00
a7dbb9ab28 CDImage: Work around cue parser requiring new line at end 2020-08-05 03:14:06 +10:00
466e4099d4 CDROM: Fix handling of logical seeks to audio sectors
Fixes Wizard's Harmony.
2020-08-05 03:14:04 +10:00
fbdc9ae631 CommonHostInterface: Remove additional API reset/restore on screenshot 2020-08-04 21:08:56 +10:00