47031 Commits

Author SHA1 Message Date
Brad Parker
af7379889d prevent null pointer deref in save/state/cheat paths 2019-01-13 12:10:47 -05:00
Twinaphex
034ef10d3f
Merge pull request #7999 from krzys-h/uwp
Fix warning in uwp_input.c
2019-01-13 18:01:29 +01:00
krzys-h
e65f87a4ee Fix warning in uwp_input.c 2019-01-13 16:01:59 +01:00
krzys-h
4b2278688b Unix buildfix for dirent_is_directory 2019-01-13 14:49:01 +01:00
twinaphex
5b88685448 Unroll this 2019-01-13 07:46:35 +01:00
Brad Parker
331a7dedf1 griffin: jsonsax_full is always required now 2019-01-13 00:26:30 -05:00
Twinaphex
cb596aec3a
Merge pull request #7820 from meepingsnesroms/master
Buttons are only 16 bits so only use uint16_t to prevent wasting 6 bytes
2019-01-13 04:55:34 +01:00
Brad Parker
2ee8888a65 Update CHANGES.md 2019-01-12 21:30:54 -05:00
Twinaphex
75aa27ab94
Merge pull request #7972 from Wiimpathy/WiiGammaSettings
Wii: Fix Gamma setting not saved.
2019-01-13 03:24:30 +01:00
Twinaphex
c4669c3302
Merge pull request #7992 from Sunderland93/master
[Wayland] Fix toggle fullscreen
2019-01-13 01:34:06 +01:00
Twinaphex
7a4efedbfe
Merge pull request #7994 from orbea/travis2
travis: Clean up.
2019-01-13 01:04:09 +01:00
krzys-h
109de0bebb VFS v3: stat, mkdir, directory listings 2019-01-13 00:33:24 +01:00
Brad Parker
1b22acd747 guard against overflows in Arabic font code, fixes #7508 2019-01-12 17:23:19 -05:00
twinaphex
af74ba90db Buildfixes 2019-01-12 21:34:14 +01:00
Twinaphex
14a22aaadd
Merge pull request #7987 from orbea/qt
Don't disable the Qt frontend when started from the commandline.
2019-01-12 21:21:04 +01:00
twinaphex
7ad34509e7 Silence more CXX_BUILD warnings 2019-01-12 21:16:48 +01:00
Brad Parker
88750850dc move playlist entries into "items" array to allow for top-level metadata 2019-01-12 13:46:28 -05:00
Sunderland93
dba9781f26 Fix toggle fullscreen 2019-01-12 22:18:31 +04:00
twinaphex
6ca9afbd57 Silence more warnings with CXX_BUILD 2019-01-12 18:51:06 +01:00
orbea
d86fe8d6e6 Don't disable the Qt frontend when started from the commandline.
Fixes https://github.com/libretro/RetroArch/issues/7962.
2019-01-12 09:40:05 -08:00
twinaphex
4c8e5e07c0 Fix some CXX_BUILD errors 2019-01-12 18:35:14 +01:00
twinaphex
d412c9f8d4 Fix some CXX_BUILD errors 2019-01-12 18:30:06 +01:00
twinaphex
0f8cf1a579 C89 buildfix 2019-01-12 18:15:49 +01:00
twinaphex
6048eba78a Move static variable around 2019-01-12 18:10:22 +01:00
twinaphex
d95b4b70e7 Some cleanups to runloop - should not affect anything functionality-wise 2019-01-12 17:58:35 +01:00
Twinaphex
700829b5d7
Merge pull request #7991 from krzys-h/com-init-again
Fix COM initialization on Qt builds
2019-01-12 15:21:58 +01:00
krzys-h
901c712e61 Fix COM initialization on Qt builds 2019-01-12 09:46:20 +01:00
Twinaphex
fed880bc33
Merge pull request #7986 from krzys-h/uwp
(UWP) Add keyboard mapping support in the uwp driver
2019-01-12 05:11:14 +01:00
Twinaphex
ff8e10f014
Merge pull request #7984 from myfreeweb/egl-fix
Fix EGL initialization not setting 'n'
2019-01-12 05:10:46 +01:00
CozmoP
2052e15a08 pass content label when loading content from Qt (#7982) 2019-01-11 18:51:44 -05:00
Twinaphex
2231e4c821
Merge pull request #7988 from m4xw/nx
Fix double semicolon and format line endings
2019-01-12 00:38:56 +01:00
M4xw
c111b4a7f0 Fix double semicolon and format line endings 2019-01-11 23:48:52 +01:00
krzys-h
e08f79e16b (UWP) Add keyboard mapping support in the uwp driver 2019-01-11 20:24:26 +01:00
Greg V
3ab7e780d1 EGL: use unused 'n' argument for storing the config count (fixes #7953)
The 'n' argument was probably intended for the count, but it was unused.
The Wayland platform would check whether n would be non-zero (and
wouldn't initialize n with zero), so it would only succeed because it
was initialized with random garbage.

Pointy hat: @Sunderland93
2019-01-11 20:41:40 +03:00
Greg V
b52a5ae664 Remove trailing whitespace in wayland_ctx.c
vim has been helpfully doing this for me every time I saved the file
and I've had to manually ignore these changes when committing.
Let's just commit this.
2019-01-11 20:37:59 +03:00
Twinaphex
58d764ce5d
Merge pull request #7983 from natinusala/master
libnx: implement perf counters
2019-01-11 18:23:28 +01:00
natinusala
52479ad09f libnx: implement perf counters 2019-01-11 17:45:06 +01:00
Brad Parker
f0e2f7dcf4 Merge branch 'master' into json_playlist 2019-01-11 09:02:11 -05:00
Twinaphex
78cc8794f7
Merge pull request #7979 from fjtrujy/FixPS2CoreGlich
[PS2] Clean screen before the core start
2019-01-11 14:49:12 +01:00
Francisco Javier Trujillo Mata
7b175496ce [PS2] Clean screen before the core start 2019-01-11 14:42:47 +01:00
orbea
39442c7bba travis: Clean up. 2019-01-11 02:16:08 -08:00
orbea
12bb9e5cb5 travis: Attempt to fix xcode9.3 travis build. 2019-01-10 22:10:41 -08:00
Twinaphex
af48987eb9
Merge pull request #7975 from orbea/unload
Fix crashes when changing cores.
2019-01-11 04:54:53 +01:00
orbea
32586bc316 Fix crashes when changing cores.
When switching cores it was possible to hit core_unload_game
and core_load twice which potentially led to crashes when switching
some cores without closing content before loading the new core.

Fixes https://github.com/libretro/RetroArch/issues/4107
2019-01-10 19:04:51 -08:00
twinaphex
13ccf4d408 Silence some more static code analysis warnings 2019-01-11 01:35:18 +01:00
CozmoP
07c3bff2f8 Qt: set fixed height to search and core selection widgets 2019-01-11 01:31:27 +01:00
Twinaphex
ccec13e64f
Merge pull request #7974 from libretro/revert-7973-fix-2791-black-bug
Revert "Fix issue #6747 black bug"
2019-01-10 22:52:23 +01:00
Twinaphex
01397f008a
Revert "Fix issue #6747 black bug" 2019-01-10 22:52:13 +01:00
twinaphex
3ac631c7a3 (MSVC) Some more static code analysis warning fixes 2019-01-10 22:49:23 +01:00
Twinaphex
e4f9aebbd3
Merge pull request #7973 from daliaetnano/fix-2791-black-bug
Fix issue #6747 black bug
2019-01-10 22:36:40 +01:00