Commit Graph

57042 Commits

Author SHA1 Message Date
Ryunam
c341aabdb4 Add option to show/hide Refresh Rate notification 2021-01-08 17:32:33 +01:00
Autechre
0e6660a60b
Merge pull request #11850 from jdgleaver/gitlab-linux-i686-qt
(.gitlab-ci.yml) linux-i686: Enable both Qt and non-Qt builds
2021-01-08 13:47:08 +01:00
jdgleaver
cd1c896a18 (.gitlab-ci.yml) linux-i686: Enable both Qt and non-Qt builds 2021-01-08 12:32:14 +00:00
Autechre
7b2e2b5ffa
Merge pull request #11849 from jdgleaver/qt-plugin-fix
Fix Qt plugin path detection when using Qt < 5.6.0
2021-01-08 12:11:54 +01:00
jdgleaver
1d33e0ee46 Fix Qt plugin path detection when using Qt < 5.6.0 2021-01-08 10:56:20 +00:00
Autechre
3530fe9c3f
Merge pull request #11847 from gblues/gblues/wiiu-slow-startup
Remove the path_is_valid() call when loading textures
2021-01-08 10:12:53 +01:00
Nathan Strong
0e0fbb53f9 Remove the path_is_valid() call when loading textures
== DETAILS
The `path_is_valid()` call ends up invoking `stat()`, which is unpredictable.
It's practically free when implemented by an operating system (Linux, Windows),
but on embedded systems it can be problematic.

In the case of the Wii U, the stat() call actually ends up taking longer than
the file I/O. And the texture loading code already handles a "file not found"
case, so the stat() call ends up just being a waste of time.

