Commit Graph

25810 Commits

Author SHA1 Message Date
Unknown W. Brackets
1358a80aa6 arm64jit: Fix avoidLoad handling for fpu regs. 2019-06-02 22:03:06 -07:00
Henrik Rydgård
47eb7d4a5b
Merge pull request #12077 from unknownbrackets/danganronpa
GPU: Correct Danganronpa hack
2019-06-02 22:34:14 +02:00
Unknown W. Brackets
a76d46dfa8 GPU: Correct Danganronpa hack.
Accidentally broken in #11553.
2019-06-02 11:48:46 -07:00
Unknown W. Brackets
816abce8fc Windows: Fix some warnings.
Also one in armjit.
2019-06-02 09:30:38 -07:00
Henrik Rydgård
f4e489ee50 Fix minor oversight 2019-06-02 17:49:21 +02:00
Henrik Rydgård
ce4c254faa
Merge pull request #12076 from hrydgard/jit-disable-regalloc
JitDisable: Add options to disable regalloc across instructions (flush after every instruction)
2019-06-02 17:27:04 +02:00
Henrik Rydgård
55b4b4b9e3 Style fix 2019-06-02 16:22:19 +02:00
Henrik Rydgård
6fd40332fd JitDisable: Add option to disable regalloc across instructions (flush after every instruction) 2019-06-02 16:06:10 +02:00
Unknown W. Brackets
1018c4dd97
Merge pull request #12074 from hrydgard/antx64-patch-without-iso
The good UWP stuff from #12031
2019-06-01 13:04:59 -04:00
Henrik Rydgård
29bc9a6508 Silence robocopy error codes 2019-06-01 18:49:23 +02:00
Antx64
97195b254d Edited version of #12031, without the ISO/CSO ability.
This commit deletes useless binary files from UWP/Content folder, since they are now being correctly copied from the assets folder and should no longer just update files. Fixed gold build, fixes submodules alter, and also, fixes the format change that occured thanks to copy paste and VS. Deleted .empty file from content folder accidentaly and had to recommit. Hurray for megit status
2019-06-01 18:41:30 +02:00
Henrik Rydgård
57911d1b06
Merge pull request #12070 from CookiePLMonster/word-wrap-trim
Improvements to WordWrapper
2019-06-01 18:26:53 +02:00
Henrik Rydgård
7fc9625849 Oops, tab fix to previous commit 2019-06-01 18:21:45 +02:00
Henrik Rydgård
6a681bbcad Add d3d9_d3dcompiler_loader to libretro's makefile. Probably helps #12071 2019-06-01 18:17:26 +02:00
Henrik Rydgård
58afd2fd43 Update lang submodule 2019-06-01 16:35:02 +02:00
Silent
6639a550f1
Improve WordWrapper:
- When wrapping before word, left trim whitespaces to prevent newlines from starting indented
- Change lastLineStart_ to size_t to cut down on nasty typecasts
- Replace operator += with explicit call to append to make intent more clear and reduce memory allocations
2019-05-30 19:24:31 +02:00
LunaMoo
57bd3c63f4 Block savestates OSM when video frames are dumped.
Also make the dump messages shorter,
especially dump start since it will be recorded.
2019-05-27 23:43:39 +02:00
LunaMoo
738b38a109 Fix avi dump feature by using output buffer. 2019-05-27 22:43:20 +02:00
Henrik Rydgård
d0d8ea3fb8
Merge pull request #12064 from unknownbrackets/realpath
Windows: Add ResolvePath fallback if symlink fails
2019-05-27 09:53:23 +02:00
Henrik Rydgård
a8b092a60f
Merge pull request #12065 from unknownbrackets/gl-error
GLES: Use fragColor0 in GLSL 3.30 float path
2019-05-27 09:52:31 +02:00
Unknown W. Brackets
3ba6c1e42b GLES: Use fragColor0 in GLSL 3.30 float path.
This should only happen when 32 bit ints are unsupported, which has been
reported for a few devices.
2019-05-27 00:36:48 -07:00
Unknown W. Brackets
d533c3c08e Windows: Add ResolvePath fallback if symlink fails.
Seeing this on some of my paths, which started creating duplicate recent
entries because the fallback path did no normalization at all.
2019-05-26 18:32:42 -07:00
Henrik Rydgård
dba2158849
Merge pull request #12063 from unknownbrackets/dither
SoftGPU: Implement dithering
2019-05-26 20:20:22 +02:00
Unknown W. Brackets
7412e13767 SoftGPU: Implement dithering.
Note: it applies even in 8888, so it can be used as a slight brightness
adjustment.
2019-05-26 09:52:34 -07:00
Unknown W. Brackets
eff793cb7b Fix spurious unit test failure. 2019-05-26 07:33:41 -07:00
Henrik Rydgård
4b124a7344
Merge pull request #12055 from CookiePLMonster/showinfolder-improvement
Improved Show in Folder behaviour
2019-05-23 21:49:20 +02:00
Silent
bb2ba8086b
Improved Show in Folder:
- Not spawning cmd.exe anymore, rather using the same way Chromium does to spawn a shell window with a file focused
- Hid a nonfunctional "Show In Folder" button for UWP builds
2019-05-23 19:59:08 +02:00
Henrik Rydgård
c748380f5d Update gradle yet again 2019-05-21 21:37:47 +02:00
Henrik Rydgård
f7a2fc963d Vain attempt to make the Windows buildbot happy, after LunaMoo's comment in #12052 2019-05-20 10:57:37 +02:00
Henrik Rydgård
7218bda9a5 Oops, this was left for debugging. 2019-05-19 16:03:18 +02:00
Henrik Rydgård
bd0e458e2a
Merge pull request #12052 from hrydgard/vs2017-sdk-hack
VS2017: Add hack to automatically select the newest installed Windows 10 SDK
2019-05-19 15:33:33 +02:00
Henrik Rydgård
efa1406d8f VS2017: Add hack to automatically select the newest installed Windows 10 SDK. VS2019 already does this by default if you specify 10.0.
Should hopefully fix the buildbot.
2019-05-19 15:23:25 +02:00
Henrik Rydgård
17c56f698a Compat: The Transformers games perform much better with Force 60fps.
They do work without it too, but it's just better this way.

