55351 Commits

Author SHA1 Message Date
twinaphex
89461eb6a5 Move vulkan gpu_list to struct data 2020-08-03 15:30:46 +02:00
twinaphex
f3c4b4fcf7 (GLCORE) Fix other use after free issues pointed to by jdgleaver 2020-08-03 15:19:34 +02:00
Autechre
e2e502fc9a
Merge pull request #11135 from jdgleaver/autoconfig-save-fix
Ensure correct directory is used when saving autoconfig profiles
2020-08-03 14:40:49 +02:00
jdgleaver
535d73cf37 Ensure correct directory is used when saving autoconfig profiles 2020-08-03 13:10:00 +01:00
twinaphex
1d6a760de3 (menu_explore) Cleanup - build_list now returns allocated struct 2020-08-03 12:49:42 +02:00
twinaphex
2d10d9fd7a (D3D10) Move these static global variables to D3D10 struct 2020-08-03 12:39:46 +02:00
twinaphex
db80281b0f (D3D11) Move static global variables to D3D11 state 2020-08-03 12:36:51 +02:00
twinaphex
76398f4151 (glcore) Fix heap use after free 2020-08-03 12:15:52 +02:00
twinaphex
cb8b2db3ad Turn this function static 2020-08-03 01:41:48 +02:00
twinaphex
5105216380 (Android) Fix build 2020-08-03 00:51:29 +02:00
twinaphex
85e5c783af Backport getting rid of video_context_driver_input_driver 2020-08-03 00:47:58 +02:00
twinaphex
deee393dfb Backport video_context_driver_free changes 2020-08-03 00:35:07 +02:00
twinaphex
429a6bb9e3 Cleanup 2020-08-03 00:24:14 +02:00
twinaphex
345ea303f4 Backport video_context_driver_destroy_internal 2020-08-03 00:21:34 +02:00
twinaphex
3058e96d94 menu_input_get_dpi - make it go through wrapper function
for accessing get_metrics
2020-08-03 00:10:03 +02:00
twinaphex
81395689e6 Backport set_resize_null alterations 2020-08-03 00:06:13 +02:00
twinaphex
056f85bf45 Change video_context_driver_set_flags 2020-08-03 00:04:27 +02:00
twinaphex
3e41cbc381 Revert "Add get_metrics to poke interface"
This reverts commit 119689c9405b5e4a321fafc340f6f0294b0338c3.
2020-08-02 23:44:28 +02:00
twinaphex
31f570fdf6 Revert "Cleanups"
This reverts commit 529886a3fe5527cf45037a5315194f5af3ad3697.
2020-08-02 23:44:21 +02:00
twinaphex
03fe023de4 Revert "Cleanup"
This reverts commit 576679ac05cae2c4eef867ef1427835b94c350a2.
2020-08-02 23:44:09 +02:00
twinaphex
da5806a810 Revert "Cleanups"
This reverts commit a01a2375a18bdabba2ead7de693e94cddb2622db.
2020-08-02 23:43:56 +02:00
twinaphex
a77c559505 Revert "Cleanups"
This reverts commit 69e92fa03b3fd50a2eb34f26c96771ed2819df26.
2020-08-02 23:43:44 +02:00
twinaphex
5fe2f75842 Revert "Cleanups"
This reverts commit 184ce8e9b7544ebf31c078f2f77d3aab8a069bad.
2020-08-02 23:43:29 +02:00
twinaphex
2efa8ac80e Revert "Get rid of video_context_driver_input_driver"
This reverts commit 75b1a09184fdf3bc502a7e62cd7137ee2741e5af.
2020-08-02 23:43:19 +02:00
twinaphex
1c9f60f98d (Emscripten) Add Mr.Boom 2020-08-02 22:25:55 +02:00
twinaphex
75b1a09184 Get rid of video_context_driver_input_driver 2020-08-02 20:37:21 +02:00
twinaphex
184ce8e9b7 Cleanups 2020-08-02 20:27:19 +02:00
twinaphex
69e92fa03b Cleanups 2020-08-02 20:23:10 +02:00
twinaphex
a01a2375a1 Cleanups 2020-08-02 20:19:42 +02:00
twinaphex
576679ac05 Cleanup 2020-08-02 19:59:26 +02:00
twinaphex
529886a3fe Cleanups 2020-08-02 19:53:44 +02:00
twinaphex
119689c940 Add get_metrics to poke interface 2020-08-02 19:25:45 +02:00
twinaphex
416363e9fd Cleanups 2020-08-02 18:49:31 +02:00
Autechre
cdff2a2c3c
Merge pull request #11132 from schellingb/explore_multilangfix3
Explore - Localization: Better accommodate different languages (update2)
2020-08-02 18:12:57 +02:00
Bernhard Schelling
90d2991ef1 Create per category "By ..." string
This avoids string concatenation that might be undesired by some languages
Rename string "Tags" to "Tag" as it just pertains to a single tag
Remove 3 old strings
2020-08-03 00:16:58 +09:00
twinaphex
4d17fde5ea None of the drivers that call video_driver_update_viewport
have either a context driver or have a 'fake' context driver
with translate_aspect implemented
2020-08-02 12:19:07 +02:00
twinaphex
035e7641c5 Cleanup video_driver_update_viewport 2020-08-02 12:16:02 +02:00
twinaphex
f35010e1ae Cleanups 2020-08-02 10:28:23 +02:00
twinaphex
e298ceb6bf Update vcproj 2020-08-02 10:22:52 +02:00
twinaphex
ec57160709 (XB) Fix Salamander 2020-08-02 09:35:34 +02:00
twinaphex
602ea99c96 Fix 360 Salamander 2020-08-02 09:33:32 +02:00
Autechre
4371efafd7
Merge pull request #11127 from schellingb/explore_multilangfix2
Explore: Better accommodate different languages (updated)
2020-08-01 23:14:45 +02:00
twinaphex
8a24cc350e Resync 2020-08-01 22:55:08 +02:00
twinaphex
97297f71af (MSVC 2005) MSVC 2005 and earlier cannot use nbio_windowsmmap.c -
so disable it
2020-08-01 22:51:23 +02:00
Bernhard Schelling
e26a9db3de Change "ITEM_COUNT" to "ITEMS_COUNT" 2020-08-02 05:09:39 +09:00
Twinaphex
8441f60314 Remove unused variable 2020-08-01 21:47:22 +02:00
Bernhard Schelling
b396f29769 Replace 3 strings with format strings to better accommodate different languages
- "By" becomes "By %s"
- "Select" becomes "Select %s"
- "Items" becomes "%u Items"
2020-08-02 04:46:32 +09:00
twinaphex
83f4ce11f3 Revert "Replace 3 strings with format strings to better accommodate different languages"
This reverts commit a80fe4fbbc43759827d4ef17a171796461c61c97.
2020-08-01 21:24:59 +02:00
Autechre
5c05a03c97
Merge pull request #11126 from schellingb/explore_multilangfix
Explore: Better accommodate different languages
2020-08-01 21:21:24 +02:00
Bernhard Schelling
a80fe4fbbc Replace 3 strings with format strings to better accommodate different languages
- "By" becomes "By %s"
- "Select" becomes "Select %s"
- "Items" becomes "%u Items"
2020-08-02 04:11:03 +09:00