52030 Commits

Author SHA1 Message Date
twinaphex
91baea201a Change function signature of win32_show_cursor 2020-01-04 15:40:02 +01:00
twinaphex
53dbd69751 (EGL) Create egl_bind_api 2020-01-04 15:09:42 +01:00
twinaphex
3d950b2324 Optimize audio_mix_volume_SSE 2020-01-04 14:40:37 +01:00
twinaphex
96395f7d39 (Xenon) Update sound driver 2020-01-04 13:47:50 +01:00
twinaphex
e4eb5a9bb9 (menu_networking) remove configuration.h dependency 2020-01-04 13:14:53 +01:00
twinaphex
27c45b1b7a (Menu_thumbnail) Get rid of settings_t dependency 2020-01-04 12:38:33 +01:00
twinaphex
278dc75285 (tasks) Fix samples 2020-01-04 12:07:58 +01:00
twinaphex
9c6c10da22 (Playlist) Get rid of settings_t dependency 2020-01-04 12:04:00 +01:00
twinaphex
1d6f547e7f (Audio) Cleanups 2020-01-04 10:39:33 +01:00
twinaphex
ee7051891b (Audio) Update audio drivers to make them more uniform 2020-01-04 10:32:03 +01:00
twinaphex
22b789cca6 (OpenSL) Move nonblock conditional outside of loop 2020-01-04 09:52:10 +01:00
twinaphex
40a6c978ce (DSound) Optimize codepaths
(CoreAudio) Only iOS uses g_interrupted flag, put it behind ifdefs
2020-01-04 09:46:27 +01:00
twinaphex
688629d108 (WASAPI) Get rid of one unnecessary function 2020-01-04 09:09:04 +01:00
twinaphex
65e8b28d02 (WASAPI) Optimize -
- turn blocking variable into nonblocking in line with other audio drivers
- blocking codepath would do numerous conditional checks on
w->buffer, w->exclusive, w->blocking during a loop iteration - get rid
of this
2020-01-04 08:58:27 +01:00
Twinaphex
1561ed8022
Merge pull request #9938 from ToadKing/fix-indexer-permissions
fix file permissions on `indexer` script for emscripten
2020-01-04 00:25:35 +01:00
Michael Lelli
1630affbdd fix file permissions on indexer script for emscripten 2020-01-03 16:41:52 -06:00
twinaphex
d88e37a2f1 (Audio resampler/Sinc) Don't do kaiser window check inside hot loop 2020-01-03 22:12:11 +01:00
twinaphex
fa00cdba20 (Audio) Update 2020-01-03 21:54:09 +01:00
twinaphex
6c97a7514c (Vulkan) turn superfluous functions in vulkan_common.c into macros
to avoid unnecessary function overhead
2020-01-03 20:20:59 +01:00
Twinaphex
83057301c2
Merge pull request #9934 from ToadKing/fix-emscripten-images
fix images not loading in menu in emscripten
2020-01-03 18:42:59 +01:00
twinaphex
6e6fbc5ad3 (Dsound) Split up dsound_write
(XAudio) Optimize xa_write_nonblock
2020-01-03 14:19:31 +01:00
twinaphex
d567b0ca25 (WASAPI) Split up write function - set up the write callback dynamically
based on whether exclusive and blocking is set to true or not
2020-01-03 13:56:45 +01:00
twinaphex
3667690027 Revert "Integer scale fix for windowed mode"
This reverts commit 4ec9fe5a57ee22558f6faa1f931910ec4a296064.
2020-01-03 13:56:44 +01:00
Twinaphex
2936b1940a
Update CHANGES.md 2020-01-03 13:36:38 +01:00
Twinaphex
07700d77bd
Merge pull request #9933 from driver1998/angle
Win32/UWP: D3D driver get_metrics support, D3D11 -> GL failback
2020-01-03 13:16:50 +01:00
Toad King
776568a429 fix images not loading in menu in emscripten
add changes to work with latest emscripten SDK
2020-01-02 21:29:25 -06:00
GH Cao
8f39fb2adf UWP: Use D3D11 driver by default 2020-01-03 09:46:27 +08:00
GH Cao
91ee8c8ee6 D3D11: Block 9_3 devices, implement gl failback 2020-01-03 09:44:24 +08:00
GH Cao
a4e810795c D3D: Add get_metrics 2020-01-03 09:40:41 +08:00
GH Cao
0418e49757 Win32 MSVC2017: Disable ANGLE 2020-01-03 09:29:12 +08:00
Twinaphex
0096b9e6f0
Merge pull request #9929 from theheroGAC/patch-45
Update msg_hash_it.h
2020-01-03 01:55:12 +01:00
Twinaphex
47e1f0f2b1
Merge pull request #9932 from driver1998/angle
UWP: Save config on exit
2020-01-03 01:25:39 +01:00
GH Cao
f2a64aa8e7 UWP: Save config on exit 2020-01-03 08:21:58 +08:00
Twinaphex
c25e3ab3f9
Merge pull request #9931 from driver1998/angle
UWP: ANGLE prebuilt binaries, copy ANGLE in deployment / packaging
2020-01-02 23:24:07 +01:00
GH Cao
b6d01ce448 UWP: Enable ANGLE for all platforms, copy ANGLE on deployment 2020-01-03 06:15:02 +08:00
GH Cao
090919490a UWP: Remove uwp_egl_create_surface
Because of 0e2265, this is not doing anything special anymore.
Remove it entirely and use common EGL surface creation instead.
2020-01-03 06:07:05 +08:00
GH Cao
2ba1f3547c UWP: Add ANGLE prebuilt binaries 2020-01-03 06:04:24 +08:00
theheroGAC
556fa9a499
Update msg_hash_it.h 2020-01-02 22:48:40 +01:00
theheroGAC
ec3ab80da8
Update msg_hash_it.h 2020-01-02 22:33:40 +01:00
twinaphex
41e32ea949 (XAudio) If xa->nonblock is true - point write callback to
specialized version of the function
2020-01-02 20:33:21 +01:00
twinaphex
42c3072ff9 (Menu) Cleanups - rewrite code dependent on settings pointer
grabbing
2020-01-02 19:39:37 +01:00
Twinaphex
0b0ac03bed
Merge pull request #9928 from Tatsuya79/patch-4
menu_setting increase run ahead frames range
2020-01-02 19:24:03 +01:00
Tatsuya79
ef8427cc23
menu_setting increase run ahead frames range 2020-01-02 19:12:58 +01:00
twinaphex
c73daa6a1c (Discord) Remove settings_t dependency 2020-01-02 18:29:30 +01:00
twinaphex
6b6233944b Cleanups 2020-01-02 18:25:37 +01:00
twinaphex
a6245185b9 (menu_driver.c) Cleanups 2020-01-02 18:21:43 +01:00
twinaphex
bfd283e2a6 (INTL) CHT - Remove duplicate English strings 2020-01-02 18:11:19 +01:00
twinaphex
54675938ce (INTL) VN - Remove duplicate English strings 2020-01-02 18:05:28 +01:00
twinaphex
758a6c76ae Reduce dependence on settings_t struct 2020-01-02 17:52:37 +01:00
twinaphex
05d71ebb67 Start reducing dependency on settings struct 2020-01-02 17:41:52 +01:00