Commit Graph

51948 Commits

Author SHA1 Message Date
Stevoisiak
f4f339c4d5
Remove unnecessary escape character
http://eslint.org/docs/rules/no-useless-escape
2019-12-31 12:13:40 -05:00
Twinaphex
48fddcb7bd
Merge pull request #9918 from Stevoisiak/posix-undefined-brackets
Replace [[ ]] with [ ] for POSIX compatibility
2019-12-31 17:39:33 +01:00
Stevoisiak
0a6f6cb281 Replace [[ ]] with [ ] for POSIX compatibility
Double brackets are not compatible with all POSIX compliant shells. Replaced with single brackets.

http://mywiki.wooledge.org/BashFAQ/031
2019-12-31 11:31:55 -05:00
Twinaphex
eb51b0c383
Update CHANGES.md 2019-12-31 13:47:15 +01:00
Twinaphex
5f1fcf51a6
Merge pull request #9916 from jdgleaver/filebrowser-fix
(Filebrowser) Fix file selection issues when starting from (or navigating to) the top level directory
2019-12-31 13:46:27 +01:00
jdgleaver
569014c5d2 (Filebrowser) Fix file selection issues when starting from (or navigating to) the top level directory 2019-12-31 12:34:03 +00:00
twinaphex
1d6ebacfaa (MSVC 2017 UWP) Start adding separate configurations for ANGLE 2019-12-31 13:21:09 +01:00
Twinaphex
80f494b961
Update CHANGES.md 2019-12-30 17:09:11 +01:00
Twinaphex
f4d1732137
Merge pull request #9915 from Jamiras/cheevos_unsupported_core
(cheevos) don't count unsupported achievements as unlocked
2019-12-30 17:08:50 +01:00
Twinaphex
2fc3a6fc1a
Update CHANGES.md 2019-12-30 16:56:11 +01:00
Twinaphex
dc8f8cd401
Update CHANGES.md 2019-12-30 16:34:26 +01:00
twinaphex
88c331ea99 (Menu) Add missing textures 2019-12-30 15:05:23 +01:00
Twinaphex
9d16264ba1
Merge pull request #9914 from jdgleaver/3ds-buildfix
(3DS) Theodore buildfix
2019-12-30 14:03:04 +01:00
twinaphex
d809cc6a31 Buildfix for non-networking targets 2019-12-30 14:02:41 +01:00
jdgleaver
5c0cca9783 (3DS) Theodore buildfix 2019-12-30 12:57:57 +00:00
twinaphex
a0e7fe19af (MSVC 2010) Buildfix 2019-12-30 09:47:58 +01:00
Twinaphex
960ff23843 Remove unused variable 2019-12-30 08:27:39 +01:00
twinaphex
0996e13352 Add subsystem settings list to menu_displaylist_build_list 2019-12-30 08:05:14 +01:00
twinaphex
81972149fc Submenu system is now properly hidden 2019-12-30 08:02:13 +01:00
twinaphex
48af253a06 (Menu) This macro is no longer used 2019-12-30 07:48:55 +01:00
twinaphex
1e45692f0b Create HAS_SET_SUBSYSTEMS for rarch_ctl 2019-12-30 07:46:33 +01:00
twinaphex
096a420e7b Update CHANGES.md 2019-12-30 07:04:42 +01:00
twinaphex
ecb3301b19 (hosting submenu) Set include_everything to false 2019-12-30 07:01:24 +01:00
twinaphex
ad397671a7 Add warning about globals 2019-12-30 06:50:25 +01:00
twinaphex
8b5db9fdaf Add return value to menu_displaylist_netplay_refresh_rooms 2019-12-30 06:48:10 +01:00
twinaphex
4137273002 Move netplay_refresh_rooms_menu to menu_displaylist.c and rename
it menu_displaylist_netplay_refresh_rooms
2019-12-30 06:44:14 +01:00
twinaphex
f6db9ce04d Move menu_subsystem_populate to menu_displaylist.c 2019-12-30 05:57:32 +01:00
twinaphex
106c912eb5 (Netplay hosting)
- Remove clear
- Use index offset variable
2019-12-30 05:49:45 +01:00
twinaphex
3fe8806018 (Subsystem Settings) Create separate subsystem settings list - will
be selectively hidden later based on whether subsystems are implemented
for the core
2019-12-30 05:43:48 +01:00
twinaphex
f3742a101c Change function signature on subsystem function 2019-12-30 05:17:31 +01:00
Jamiras
b09a22360c don't count unsupported achievements as unlocked 2019-12-29 20:50:55 -07:00
Twinaphex
f01afe72c6
Update msg_hash_ru.h 2019-12-30 04:47:38 +01:00
twinaphex
a2fd581dad Add HAVE_NETWORKING ifdef 2019-12-30 04:43:42 +01:00
twinaphex
2169a25b0a Create Netplay Hosting submenu 2019-12-30 03:01:52 +01:00
twinaphex
fdd4915718 Add Network Settings to Netplay tab 2019-12-30 02:22:23 +01:00
Twinaphex
9e9fa1f7df
Update CHANGES.md 2019-12-29 22:44:05 +01:00
Twinaphex
5e8ab7b287
Update CHANGES.md 2019-12-29 22:43:40 +01:00
Twinaphex
0e47f4efb8
Update CHANGES.md 2019-12-29 19:17:40 +01:00
Twinaphex
080b3ea184
Update CHANGES.md 2019-12-29 19:17:05 +01:00
Twinaphex
13d44720e0
Update CHANGES.md 2019-12-29 19:16:38 +01:00
Twinaphex
57f5d04126
Merge pull request #9911 from jdgleaver/vulkan-font-fix
(Vulkan) Fix font driver 'vulkan_get_message_width()' function
2019-12-29 17:32:39 +01:00
Twinaphex
463d68163e
Merge pull request #9680 from IlDucci/master
Additional revision of the Spanish translation
2019-12-29 17:32:31 +01:00
jdgleaver
7ad4becedb (Vulkan) Fix font driver 'vulkan_get_message_width()' function 2019-12-29 14:44:07 +00:00
Francisco José García García
7fa6247770 (VITA) Re-add online updater 2019-12-29 14:24:17 +01:00
Twinaphex
17c827adfb
Merge pull request #9898 from libretro/kivutar/fixprs
Don't try to import secret certificates during PRs
2019-12-29 04:53:56 +01:00
Twinaphex
a30a53f12a
Update CHANGES.md 2019-12-28 09:53:01 +01:00
Twinaphex
7e83f4a531
Merge pull request #9905 from Jamiras/cheevos_invalid_reset
don't reset triggers/lboards that failed to load
2019-12-28 09:50:58 +01:00
Jamiras
3c3e6978b8 don't reset triggers/lboards that failed to load 2019-12-27 19:03:40 -07:00
Twinaphex
19f53d96a2
Update CHANGES.md 2019-12-27 19:47:35 +01:00
Twinaphex
98618c052b
Merge pull request #9900 from CheezeCake/fix-double-free
fix potential double free error
2019-12-27 19:47:08 +01:00