52927 Commits

Author SHA1 Message Date
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
Weedy Weed Smoker
3c9664f099
French translation update 2020-03-05 18:11:17 +07:00
twinaphex
43b65be030 Arrange array members based on size 2020-03-05 11:27:25 +01:00
twinaphex
899c21257c (Video layout) move init_string and set_string to stdstring -
rename them - cleanup strcmp usage in video layout and other
code cleanups
2020-03-05 11:19:44 +01:00
twinaphex
1bda81560e Get rid of remnant 2020-03-05 01:04:50 +01:00
twinaphex
09f595e0a8 Settings cleanups 2020-03-05 01:03:55 +01:00
Twinaphex
2333b7f31a
Update CHANGES.md 2020-03-05 00:54:34 +01:00
Twinaphex
8f42e5f9a7
Update CHANGES.md 2020-03-05 00:53:54 +01:00
Twinaphex
a18b29743e
Merge pull request #10212 from Jamiras/cheevos_rp_buffer_overflow
(cheevos) prevent buffer overflow when encountering an unknown macro
2020-03-05 00:53:28 +01:00
Jamiras
8baf0f6340 prevent buffer overflow when encountering an unknown macro 2020-03-04 16:37:59 -07:00
twinaphex
a1951b51b6 Cleanup menu_dialog.c 2020-03-05 00:29:48 +01:00
twinaphex
8bad0b6b7e Cleanup some comments 2020-03-04 23:22:51 +01:00
twinaphex
a03d4485b0 Cleanup retroarch_validate_per_core_options 2020-03-04 22:41:58 +01:00
twinaphex
c0e088ca07 Add TODO/FIXME 2020-03-04 22:30:17 +01:00
Twinaphex
97d8db7aae Remove unused variables 2020-03-04 22:27:37 +01:00
twinaphex
bea4f8aad3 (menu_dialog.c) Cleanups 2020-03-04 22:21:18 +01:00
twinaphex
8d3b22091c Get rid of menu_dialog_is_push_pending 2020-03-04 22:12:42 +01:00
Twinaphex
cbeb8944eb
Merge pull request #10211 from Tatsuya79/patch-8
qt: update osd options
2020-03-04 20:55:07 +01:00
twinaphex
dcfa8cc7ba (cheevos) Cleanup 2020-03-04 20:53:23 +01:00
twinaphex
32e4aea068 Start making the other code safe that is dependent on menu driver
ident checking
2020-03-04 20:47:39 +01:00
twinaphex
2f25db03ba (Menu) Fix bug - if you were in XMB and you would set menu driver to
RGUI, you could no longer go to the left or right tab
2020-03-04 19:51:36 +01:00
Tatsuya79
570884dc2b
qt: update osd options 2020-03-04 19:36:07 +01:00
twinaphex
70602487be Cleanup 2020-03-04 19:23:18 +01:00
twinaphex
2077ffa2ca Simplify menu_dialog.c 2020-03-04 19:21:24 +01:00
twinaphex
2637bd648b Cleanups 2020-03-04 19:13:30 +01:00