47220 Commits

Author SHA1 Message Date
Twinaphex
d4b33ac1ad
Merge pull request #7995 from krzys-h/vfs-v3
VFS v3: stat, mkdir, directory listings
2019-01-16 02:38:54 +01:00
Twinaphex
4e73be94b7
Merge pull request #8012 from CozmoP/gridfix
Qt: fix bug when grid item width > grid width
2019-01-16 01:49:13 +01:00
CozmoP
e4bc578466 Qt: fix bug when grid item width > grid width 2019-01-16 00:11:58 +01:00
Twinaphex
10c7929d55
Merge pull request #7996 from fr500/master
support subsystem type netplay lobbies
2019-01-15 21:40:05 +01:00
Twinaphex
3ec4469455
Merge pull request #8011 from CozmoP/msvc2017
fix MSVC 2017 Qt builds
2019-01-15 21:39:16 +01:00
CozmoP
a88277f76d #undef mkdir 2019-01-15 19:41:24 +01:00
CozmoP
0df074db05 fix MSVC 2017 Qt builds 2019-01-15 18:58:31 +01:00
Raphaël Zumer
b1de875551 Define lynx_header_len at the function head 2019-01-15 12:19:25 -05:00
Raphaël Zumer
cdbfec7348 Make SNES_HEADER_LEN snake case 2019-01-15 12:18:58 -05:00
Raphaël Zumer
4260f9ffbc Hash full Lynx file content 2019-01-15 12:12:13 -05:00
radius
82836c5778 [netplay] simplify find content task 2019-01-14 20:17:53 -05:00
radius
d3ae49b30b add sublabels 2019-01-14 18:58:57 -05:00
radius
dad3fe42db [netplay] load subsystem content
cleanup

cleanup
2019-01-14 18:58:57 -05:00
radius
9d0472c3ac [netplay] finding content works now
cleanup
2019-01-14 18:58:56 -05:00
radius
f0b8d2d12e [netplay] support subsystem type netplay lobbies 2019-01-14 18:58:56 -05:00
Twinaphex
c7054a36f2
Merge pull request #8009 from krzys-h/fix-7803
Fix parent of root directory turning into ./ on Windows
2019-01-14 21:32:06 +01:00
krzys-h
cc7541338c Fix parent of root directory turning into ./ on Windows (#7803) 2019-01-14 20:48:55 +01:00
CozmoP
8adef3b995 Qt: move some styles to stylesheet 2019-01-14 20:06:07 +01:00
Twinaphex
0805f4e821
Merge pull request #8008 from natinusala/master
libnx swkbd overclock fix + ozone memory leak fix
2019-01-14 20:01:56 +01:00
natinusala
0b4f6c1ce4 ozone: fix memory leak 2019-01-14 19:49:56 +01:00
natinusala
ea027c0b55 libnx: use stock clock for swkbd 2019-01-14 19:04:13 +01:00
Twinaphex
5c09cf29a4
Merge pull request #8006 from orbea/qt2
Fix wimp ui.
2019-01-14 14:26:24 +01:00
Twinaphex
10833fc9ae
Merge pull request #8007 from orbea/qt
Fix qt with CXX_BUILD.
2019-01-14 14:26:02 +01:00
orbea
b3157c14e8 Fix wimp ui.
Fixes https://github.com/libretro/RetroArch/issues/8005
2019-01-14 00:37:52 -08:00
orbea
c1765f0a6c Fix qt with CXX_BUILD. 2019-01-14 00:24:46 -08:00
twinaphex
f0994a0502 retroarch.c - some cleanups 2019-01-14 05:25:04 +01:00
twinaphex
7cb84245b7 Simplify runloop 2019-01-14 04:39:58 +01:00
Twinaphex
fab4834b82
Merge pull request #7959 from bparker06/json_playlist
add JSON playlist format
2019-01-14 03:14:54 +01:00
Twinaphex
1bb381fd7e
Merge pull request #8002 from theheroGAC/patch-41
Update msg_hash_it.h
2019-01-14 00:56:02 +01:00
Twinaphex
b93c21091b
Merge pull request #8003 from orbea/cxx
Fix CXX_BUILD errors.
2019-01-14 00:55:54 +01:00
CozmoP
2ef9e5757b Qt: switch to stacked layout to avoid bug. Add border to file browser table. 2019-01-13 23:34:57 +01:00
CozmoP
a0b67424ca
Qt: don't wrap table cell text 2019-01-13 20:57:19 +01:00
orbea
ff2e3bbbce Fix CXX_BUILD errors. 2019-01-13 11:51:33 -08:00
Rob Loach
63ba60ae1a
Merge pull request #7976 from orbea/brew
travis: Attempt to fix xcode9.3 travis build.
2019-01-13 14:41:31 -05:00
theheroGAC
473bae15c3
Update msg_hash_it.h 2019-01-13 20:38:05 +01:00
Twinaphex
8f8cec52f2
Merge pull request #8001 from fjtrujy/feature/PS2VSyncDisabled
[PS2] Improve VRAM clear detection
2019-01-13 20:23:40 +01:00
Francisco Javier Trujillo Mata
a5d381eced Improve VRAM clear detection 2019-01-13 20:19:21 +01:00
Twinaphex
39209dd387
Merge pull request #8000 from fjtrujy/feature/PS2VSyncDisabled
WIP: [PS2] Enable the possibility to disable VSync
2019-01-13 20:11:05 +01:00
Francisco Javier Trujillo Mata
ba75b1f4b3 Enable the possibility to disable VSync 2019-01-13 19:15:52 +01:00
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