46951 Commits

Author SHA1 Message Date
natinusala
a164f77c94 libnx: only use swkbd if in an application 2019-01-03 14:14:13 +01:00
Twinaphex
ab2010c494
Update CHANGES.md 2019-01-03 14:12:10 +01:00
Twinaphex
d5c524c53e
Update CHANGES.md 2019-01-03 14:11:55 +01:00
twinaphex
6f093e8474 Turn C++ comment to C 2019-01-03 14:02:31 +01:00
twinaphex
3c36a27505 Add this 2019-01-03 13:56:41 +01:00
twinaphex
42d5c0037e Create separate platform_uwp.c 2019-01-03 13:55:43 +01:00
twinaphex
e53ac5b38b (PS2) platform_ps2.c - style nits 2019-01-03 13:34:12 +01:00
twinaphex
24ef966ca3 (PS2 audio) Style nit changes 2019-01-03 13:26:45 +01:00
Twinaphex
56bf1c53ca
Merge pull request #7877 from fjtrujy/feature/PS2AudioSupport
PS2 Audio Support
2019-01-03 13:21:55 +01:00
Francisco Javier Trujillo Mata
56207bd08e Improvement in:
* Makefile.ps2
* ps2_gfx
* ps2_platform
* ps2_audio
2019-01-03 13:16:28 +01:00
Francisco Javier Trujillo Mata
e2ca8aa1b5 Apply NTCS mode 2019-01-03 13:16:28 +01:00
Francisco Javier Trujillo Mata
1591bc2db2 Create Audio Driver from PS2 2019-01-03 13:16:27 +01:00
twinaphex
8b0f7051ac (MSVC 2003) Buildfix 2019-01-03 11:45:24 +01:00
twinaphex
f1fc622e99 (UWP) - Implement retro_sleep with SleepEx (untested) 2019-01-03 11:40:21 +01:00
Twinaphex
33ecd40d55
Merge pull request #7875 from orbea/animation
menu: Add sublabel for 'menu_horizontal_animation'.
2019-01-03 08:08:04 +01:00
orbea
5fcec0f561 menu: Add sublabel for 'menu_horizontal_animation'.
Fixes https://github.com/libretro/RetroArch/issues/5271.
2019-01-02 20:36:35 -08:00
natinusala
39282915f8 libnx: implement swkbd for menu drivers 2019-01-02 16:24:31 +01:00
Raphaël Zumer
0ebf5a2563 Fall back to GENERIC_MD5 for headerless SNES 2019-01-02 10:16:13 -05:00
meleu
2a9f6d9d40 SNES hashing, just ignore header if it has one 2019-01-02 09:48:55 -05:00
twinaphex
9c5c0aea58 Start replacing WinRT ifdefs so that Windows Phone 8 can be detected
too
2019-01-02 13:30:58 +01:00
Francisco José García García
4204bfc67f [ORBIS] Add Menu toggle combo and some cleaning 2019-01-02 12:13:17 +01:00
twinaphex
ff1ca99748 (MSVC 2017 UWP) Buildfix
(MSVC 2017 UWP) Renaming
2019-01-02 07:27:47 +01:00
Raphaël Zumer
dc45fbada6 Include VROM in cheevos NES hash 2019-01-01 21:02:28 -05:00
Twinaphex
8f2fa4527c
Merge pull request #7849 from krzys-h/fix-7842
Fix the taskbar extension not initializing properly
2019-01-02 02:34:19 +01:00
Twinaphex
aa75ae5f04
Update CHANGES.md 2019-01-02 02:26:17 +01:00
Twinaphex
6f7e670609
Merge pull request #7869 from orbea/sdl2
sdl: Flush the joypad events.
2019-01-02 02:24:04 +01:00
orbea
7ac080ea50 sdl: Flush the joypad events.
Bastien found a fix to the issue
"The lag after 10-15 minutes issue appears to be a bug in the sdl2 input
driver in RetroArch. RetroArch never clears the SDL event queue. After a
while it is so large it takes a significant time to traverse."

