53907 Commits

Author SHA1 Message Date
jdgleaver
fc8b76708a Add API extension to provide cores with finer grained control over environment callback messages 2020-05-26 10:03:25 +01:00
Twinaphex
e179a8e568 Cleanups 2020-05-26 08:53:29 +02:00
twinaphex
fec69828a9 Cleanup 2020-05-26 08:49:59 +02:00
twinaphex
a1ed747a7f Cleanups 2020-05-26 08:42:10 +02:00
twinaphex
2386ec8f0c Move more variables to rarch global struct 2020-05-26 08:34:43 +02:00
twinaphex
7cfbe73288 Move more variables to rarch global state struct 2020-05-26 08:15:35 +02:00
twinaphex
c637686a76 Move more variables to retroarch global state 2020-05-26 03:18:34 +02:00
twinaphex
fda235518a Cleanup command_event_disable_overrides 2020-05-26 02:11:59 +02:00
twinaphex
1c45a070d1 Avoid namespace collision 2020-05-26 02:03:34 +02:00
twinaphex
922d5a00e1 Cleanups and add FIXME/TODO note 2020-05-26 02:02:20 +02:00
twinaphex
24ca499570 Cleanups 2020-05-26 01:14:26 +02:00
twinaphex
b70451d550 Start creating retroarch main state global struct 2020-05-26 00:01:59 +02:00
twinaphex
602d3d285c Revert "(glcore) switch to glcore video driver when requested"
This reverts commit 7a3ddcd77d819bb3a35ccaa3180deef982bdd5ef.
2020-05-25 21:31:23 +02:00
Autechre
bcefb124f3
Merge pull request #10709 from libretro/revert-10703-revert-10702-revert-10685-patch-6
Revert "Revert "Revert "(video) fix "Allow Cores to Switch the Video Driver OFF" behavior"""
2020-05-25 21:27:13 +02:00
Autechre
3db672a60d
Revert "Revert "Revert "(video) fix "Allow Cores to Switch the Video Driver OFF" behavior""" 2020-05-25 21:26:11 +02:00
Autechre
d6fca804b4
Update CHANGES.md 2020-05-25 19:20:17 +02:00
Autechre
1fd777106d
Merge pull request #10707 from jdgleaver/date-separator
Enable configuration of date seperator in clock and runtime 'last played' displays
2020-05-25 18:22:01 +02:00
Autechre
d3519a2b82
Merge pull request #10706 from jdgleaver/ozone-sort-after-truncate
(Ozone) Add option to sort playlists after name truncation
2020-05-25 17:07:36 +02:00
jdgleaver
18912ac23d Enable configuration of date seperator in clock and runtime 'last played' displays 2020-05-25 15:46:53 +01:00
jdgleaver
230198fe4a (Ozone) Add option to sort playlists after name truncation 2020-05-25 11:32:17 +01:00
Autechre
089c64f427
Merge pull request #10703 from libretro/revert-10702-revert-10685-patch-6
Revert "Revert "(video) fix "Allow Cores to Switch the Video Driver OFF" behavior""
2020-05-24 23:42:25 +02:00
Autechre
950bf29c27
Revert "Revert "(video) fix "Allow Cores to Switch the Video Driver OFF" behavior"" 2020-05-24 23:42:12 +02:00
Autechre
2e26a05875
Merge pull request #10702 from libretro/revert-10685-patch-6
Revert "(video) fix "Allow Cores to Switch the Video Driver OFF" behavior"
2020-05-24 23:25:04 +02:00
Autechre
d1f4279b8f
Revert "(video) fix "Allow Cores to Switch the Video Driver OFF" behavior" 2020-05-24 23:24:35 +02:00
twinaphex
31ff7e384f Cleanups 2020-05-24 21:55:41 +02:00
twinaphex
fa37234a49 Cut down on strlens 2020-05-24 21:23:52 +02:00
twinaphex
a1752db25a Put this behind DEBUG ifdef 2020-05-24 20:49:58 +02:00
twinaphex
737718ba5d (network) Turn functions that are not accessed outside static 2020-05-24 20:38:50 +02:00
twinaphex
8bf11e9b18 (libretro-common) Try to prevent implicit usage of stdio fprintf 2020-05-24 20:18:36 +02:00
twinaphex
bc226305d7 (x11_common.c) Cleanup 2020-05-24 19:38:41 +02:00
twinaphex
e030986837 Replace fprintfs with RARCH_LOG/RARCH_ERR 2020-05-24 19:29:55 +02:00
twinaphex
bcbad532e6 Rewrite fprintf into RARCH_ERR 2020-05-24 19:22:17 +02:00
twinaphex
88b8e5a16a Replace with string_ends_with 2020-05-24 19:16:13 +02:00
twinaphex
d9bbe604e9 silence unused variable warnings 2020-05-24 19:13:22 +02:00
twinaphex
67f0df94f9 (CDROM) Reduce log spam 2020-05-24 19:11:55 +02:00
twinaphex
53beaee6e6 Cleanup 2020-05-24 18:28:27 +02:00
twinaphex
5b562c4c24 Style nits/cleanups 2020-05-24 18:21:30 +02:00
twinaphex
1a2fdffd5b Move variables to top 2020-05-24 18:02:47 +02:00
Autechre
8ada7049c2
Update CHANGES.md 2020-05-24 17:50:24 +02:00
twinaphex
93e8edf2f9 Fix C89_BUILD error and several style nits 2020-05-24 17:41:27 +02:00
Autechre
8ce192de82
Merge pull request #10699 from guoyunhe/ar-cjk-fonts
Fix Arabic, Chinese and Korean font rendering
2020-05-24 17:36:49 +02:00
twinaphex
376b62e8fa Cut down on more unnecessary strlens 2020-05-24 17:25:52 +02:00
twinaphex
64c30610f5 Fix menu_shader_manager_save_preset_internal 2020-05-24 16:44:48 +02:00
Guo Yunhe
b6561ee9ca Fix Arabic, Chinese and Korean font rendering 2020-05-24 17:39:22 +03:00
twinaphex
cf1bc2634d Prevent doing unnecessary double strlen 2020-05-24 16:38:53 +02:00
twinaphex
2f836f786f (Dutch) Fix small typo for now - when Crowdin gets resynced this
should already be in there
2020-05-24 08:23:47 +02:00
Autechre
1431a0b275
Update CHANGES.md 2020-05-24 08:19:29 +02:00
Autechre
1c8b6bebce
Update CHANGES.md 2020-05-24 08:18:04 +02:00
twinaphex
cebc01cb1e C89_BUILD buildfix 2020-05-24 06:54:42 +02:00
Autechre
2ac18a621a
Merge pull request #10697 from phcoder/x11
Improvements for XShm
2020-05-24 06:51:13 +02:00