Sergei Trofimovich
66ff2d8a4a
Common/Hashmaps.h: add missing <stdint> include
...
On gcc-10 the build fails as:
```
[ 51%] Building CXX object CMakeFiles/Core.dir/GPU/Null/NullGpu.cpp.o
In file included from ../GPU/Common/DrawEngineCommon.h:24,
from ../GPU/Null/NullGpu.cpp:18:
../Common/Hashmaps.h:11:7: error: 'uint32_t' does not name a type; did you mean 'u_int32_t'?
11 | const uint32_t hashmapSeed = 0x23B58532;
| ^~~~~~~~
| u_int32_t
```
This happens due to improved transitive include hygiene on
gcc-10 headers. The change includes <cstdint> to pull in
'uint32_t' typedef.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-01-25 17:59:53 +00:00
Florin9doi
c824fabd53
Update macOS system name
2020-01-25 16:54:45 +02:00
Florin9doi
5fbf2d7713
Add camera/location support for iOS
...
Add front camera support for Android
Allow to change the active camera in-game
2020-01-25 16:54:45 +02:00
Henrik Rydgård
1d6d66ac43
Merge pull request #12582 from Florin9doi/sdl_app_icon
...
SDL app icon
2020-01-24 15:27:10 +01:00
shenweip
3f585782f1
Don't shut down camera when exiting games,also re-enumerating devices if
...
received WM_DEVICECHANGE.
2020-01-24 16:05:28 +08:00
Henrik Rydgård
97c81ac5a2
Partial workaround for #12588 . Cameras are now gone from settings though after playing one game...
2020-01-21 20:57:26 +01:00
Henrik Rydgård
81b42df7c2
D3D11: Fix mistake in UI vertex shader for non-textured geometry. Fixes #12587 .
2020-01-20 22:54:28 +01:00
Henrik Rydgård
141ad162a2
Merge pull request #12583 from CarterLi/vulkan
...
macOS: Initial support for vulkan on macOS ( MoltenVK )
2020-01-20 09:44:10 +01:00
李通洲
a34d35d705
Add support for iOS ( completely untested )
2020-01-20 14:43:08 +08:00
李通洲
7cd60549dd
Initial support for vulkan on macOS ( MoltenVK )
2020-01-20 14:42:40 +08:00
Henrik Rydgård
dd1de41db7
Revert "Android EGL config: Always require 8888, stencil if version >= ICS"
...
This reverts commit 015c314fb1
.
Helps #11922
2020-01-18 18:50:09 +01:00
Florin9doi
24a8077616
SDL app icon
2020-01-17 21:05:59 +02:00
Henrik Rydgård
7db5471d80
Merge pull request #12580 from Florin9doi/v4l2b
...
Add camera support for linux (V4L2)
2020-01-16 23:42:23 +01:00
Florin9doi
09e32223c2
Add camera support for linux (V4L2)
2020-01-16 23:25:34 +02:00
Henrik Rydgård
d79abaa9c5
Add DEFLATE and MD5 to HLE module blacklist. Replaces #12576 , fixes #12570
...
And possibly #12571
2020-01-16 21:59:15 +01:00
Henrik Rydgård
41af4eb221
Merge pull request #12578 from iota97/grid-render
...
Attempt to render snap grid
2020-01-16 21:46:01 +01:00
iota97
1332e3c1cc
Flush other UI element draw before changing to noTex
2020-01-16 06:16:46 +01:00
Henrik Rydgård
96e7281b20
Merge pull request #12572 from shenweip/Capture_Win
...
Add camera support for windows.
2020-01-15 20:03:10 +01:00
iota97
b69cdea29e
Fix line rendering in texmode
2020-01-15 18:48:43 +01:00
Henrik Rydgård
f2bfaeb874
Add another game controller mapping. Fixes #10679
2020-01-14 22:31:37 +01:00
iota97
4395da7c7e
Render grid
2020-01-14 19:18:27 +01:00
shenweip
9becb4b72b
BuildFix2
2020-01-14 18:12:28 +08:00
shenweip
f39aa47e9b
Oops
2020-01-14 17:30:15 +08:00
shenweip
d1e354ce04
Improve compatibility.
...
Don't implemente on vista and UWP,they don't have a full support for this.
2020-01-14 17:15:11 +08:00
shenweip
5c4a1e00fc
BuildFix
2020-01-14 08:19:44 +08:00
Henrik Rydgård
c2e8577756
Loader: If the module range is bad, don't get stuck trying to scan for functions.
...
Better crash immediately (although that's also not ideal).
2020-01-13 23:28:46 +01:00
Henrik Rydgård
ff7bf318af
Update lang submodule
2020-01-13 15:36:11 +01:00
shenweip
034a257baf
Add camera support for windows.
2020-01-13 15:06:02 +08:00
Henrik Rydgård
e2845363e9
Async I/O: Don't delay on close. Fixes #12549 (MGS:PW crash).
...
Also sneak in a small change in logging.
2020-01-12 18:42:28 +01:00
Henrik Rydgård
a881d78d64
Warning fix
2020-01-12 18:42:28 +01:00
iota97
53ba31aef8
Avoid divison by 0
2020-01-12 14:28:51 +01:00
iota97
f8632b9142
Remove extra newline
2020-01-12 11:54:06 +01:00
iota97
28ce721ff5
Snap resize
2020-01-12 11:52:49 +01:00
Henrik Rydgård
e717366fa5
Merge pull request #12564 from DavidTamas/DavidTamas-patch-1
...
Upload new Gold icon for Windows
2020-01-12 10:24:15 +01:00
Tamás
91f491a0a8
Upload new Gold icon for Windows
...
Includes 256x256 size.
2020-01-12 10:11:41 +01:00
Henrik Rydgård
52156ec4e5
Merge pull request #12550 from unknownbrackets/win-long-path
...
Attempt support for Windows long paths
2020-01-11 23:32:38 +01:00
Henrik Rydgård
42bfcc7fa6
Merge pull request #12559 from DaveeFTW/prxdecrypt
...
Expand PRX decryption capabilities
2020-01-11 23:31:15 +01:00
Davee Morgan
4c9e7b7424
PRX Decryption: add pauth decryption
2020-01-11 20:43:38 +00:00
Davee Morgan
e7ec568b02
PRX Decryption: add missing decryption keys
2020-01-11 15:25:37 +00:00
Davee Morgan
3a5aa915e4
PRX Decryption: add support for gzip compressed executables
2020-01-11 15:05:48 +00:00
Davee Morgan
1d7bbdd006
PRX Decryption: add support for type 0/1/2/5/6 decryption
2020-01-11 15:00:07 +00:00
Unknown W. Brackets
6d8ddb7a71
Merge pull request #12556 from iota97/qt-icon
...
Add headbar icon to Qt
2020-01-05 07:55:27 -08:00
Unknown W. Brackets
33cca186c0
Merge pull request #12553 from hrydgard/no-more-MAP_32BIT
...
Don't use the MAP_32BIT flag on any platform.
2020-01-05 07:09:21 -08:00
Henrik Rydgård
bca78350bf
Merge pull request #12557 from shenweip/mpeg-minor
...
Check invalid address in sceMpegAtracDecode.
2020-01-05 16:09:14 +01:00
shenweip
8ccc7996b0
Don't check auAddr.
2020-01-05 22:37:29 +08:00
shenweip
4bc0274d53
Check invalid address in sceMpegAtracDecode.
...
Fixes #11026 .
2020-01-05 22:11:43 +08:00
Henrik Rydgård
f4b581025d
Update submodules assets/lang, ffmpeg
2020-01-05 14:41:17 +01:00
iota97
19e03d7615
Add headbar icon to Qt
2020-01-05 12:21:19 +01:00
Henrik Rydgård
78e36ece51
Merge pull request #12545 from shenweip/UMD-switch
...
UMD switch: Code clean up and fix a out of range error in thread queue.
2020-01-05 08:48:32 +01:00
Unknown W. Brackets
b0cd2619d4
Merge pull request #12551 from CarterLi/master
...
Qt: don't return dangling pointer
2020-01-04 19:25:05 -08:00