orbea
bfc366decc
Squeeze extra blank lines with cat(1).
...
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
twinaphex
93346fed6b
Buildfix
2019-01-08 17:53:58 +01:00
Twinaphex
c2047c8c04
Merge pull request #7935 from orbea/menu
...
Makefile.common: Remove redundant HAVE_MENU check.
2019-01-08 12:31:27 +01:00
Twinaphex
3c8ca30b07
Merge pull request #7932 from fr500/master
...
WIP: [netplay] subsystem support
2019-01-08 12:31:02 +01:00
Twinaphex
2c8ca91cf0
Merge pull request #7930 from orbea/opt
...
Fix crash with quick menu options.
2019-01-08 12:30:48 +01:00
Twinaphex
7493f9cf37
Merge pull request #7936 from orbea/threads
...
Fix savestates without HAVE_MENU.
2019-01-08 12:30:28 +01:00
Twinaphex
1673c73702
Merge pull request #7939 from alfrix/master
...
Fix #7934
2019-01-08 12:28:20 +01:00
Alfredo Monclus
628fc8a690
Fix #7934
2019-01-08 07:52:17 -03:00
orbea
afc00cf155
Fix savestates without HAVE_MENU.
...
Fixes https://github.com/libretro/RetroArch/issues/7933
2019-01-07 22:40:09 -08:00
orbea
6a0ac8584c
Makefile.common: Remove redundant HAVE_MENU check.
2019-01-07 21:51:04 -08:00
hizzlekizzle
3e5237ed72
Merge pull request #7931 from fr500/master
...
[subsystem] fix sram
2019-01-07 22:32:57 -06:00
radius
58e192881a
[netplay] announce subsystems
2019-01-07 23:30:48 -05:00
radius
cb00455f12
[subsystem] fix sram
2019-01-07 22:27:22 -05:00
orbea
098dc61ad3
Fix crash with quick menu options.
...
If the 'game specific options' setting is disabled the drop down menu
for the core options will crash on the first option and then have an
offset with all of the additional options.
Fixes https://github.com/libretro/RetroArch/issues/7915
2019-01-07 18:10:31 -08:00
Twinaphex
cf49f0c050
Merge pull request #7927 from orbea/qb
...
qb: Remove outdated checks.
2019-01-08 01:14:36 +01:00
Twinaphex
be12b8ff82
Merge pull request #7929 from fr500/master
...
[discord] fix
2019-01-08 01:14:29 +01:00
Twinaphex
983e0a900f
Merge pull request #7928 from fjtrujy/feature/PS2Controller
...
[PS2] Input Driver - 2 Player
2019-01-08 01:13:56 +01:00
radius
6613421537
[discord] fix
2019-01-07 19:08:53 -05:00
Francisco Javier Trujillo Mata
9370fb604d
Enable 2 controller for PS2 Driver (multiplayer is not implemented yet)
2019-01-08 00:28:14 +01:00
orbea
35f6dd640d
qb: Remove outdated checks.
2019-01-07 14:42:06 -08:00
Francisco Javier Trujillo Mata
cd764ac37b
Remove not needed free in the FONT driver
2019-01-07 23:02:01 +01:00
Twinaphex
54a795bfd7
Merge pull request #7924 from orbea/menu_null
...
menu: Fix quick menu toggle crash with the null menu driver.
2019-01-07 21:57:18 +01:00
Twinaphex
d325752183
Merge pull request #7926 from fjtrujy/feature/PS2FontDriver
...
[PS2] Create Font driver for PS2
2019-01-07 21:56:14 +01:00
Francisco Javier Trujillo Mata
26ce69694f
Create Font driver for PS2
2019-01-07 21:51:48 +01:00
orbea
d37547e6fd
menu: Fix quick menu toggle crash with the null menu driver.
2019-01-07 11:42:48 -08:00
Twinaphex
aa231dca10
Merge pull request #7922 from natinusala/master
...
libnx: add HAVE_CHD to the Makefile
2019-01-07 20:29:27 +01:00
natinusala
27d1cc9905
libnx: add HAVE_CHD to the Makefile
2019-01-07 19:08:41 +01:00
Twinaphex
6384313279
Merge pull request #7914 from orbea/menu
...
menu: Display menu drivers in alphabetical order.
2019-01-07 10:03:27 +01:00
Twinaphex
9bd97784a3
Merge pull request #7916 from orbea/qb
...
qb: Fix typo in --help.
2019-01-07 10:02:45 +01:00
Twinaphex
c44235611d
Merge pull request #7918 from orbea/rgui
...
qb: Improve menu check without opengl, opengles or vulkan.
2019-01-07 10:02:30 +01:00
Twinaphex
c1477c10b9
Merge pull request #7919 from orbea/osx
...
Attempt to fix xcode8 travis build failure.
2019-01-07 10:02:16 +01:00
orbea
58fa3bc940
Attempt to fix xcode8 travis build failure.
2019-01-06 22:47:03 -08:00
orbea
23c8a31d69
qb: Improve menu check without opengl, opengles or vulkan.
2019-01-06 22:18:02 -08:00
Brad Parker
459a19be57
fix infinite loop with null menu driver
2019-01-07 00:31:57 -05:00
orbea
749e882b58
qb: Fix typo in --help.
2019-01-06 21:18:36 -08:00
orbea
d25b632b88
Fix segfault with null menu driver. ( #7913 )
2019-01-06 23:34:25 -05:00
Brad Parker
5bedd981ec
allow shaders when menu is disabled
2019-01-06 23:03:28 -05:00
Brad Parker
13ee5ccfdf
init core info when menu is disabled, remove more menu dependance from Qt
2019-01-06 22:04:23 -05:00
orbea
161785f588
menu: Display menu drivers in alphabetical order.
2019-01-06 17:38:16 -08:00
Twinaphex
9b46caa6db
Merge pull request #7911 from fjtrujy/feature/PS2OpenRGUIMenu
...
[PS2] Open RetroArch menu from Core
2019-01-07 01:42:01 +01:00
Francisco Javier Trujillo Mata
f48ffb9aac
Open RetroArch Menu Long Pressing Start button
2019-01-07 01:38:48 +01:00
Twinaphex
49776510ce
Merge pull request #7912 from fr500/discord
...
[discord] rewrite secret/join logic to use a queried lobby name
2019-01-07 01:14:03 +01:00
radius
b8f20e60c2
[discord] rewrite secret/join logic to use a queried lobby name
2019-01-06 19:04:08 -05:00
Brad Parker
22598feca3
Qt: there is no core info with --disable-menu
2019-01-06 17:45:22 -05:00
Brad Parker
8343cf2680
re-word warning message
2019-01-06 17:39:19 -05:00
Brad Parker
65c6bb69a4
allow building Qt with --disable-menu
2019-01-06 17:37:36 -05:00
orbea
65c6caf5a6
qb: Add '--disable-menu'. ( #7910 )
...
This adds '--disable-menu' which will disable all of the menu drivers
including Qt. This will also allow disabling only rgui and not the other
menu drivers.
2019-01-06 17:30:50 -05:00
Francisco Javier Trujillo Mata
3bb0c7caa4
Disable the time function, after start core is not working fine.
2019-01-06 23:26:34 +01:00
orbea
5428d2a833
Fix warning with '--disable-rgui' and '--disable-easteregg'. ( #7908 )
...
Fixes:
retroarch.c: In function ‘runloop_check_state’:
retroarch.c:2593:20: warning: variable ‘seq’ set but not used [-Wunused-but-set-variable]
static uint64_t seq = 0;
^~~
2019-01-06 17:21:15 -05:00
Tatsuya79
92e2221c2d
fix gong scaling ( #7907 )
2019-01-06 13:10:40 -05:00