User reported.
2019-05-19 14:17:45 +02:00
Unknown W. Brackets
139f392395
Merge pull request #12042 from ccawley2011/clipboard
SDL/Qt: Implement clipboard support
2019-05-18 13:52:35 -04:00
Henrik Rydgård
33c53eebe9 D3D11 init: Release pFactory at the appropriate place. 2019-05-16 00:37:06 +02:00
Henrik Rydgård
a5bbc9ff06
Merge pull request #12041 from hrydgard/d3d11-additional-error-check
Add a missing error check to the D3D11 device creation. May help #12039?
2019-05-15 23:36:13 +02:00
Cameron Cawley
c648c790ac Qt: Implement clipboard support 2019-05-15 22:31:05 +01:00
Cameron Cawley
427d5f821e SDL: Implement clipboard support 2019-05-15 22:29:40 +01:00
Henrik Rydgård
6117e37a14 D3D11: Also properly check for the no-adapters case. 2019-05-15 22:58:45 +02:00
Henrik Rydgård
0320b4961b Add a missing error check to the D3D11 device creation. May help #12039? 2019-05-15 22:55:24 +02:00
Henrik Rydgård
55ea42594c
Merge pull request #12040 from ccawley2011/arch.h
Remove base/arch.h
2019-05-15 22:33:41 +02:00
Cameron Cawley
8afc2b72ef Remove base/arch.h 2019-05-15 20:06:23 +01:00
Henrik Rydgård
ff7a85cc2f
Merge pull request #12032 from driver1998/d3dcompiler
POC: D3DCompiler on D3D9
2019-05-14 22:54:30 +02:00
Unknown W. Brackets
bf8255cbc9 Windows: Workaround buildbot failure.
The SDK on the buildbot doesn't seem to have this define, let's just ifdef
it since the buildbot isn't building arm64 Windows builds anyway.
2019-05-13 19:39:14 -07:00
Henrik Rydgård
02ff1fa1e9
Merge pull request #12033 from rlac/android_screensize_fixes
Android: Display measurement fixes
2019-05-13 13:34:05 +02:00
Henrik Rydgård
974d8f5d13
Merge pull request #12037 from driver1998/master
Fix git-version-gen on normal commits (without tag)
2019-05-13 13:31:05 +02:00
driver1998
c4f200e814 ArmCPUDetect: close the registry key when finish 2019-05-13 19:06:31 +08:00
driver1998
cdaa8d2609 fix git-version-gen on normal commits (without tag) 2019-05-13 19:05:57 +08:00
Henrik Rydgård
712964faf5
Merge pull request #12036 from driver1998/uwp_fixes
Several UWP fixes
2019-05-13 10:57:41 +02:00
driver1998
1a9a617325 UWP: Use default (latest) toolset and remove dependency to 16299 SDK 2019-05-13 16:07:48 +08:00