53051 Commits

Author SHA1 Message Date
twinaphex
bdc999ca45 Settings cleanups 2020-03-06 03:53:10 +01:00
twinaphex
d5985c35ae Settings cleanups 2020-03-06 03:39:33 +01:00
Vladimir Serbinenko
ddd12aab36 Add bk id for 3ds 2020-03-06 03:15:13 +01:00
twinaphex
8f65c2cf72 Settings updates 2020-03-06 03:10:55 +01:00
twinaphex
f581260daa (video thread wrapper) Add TODO/FIXME notes 2020-03-06 03:05:45 +01:00
twinaphex
62bd4960e1 Fix MSVC include paths 2020-03-06 03:01:47 +01:00
twinaphex
bd5f151077 Settings cleanups 2020-03-06 02:52:21 +01:00
twinaphex
70d0c1ce6f Fix IOS build 2020-03-06 02:39:54 +01:00
twinaphex
18a90d81d2 Setting needs to be re-set again 2020-03-06 02:28:37 +01:00
twinaphex
6fd784375a Update 2020-03-06 02:25:28 +01:00
twinaphex
6ad38b4140 Revert "Try to avoid concurrent data access to"
This reverts commit 8fd43c0927193b5e67877aa38ec0ce6990c9c08e.
2020-03-05 22:21:13 +01:00
twinaphex
8fd43c0927 Try to avoid concurrent data access to
video_driver_width/video_driver_height
2020-03-05 22:18:59 +01:00
twinaphex
534f09373e Get rid of video_driver_height dependency 2020-03-05 22:03:58 +01:00
twinaphex
52fae101e8 (GL) Get rid of video_driver_build_info dependency 2020-03-05 21:45:02 +01:00
twinaphex
8d5d91a5a4 (GL1/GLCore) Only video_info dependency now is 'height' 2020-03-05 20:32:58 +01:00
twinaphex
e65c816ed0 (GL) Will have to rework set_viewport for the GL drivers -
video drivers should not be calling video_driver_build_info as
they could be on a separate thread
2020-03-05 20:29:51 +01:00
twinaphex
a7d679d391 Rename WndProcGL to WndProcWGL 2020-03-05 18:45:41 +01:00
twinaphex
c5cb509f1b Change function signatures 2020-03-05 18:32:26 +01:00
Twinaphex
c6f3b4a6da
Merge pull request #10217 from phcoder/3ds_2
3ds: Add id for bluemsx
2020-03-05 18:31:23 +01:00
twinaphex
be39981ba3 (MSVC 2003 Debug) Fix build 2020-03-05 18:29:48 +01:00
Vladimir Serbinenko
da1ace4668 3ds: Add id for bluemsx 2020-03-05 17:43:04 +01:00
twinaphex
ca4ce9f136 Add this nasty workaround for a suspected MSVC2010 bug 2020-03-05 17:39:43 +01:00
twinaphex
dd6cbce0eb Silence these MSVC warnings - warning C4047: '=' : 'unsigned char' differs in levels of indirection from 'char *' 2020-03-05 16:32:15 +01:00
twinaphex
e75e2ede92 (menu_setting.c) Stop using settings->arrays.menu_driver to
identify the menu driver
2020-03-05 16:27:35 +01:00
twinaphex
5f8020b32e (libretro-common samples udp test) Rewrite while (1) to for (;;) 2020-03-05 15:52:02 +01:00
twinaphex
860f94e914 (CTR) Stylistic cleanups 2020-03-05 15:50:39 +01:00
twinaphex
dc24530382 Cleanups 2020-03-05 15:38:10 +01:00
twinaphex
84f04ae984 (Ozone) Cleanup this confusing code 2020-03-05 15:34:54 +01:00
twinaphex
48ffe8dac3 Do not rely on settings->arrays.menu_driver anymore to check
which menu driver is active
2020-03-05 15:33:18 +01:00
Twinaphex
1c302f26b3 Prevent warning 2020-03-05 15:20:16 +01:00
twinaphex
dfe64e3735 Merge branch 'master' of https://github.com/libretro/RetroArch 2020-03-05 15:13:00 +01:00
Twinaphex
d7ddeeb40c
Update CHANGES.md 2020-03-05 15:12:16 +01:00
Twinaphex
1215f4eb59
Merge pull request #10216 from Tatsuya79/patch-9
don't flush on override/remap messages
2020-03-05 15:11:19 +01:00
Tatsuya79
10ec720686
don't flush on override/remap messages 2020-03-05 14:59:40 +01:00
twinaphex
6d5fc4a36b Buildfix 2020-03-05 14:49:35 +01:00
twinaphex
4933b89736 Buildfix 2020-03-05 14:18:41 +01:00
Twinaphex
3958235c89
Merge pull request #10215 from jdgleaver/widget-osd-fix
Prevent improper display of (old style) OSD text when widgets are enabled
2020-03-05 14:14:25 +01:00
twinaphex
d3bc82d2c3 Header cleanups 2020-03-05 14:12:20 +01:00
twinaphex
da60c1bb96 Header cleanups 2020-03-05 14:06:04 +01:00
twinaphex
2e034c1574 (gfx/drivers_font) header cleanups 2020-03-05 14:01:34 +01:00
twinaphex
35001e64c2 Header cleanups 2020-03-05 13:53:49 +01:00
twinaphex
bdfd6d3175 Cleanups 2020-03-05 13:50:50 +01:00
twinaphex
7841b639ec (Ozone) Header cleanups 2020-03-05 13:35:55 +01:00
jdgleaver
35977efe43 Prevent improper display of (old style) OSD text when widgets are enabled 2020-03-05 12:28:38 +00:00
twinaphex
b5c87aaef8 (menu_driver.c) Go through wrapper 2020-03-05 13:26:36 +01:00
twinaphex
c66b4249ca More settings cleanups 2020-03-05 13:24:59 +01:00
Twinaphex
a451d6927a
Merge pull request #10214 from WeedyWeedSmoker/French-translation-update
French translation update
2020-03-05 13:09:49 +01:00
twinaphex
178e4e7d29 (menu_setting.c) Settings cleanups 2020-03-05 13:09:08 +01:00
twinaphex
d592959be8 When settings struct gets modified, go through macros to set
the modified flag
2020-03-05 13:00:43 +01:00
twinaphex
f87bd0c190 Settings cleanups - make sure things that modify the settings
struct go through the wrapper function so that the 'modified'
bit gets set
2020-03-05 12:22:58 +01:00