Commit Graph

52553 Commits

Author SHA1 Message Date
Twinaphex
b030f044f4
Update CHANGES.md 2020-02-14 22:05:29 +01:00
twinaphex
1d86fc07b1 Buildfix 2020-02-14 22:01:28 +01:00
twinaphex
5d56d09b8d Merge branch 'celerizer-test' 2020-02-14 21:56:31 +01:00
twinaphex
386199e422 Merge branch 'master' of git://github.com/celerizer/RetroArch into celerizer-test 2020-02-14 21:56:14 +01:00
Twinaphex
851ee94c5c
Merge pull request #10120 from libretro/celerizer-master
Cleanups
2020-02-14 21:54:41 +01:00
twinaphex
d86eb46f15 Cleanups 2020-02-14 21:53:45 +01:00
Twinaphex
2992cbd261
Merge pull request #10119 from Tatsuya79/patch-5
qt: add menu widget scaling new settings
2020-02-14 21:48:10 +01:00
Tatsuya79
914e330ef2
qt: add menu widget scaling new settings 2020-02-14 21:44:35 +01:00
twinaphex
f320eb45d8 (menu_animation.c) Need to find a different way to remove this
dependency
2020-02-14 21:26:13 +01:00
twinaphex
60f335cf02 Split up menu display code into separate file 2020-02-14 21:07:15 +01:00
twinaphex
8040e7d168 (PS2) Buildfix 2020-02-14 19:04:12 +01:00
Twinaphex
9d5d7edf9a
Update CHANGES.md 2020-02-14 19:00:59 +01:00
Twinaphex
136163ba4f
Merge pull request #10114 from jdgleaver/widget-scaling
(Menu Widgets) Add scaling
2020-02-14 18:53:43 +01:00
jdgleaver
23c9b86f64 (Menu Widgets) Enable scaling of widgets independently from menu scale 2020-02-14 17:10:39 +00:00
twinaphex
afb2a4abbf (Wii) Style nits 2020-02-14 17:43:58 +01:00
twinaphex
c4f69b1eb7 (PS2) Cleanups 2020-02-14 17:43:00 +01:00
Twinaphex
d6e7ae3769
Merge pull request #10118 from orbea/menu_null
Fix a segfault when starting the qt menu with the null menu driver.
2020-02-14 17:19:52 +01:00
orbea
0ea75894c1 Fix a segfault when starting the qt menu with the null menu driver. 2020-02-14 07:47:34 -08:00
twinaphex
0278e78989 Replace strcmp with string_is_equal 2020-02-14 16:46:09 +01:00
twinaphex
3b977c8747 Cleanups 2020-02-14 16:32:31 +01:00
twinaphex
789db436bb (conmanctl) Cleanups 2020-02-14 14:38:26 +01:00
twinaphex
2be5ffe4e9 Improve ifdef - should be compiled in only if HAVE_OZONE is defined 2020-02-14 14:31:02 +01:00
twinaphex
369348ebaf (Managers) Get rid of settings_t dependencies 2020-02-14 14:24:38 +01:00
twinaphex
dad077adf3 Cleanups 2020-02-14 14:11:25 +01:00
twinaphex
3b2a3c1277 (led_driver) Take out settings_t dependency
(menu cbs sublabel) Add HAVE_MATERIALUI ifdefs
2020-02-14 14:05:35 +01:00
twinaphex
e5674b146d (PSP) Buildfix 2020-02-14 13:33:27 +01:00
twinaphex
ebd3e65f46 (ps2 compat files) Cleanups 2020-02-14 13:16:21 +01:00
twinaphex
2d946d0d95 (PS2 gfx) Cleanups 2020-02-14 13:06:56 +01:00
twinaphex
cb0c145e3d Cleanups 2020-02-14 12:55:36 +01:00
twinaphex
de604a79ab dir_list_new_special - no more dependency on settings_t 2020-02-14 12:12:59 +01:00
Twinaphex
172f75e5c0 (OSX) Buildfix 2020-02-14 00:24:03 +01:00
twinaphex
df62b6d78f Buildfix 2020-02-14 00:19:54 +01:00
twinaphex
2d274f1369 Move accessibility features to platform frontend driver 2020-02-14 00:17:55 +01:00
twinaphex
e47b7526bc (gfx) Cleanups 2020-02-13 23:24:51 +01:00
twinaphex
310bf3328e (UI) Cleanups 2020-02-13 22:39:29 +01:00
twinaphex
4467f811e0 ui_companion_driver_toggle - turn into static function 2020-02-13 22:33:09 +01:00
Twinaphex
637ff87e3f
Merge pull request #10115 from orbea/cxx_linker
Add CXX_LINKER to the builtin glslang.
2020-02-13 22:26:49 +01:00
orbea
c9c50f286c Add CXX_LINKER to the builtin glslang.
Fixes https://github.com/libretro/RetroArch/issues/10112.
2020-02-13 13:20:14 -08:00
twinaphex
59d6ad6b05 (platform_win32.c) Cleanup 2020-02-13 21:53:31 +01:00
twinaphex
950f6bb752 (record_ffmpeg) No more settings_t dependency 2020-02-13 21:48:52 +01:00
twinaphex
9c37356267 (record_ffmpeg.c) Start reducing settings_t usage 2020-02-13 21:41:29 +01:00
twinaphex
835acec8f3 (record_ffmpeg.c) Cleanups 2020-02-13 21:39:24 +01:00
twinaphex
a6d64696e3 (menu_animation.c) Cleanups 2020-02-13 21:24:02 +01:00
twinaphex
f4d93587a3 Remove unnecessary strings 2020-02-13 21:17:46 +01:00
twinaphex
d0c40e3295 Remove duplicate English strings 2020-02-13 21:15:23 +01:00
twinaphex
a92943d66c Buildfix for --disable-menu 2020-02-13 20:23:41 +01:00
jdgleaver
3f34f5072f (Menu Widgets) Add comment notifying that OZONE_SIDEBAR_WIDTH must be kept in sync between menu_widgets.c and ozone.h 2020-02-13 18:20:49 +00:00
twinaphex
bf35c1faf5 Cleanup 2020-02-13 18:42:11 +01:00
twinaphex
108643473d (Intl Ja) Remove duplicate Japanese strings 2020-02-13 18:34:40 +01:00
jdgleaver
e8a2a39d72 (Menu Widgets) Add scaling 2020-02-13 17:28:32 +00:00