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
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
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
33c53eebe9
D3D11 init: Release pFactory at the appropriate place.
2019-05-16 00:37:06 +02: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
ff7a85cc2f
Merge pull request #12032 from driver1998/d3dcompiler
...
POC: D3DCompiler on D3D9
2019-05-14 22:54:30 +02:00
driver1998
cdaa8d2609
fix git-version-gen on normal commits (without tag)
2019-05-13 19:05:57 +08:00
LunaMoo
2da9de9fe7
Fix typo which disabled GEDebugger
2019-05-12 17:50:25 +02:00
driver1998
21d2008676
Use D3DCompiler_47.dll for D3D9 context.
2019-05-12 11:17:10 +08:00
Henrik Rydgård
ff65b813d9
Assorted warning fixes
2019-05-10 23:26:34 +02:00
Henrik Rydgård
2f26297062
Clean up some more ifdefs
2019-05-10 23:25:57 +02:00
Henrik Rydgård
20d666ff55
Remove DbgNew.h forced include in ARM debug builds, doesn't work for some reason.
2019-05-10 23:18:31 +02:00
Henrik Rydgård
1f40aa4828
Add WindowsSDKDesktopARM64Support to vcxproj files
2019-05-10 22:44:12 +02:00
Henrik Rydgård
c3fab33354
Revert "Remove default SDK version from project files"
...
Seems to have been the wrong thing to do, see:
https://developercommunity.visualstudio.com/content/problem/140294/windowstargetplatformversion-makes-it-impossible-t.html
Though due to the bug described there, there's no perfect solution, just
some ugly ones (which I might try later). Anyway, I guess most people
will move on to VS 2019 anyway..
This reverts commit 056494522e
.
2019-05-09 23:58:23 +02:00
driver1998
7b7dede420
Fix D3D11 context on Windows ARM Debug
...
debug layers are not available on ARM32/ARM64 (D3D*SDKLayers.dll not available), so disable it.
2019-05-05 01:19:16 +08:00
driver1998
e3213b14ee
Remove unnecessary ifdefs
2019-05-05 01:15:32 +08:00
driver1998
87f43d51ef
Fix UnixTests and HeadlessHost on ARM
2019-05-04 23:56:55 +08:00
driver1998
0aa33d53c0
Disable features not available on Windows ARM32/ARM64
...
ARM32: OpenGL & DirectInput
ARM64: OpenGL
2019-05-04 22:45:16 +08:00
driver1998
763b85d723
Update Visual Studio project files for Windows ARM32/ARM64
2019-05-04 22:45:15 +08:00
LunaMoo
056494522e
Remove default SDK version from project files
2019-04-27 23:01:41 +02:00
LunaMoo
280f7fec39
Fix VS2019 builds and remove _xp dependency
...
(drops Win XP support, allows latest SDK etc.)
2019-04-25 23:56:55 +02:00
Henrik Rydgård
8f4bafea9c
Merge pull request #11932 from unknownbrackets/funchash
...
Debugger: Prevent saving a -1 sized func
2019-03-24 21:19:43 +01:00
Unknown W. Brackets
f53ea7e44f
Debugger: Prevent saving a -1 sized func.
2019-03-24 13:00:05 -07:00
Henrik Rydgård
8adb0dfd61
Vulkan validation: INFO level has gotten too spammy, turn it off.
2019-03-24 11:56:51 +01:00
Henrik Rydgård
4d5af330a7
Windows: Change FP model to Precise. See #11384
2019-03-14 10:59:35 +01:00
Henrik Rydgård
c77af182af
Merge pull request #11867 from unknownbrackets/ui-menu
...
Fix Windows help menu
2019-03-04 08:11:52 +01:00
Unknown W. Brackets
f2206158b2
UI: Update more browser links to https://.
2019-03-03 21:39:21 -08:00
Unknown W. Brackets
c821ad1d51
Windows: Link to https://.
2019-03-03 21:35:05 -08:00
Unknown W. Brackets
7428216063
Windows: Clear help menu correctly.
2019-03-03 21:34:32 -08:00
Henrik Rydgård
e74be9c492
DPI fixes in the old Win32 debugger. Fixes #11856 .
...
Also some general cleanup of it but decided it wasn't worth it to continue.
2019-03-03 09:19:44 +01:00
Henrik Rydgård
0cd3ac06d0
Avoid trying to create a FileLoader for empty filenames
...
Assorted cleanup
2019-02-25 21:35:51 +01:00
Henrik Rydgård
d91f706206
Log why the config is being saved (we seem to do it a bit much at times)
2019-02-23 11:55:44 +01:00
Henrik Rydgård
4d8f3c48ad
Merge pull request #11809 from unknownbrackets/ui-minor
...
Windows: Hide accelerators when they are disabled
2019-02-17 22:58:55 +01:00
Unknown W. Brackets
6bc596d3a7
Windows: Hide accelerators when they are disabled.
...
Currently, mapping something to load state / save state / etc. causes the
default accelerators to become disabled. In this case, it can be
confusing when the menu still shows them.
Fixes #11395 .
2019-02-17 12:17:41 -08:00
Unknown W. Brackets
d19e59dde7
Windows: Browse for folder like Qt.
...
Better to separate out the platform specific stuff.
2019-02-17 08:03:10 -08:00
Unknown W. Brackets
bc84571f0f
Windows: Detect Vulkan in separate process.
...
This should avoid crashes with broken AMD drivers that can't initialize
Vulkan properly. Instead, Vulkan will show up as unavailable.
Disabled during debug to allow for debugging.
2019-02-16 10:14:54 -08:00
Henrik Rydgård
23dd47ab77
Make "Show FPS Counter" in the Windows menu actually show fps, not just speed
2019-02-09 11:23:14 +01:00
Henrik Rydgård
d15e71915a
Add missing break statement fixing bizarre language menu issue from #7929
2019-02-06 19:57:44 +01:00
Henrik Rydgard
478b0b4278
Further improve VK extension loading. Switch to VK_EXT_debug_utils (but fallback to VK_EXT_debug_report if only that is available).
2019-02-05 21:31:38 +01:00
Henrik Rydgard
8e1a5ef3d6
Minor refactor of physical device property/feature detection, to allow for more extension use.
2019-02-05 18:07:17 +01:00
Henrik Rydgard
f339a0c15b
VK: Minor cleanup, turn off unfinished and probably wrong use of dedicated allocation feature
2019-01-31 14:09:21 +01:00
Cody Tilkins
cb9a946f1e
Merge pull request #2 from tilkinsc/patch-2
...
Update build-x64.cmd
2019-01-16 11:43:35 -05:00
Cody Tilkins
05f53a0fe3
Update build-x64.cmd
2019-01-16 11:41:01 -05:00
Cody Tilkins
1771cea5a3
Added " guards to if not exists
...
The reason why I added this is a just-in-case due to the nature that cmd explodes when something isn't set properly... it can start executing code that shouldn't be obtained.
I also fixed a minor formatting error
2019-01-16 11:39:34 -05:00
Unknown W. Brackets
adeca2c3ba
GLES: Move some vendor bug checks to Draw.
2018-12-23 20:27:22 -08:00
xebra
4b2c18bb23
GE Debugger: Minor fix step count dialog.
2018-12-24 04:23:03 +09:00
Unknown W. Brackets
00051fd628
Merge pull request #11641 from xebra/improve_stepcount
...
GE Debugger: Add step count dialog.
2018-12-20 19:26:44 -08:00
xebra
f64156c8e7
GE Debugger: Improve step count dialog.
2018-12-18 00:27:02 +09:00