Fixes https://github.com/libretro/RetroArch/issues/7868

Solution thanks to Bastien.
2019-01-01 17:16:35 -08:00
twinaphex
541dc13d64 We cannot have VLAs 2019-01-02 01:15:30 +01:00
Twinaphex
731ef11e2f
Merge pull request #7866 from fr500/master
cleanup
2019-01-01 23:29:37 +01:00
radius
b8129a1381 cleanup 2019-01-01 14:34:10 -05:00
Twinaphex
e7befaba37
Merge pull request #7864 from fr500/master
[info] use sublabels for controller information
2019-01-01 18:35:58 +01:00
radius
051e5bd262 [gui] add sublabel for start core 2019-01-01 12:35:29 -05:00
radius
88b4ec61e7 [info] use sublabels for controller information 2019-01-01 12:29:20 -05:00
Twinaphex
e64f713942
Merge pull request #7860 from krzys-h/uwp
(UWP) Add optional packages support and fix ARM builds
2019-01-01 18:17:37 +01:00
Twinaphex
589d715fbc
Merge pull request #7862 from fr500/master
A couple fixes
2019-01-01 18:15:14 +01:00
Twinaphex
f635bfa35d
Merge pull request #7863 from krzys-h/fix-paths
Fix path problems after b201d669b5ea1470bb239036aa944342a0591a95, again
2019-01-01 18:14:51 +01:00
krzys-h
54ac14e205 Fix path problems after b201d669b5ea1470bb239036aa944342a0591a95, again
My previous patch sometimes generated double slashes. All of these
problems are because the original version of this function assumed that
the app path always ends with a slash and the home path never does,
which is not true on UWP (they both have a slash)
2019-01-01 17:53:02 +01:00
krzys-h
9c75b9cb7f Add missing CoUninitialize calls, fix COM initialization problems
It turns out, some of the CoInitialize calls were failing because they
specified conflicting threading models
2019-01-01 17:30:43 +01:00
radius
0a6df1743c [netplay] print upnp failed messages
[cheevos] fix warning
2019-01-01 11:22:58 -05:00
krzys-h
2c4d2418d6 (UWP) Fix ARM builds 2019-01-01 16:21:47 +01:00
krzys-h
48d82929ff (UWP) Add support for loading cores from optional packages 2019-01-01 16:21:47 +01:00
twinaphex
556bcc18e4 Find different ifdef for Windows Phone 2019-01-01 03:57:37 +01:00
twinaphex
ac32bff71a (MSVC 2017) Add Glslang 2019-01-01 03:47:55 +01:00
Twinaphex
b31e0324a0
Merge pull request #7858 from myfreeweb/freebsd
FreeBSD build fixes for Wayland and udev
2019-01-01 02:38:35 +01:00
Greg V
a838582b11 udev: support on FreeBSD via libepoll-shim/libudev-devd 2019-01-01 03:16:33 +03:00
Greg V
a1c15b5362 Wayland: try /usr/local for wayland-scanner/protocols
Default prefix is /usr/local on FreeBSD
2019-01-01 03:07:20 +03:00
Greg V
f1e516bfaf keymaps: define 'x11' and 'linux' on any platform with Wayland
Such as FreeBSD
2019-01-01 03:03:29 +03:00
Twinaphex
1520f022c5
Merge pull request #7857 from myfreeweb/wayland-hidpi-resize
Wayland: unbreak Vulkan after fixing HiDPI resizing
2019-01-01 00:55:00 +01:00
Greg V
a9a53fdb64 Wayland: create fullscreen Vulkan surface multiplied by the scale 2019-01-01 02:43:59 +03:00
Greg V
6d943e10a6 Wayland: unbreak Vulkan after fixing HiDPI resizing 2019-01-01 02:38:14 +03:00