46890 Commits

Author SHA1 Message Date
altiereslima
c26a4aa13a Update msg_hash_pt_br.h 2019-01-09 19:54:35 -02:00
twinaphex
60533b10b7 (RGUI) Add specific color conversion for Gekko [Wii/Gamecube] 2019-01-09 22:05:33 +01:00
Twinaphex
9231998aa3
Merge pull request #7951 from jdgleaver/rgui-ps2-colour-fix
(RGUI) Fix background + border colours for PS2
2019-01-09 21:26:14 +01:00
Twinaphex
60a2d5c87c
Merge pull request #7952 from orbea/dummy
Fix crashes with '--disable-menu' and the Qt frontend.
2019-01-09 19:29:03 +01:00
orbea
7eead5c59f Fix crashes with '--disable-menu' and the Qt frontend.
When failing to load content in the companion ui when HAVE_MENU is not
defined RetroArch will crash in just about every input and video driver.
Even if several sanity checks are added the dummy core will immediately
exit.

Now it will print that it failed to load the core in the companion ui
and reinit the dummy core to match the behavior with the null menu
driver.
2019-01-09 10:02:32 -08:00
jdgleaver
c433934415 (RGUI) Fix background + border colours for PS2 2019-01-09 15:34:52 +00:00
Twinaphex
db36f08920
Merge pull request #7942 from ArnaudFaucher/master
msvc-uwp: fixed certificate file name
2019-01-09 13:00:56 +01:00
Twinaphex
9bbbb929f8
Merge pull request #7950 from jdgleaver/rgui-colour-themes
(RGUI) Add colour themes
2019-01-09 12:46:41 +01:00
jdgleaver
faaa6e081b (RGUI) Add colour themes 2019-01-09 10:50:24 +00:00
Twinaphex
f500cf19ab
Merge pull request #7945 from fr500/master
[discord] early return if avatar isn't set
2019-01-09 11:49:09 +01:00
Twinaphex
a3f7588ec5
Merge pull request #7947 from orbea/null
Fix crash with the null menu driver and Qt frontend.
2019-01-09 11:48:50 +01:00
Twinaphex
6420ea8f27
Merge pull request #7946 from bparker06/playlist
fix heap overflow with playlists
2019-01-09 11:48:25 +01:00
orbea
248c944ff8 Fix crash with the null menu driver and Qt frontend.
When failing to load content in the Qt companion ui while using the
null menu driver RetroArch will crash.

Now it just prints that it failed to load content in the Qt ui.
2019-01-08 23:01:05 -08:00
Brad Parker
0c634382f9 fix heap overflow with playlists 2019-01-08 23:08:58 -05:00
radius
77c2c7b946 [discord] early return if avatar isn't set 2019-01-08 20:54:52 -05:00
twinaphex
01b2b9c3a6 Buildfix 2019-01-09 01:01:03 +01:00
Twinaphex
cdc0a79508
Merge pull request #7872 from natinusala/libnx-swkbd
libnx: implement swkbd for menu drivers
2019-01-09 00:29:31 +01:00
Twinaphex
ac04c1bfc5
Merge pull request #7892 from Datamats/libnx_nwindow
libnx: refactor all the code of the now deprecated gfx api over to the new nwindow / framebuffer api
2019-01-08 23:36:20 +01:00
Arnaud Faucher
12aaf615a8 msvc-uwp: fixed certificate file name 2019-01-08 16:29:54 -05:00
Twinaphex
9caf71df7a
Merge pull request #7885 from myfreeweb/more-wayland
Wayland: track multiple displays and their scales
2019-01-08 21:45:53 +01:00
Twinaphex
d2f7853d49
Merge branch 'master' into more-wayland 2019-01-08 21:45:43 +01:00
twinaphex
ddbb1a4d43 Update 2019-01-08 21:43:40 +01:00
twinaphex
ef35cf5ac0 Add fopen_utf8 for Salamander builds 2019-01-08 21:42:52 +01:00
twinaphex
9b801aee17 Buildfixes 2019-01-08 20:43:03 +01:00
twinaphex
6bd4d91038 Cleanups 2019-01-08 20:32:40 +01:00
twinaphex
b74b24e648 Change to C comment 2019-01-08 20:22:44 +01:00
Twinaphex
6aa501bc70
Merge pull request #7938 from frangarcj/orbis2
[ORBIS] Some driver fixes and host filesystem support
2019-01-08 20:18:48 +01:00
Twinaphex
40997473ed
Merge branch 'master' into orbis2 2019-01-08 20:18:08 +01:00
Twinaphex
19c4fcda88
Merge pull request #7941 from orbea/squeeze
Squeeze extra blank lines with cat(1).
2019-01-08 20:14:17 +01:00
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