Removing this reduces the texture load time from ~210-250ms down to 60-65ms
on average.
2021-01-07 21:06:07 -08:00
Braden Farmer
43b1bbed46 Android: fix crash on latest nightlies (non-Play Store) 2021-01-07 18:58:07 +01:00
Autechre
130617a327
Merge pull request #11845 from jdgleaver/gitlab-linux-x64-qt
(.gitlab-ci.yml) linux-x64: Enable both Qt and non-Qt builds
2021-01-07 18:11:08 +01:00
jdgleaver
72f17b3d30 (.gitlab-ci.yml) linux-x64: Enable both Qt and non-Qt builds 2021-01-07 17:02:11 +00:00
Autechre
6acbaf0bf2
Merge pull request #11844 from jdgleaver/gitlab-linux-i686
(.gitlab-ci.yml) Add linux-i686 target
2021-01-07 15:48:11 +01:00
jdgleaver
fbdfec28b0 (.gitlab-ci.yml) Add linux-i686 target 2021-01-07 14:30:29 +00:00
Autechre
f40644c901
Merge pull request #11782 from crystalct/master
Avoid crashes when a not implemented Pipeline is chosen in old platfo…
2021-01-07 09:37:57 +01:00
Autechre
d935b392d9
Merge pull request #11839 from IAmBoring/boring1
Core run init failure forces return to menu
2021-01-07 09:21:33 +01:00
Autechre
cada1f6ff0
Merge pull request #11840 from IAmBoring/boring2
Add Visual Studio 2019 version numbers
2021-01-07 09:20:56 +01:00
IAmBoring
a11f1bd74f
Add Visual Studio 2019 version numbers 2021-01-07 04:23:58 +00:00
IAmBoring
510bed6655
Core run init failure forces return to menu
Gracefully loads dummy core instead of running lots of unexpected bad behavior.
2021-01-07 03:38:27 +00:00
Autechre
11809bd365
Merge pull request #11837 from libretro/vita_gles
[VITA] Add support for Vita GLES2 (Piglet)
2021-01-06 21:38:44 +01:00
Autechre
a2ac9fd05d
Merge pull request #11836 from driver1998/uwp-vfs
[UWP] VFS: Use Win32 file APIs when possible, improves I/O perfomance
2021-01-06 21:28:01 +01:00
OsirizX
b96a0c495a [VITA] Add support for Vita GLES2 (PIGLET) 2021-01-06 19:14:30 +01:00
Francisco José García García
c28665e1bd [VITA] Add some types to .gitignore 2021-01-06 19:11:12 +01:00
GH Cao
19535330d2 [UWP] VFS: Use Win32 file APIs when possible 2021-01-07 00:14:21 +08:00
Autechre
bf81df5b3b
Merge pull request #11835 from jdgleaver/gitlab-emscripten
(.gitlab-ci.yml) Add Emscripten target
2021-01-06 15:50:24 +01:00
jdgleaver
be1c7b8e4c (.gitlab-ci.yml) Add Emscripten target 2021-01-06 14:42:06 +00:00
Autechre
bd405eb7c3
Merge pull request #11830 from IAmBoring/boring1
XAudio2 threaded creation
2021-01-06 14:39:24 +01:00
Autechre
e1b2cba7ef
Merge pull request #11831 from IAmBoring/boring2
Threaded audio - prevent callbacks when paused
2021-01-06 14:39:14 +01:00
Autechre
b5df2d6bb1
Merge pull request #11834 from pcjco/pcjco-dist-cores-fix
Update dist-cores.sh
2021-01-06 00:49:27 +01:00
Autechre
6aeaf7cf16
Merge pull request #11833 from pcjco/pcjco-wii-fix
Some null pointer check
2021-01-06 00:35:23 +01:00
pcjco
70b3c01d91
Update dist-cores.sh 2021-01-06 00:18:46 +01:00
pcjco
a33bcfead7 Some null pointer check
fix Wii version crash on load.
2021-01-06 00:03:31 +01:00
Autechre
a9f98c1dcc
Merge pull request #11832 from jdgleaver/gitlab-linux64-disable-qt
(.gitlab-ci.yml) linux-x64 target: Disable Qt support, due to dependency hell
2021-01-05 17:51:11 +01:00
jdgleaver
9e577eba92 (.gitlab-ci.yml) linux-x64 target: Disable Qt support, due to dependency hell 2021-01-05 16:44:15 +00:00
IAmBoring
88a1379053
XAudio2 threaded creation
COM initialization
2021-01-05 16:10:11 +00:00
IAmBoring
5d2c4e6868
Threaded audio - prevent callbacks when paused 2021-01-05 16:07:35 +00:00
Autechre
2c3f6f0882
Merge pull request #11828 from jdgleaver/gitlab-linux64-xenial-artefacts
(.gitlab-ci.yml) Use xenial-gcc9 build container + add missing artefacts
2021-01-05 12:49:20 +01:00
jdgleaver
b5feb2d48b (.gitlab-ci.yml) Use xenial-gcc9 build container + add missing artefacts 2021-01-05 11:19:05 +00:00
Autechre
fe848cae54
Merge pull request #11826 from valadaa48/oga_gfx_ogs_support
oga_gfx: support for OGS
2021-01-05 10:32:13 +01:00
Autechre
5c69132a04
Merge pull request #11825 from MrHuu/ctr_fix_error_applet
(3DS) Update error applet
2021-01-05 10:31:54 +01:00
Autechre
3c620c998d
Merge pull request #11827 from valadaa48/drm_go2_ctx_ogs_support
drm_go2: Dynamic resolution support
2021-01-05 10:31:37 +01:00
valadaa48
e21784f9c4 drm_go2: Dynamic resolution support
- Remove hardcoded values for width and height and query from drm
  context instead
2021-01-04 19:01:59 -05:00
valadaa48
659fb73867 oga_gfx: support for OGS 2021-01-04 18:58:58 -05:00
MrHuu
e6c035de7d (3DS) Update error applet 2021-01-04 20:15:28 +01:00
Autechre
55e730915c
Merge pull request #11823 from farmerbb/patch-1
Android: use project directory path when parsing manifest
2021-01-04 18:32:00 +01:00
Braden Farmer
67c1bf33ba
Android: use project directory path when parsing manifest 2021-01-04 10:23:54 -07:00
Autechre
a8390477b8
Merge pull request #11820 from farmerbb/master
Android: switch non-Play Store variants back to targetSdkVersion 28
2021-01-04 07:45:59 +01:00
Autechre
b5d03d9c20
Merge pull request #11819 from MrHuu/ctr_buildbot_url_fix
(3DS) Rework buildbot url
2021-01-04 04:15:42 +01:00
Braden Farmer
614f803638 Android: switch non-Play Store variants back to targetSdkVersion 28 2021-01-03 19:47:05 -07:00
MrHuu
c4db0fa439 (3DS) Rework buildbot url 2021-01-04 03:31:24 +01:00
Autechre
44a600a00c
Merge pull request #11815 from libretro/vita_hw
[VITA] Fixes for GL HW renderer
2021-01-04 00:03:02 +01:00
Francisco José García García
87ebd720ed
[VITA] Fix bubble name 2021-01-03 23:41:14 +01:00