Brad Parker
bbfbefa9dd
easter egg
2019-01-05 18:33:29 -05:00
Twinaphex
f97336ac86
Merge pull request #7900 from casdevel/i7861
...
Fix issue #7861
2019-01-05 23:05:29 +01:00
Twinaphex
90baac517d
Merge pull request #7732 from fr500/discord
...
WIP: Discord ask-to-join
2019-01-05 22:31:21 +01:00
Twinaphex
aadc299cc2
Merge pull request #7898 from krzys-h/uwp-gamepads
...
(UWP) Fix multiple gamepads on xinput
2019-01-05 21:56:24 +01:00
krzys-h
fce7ca80c1
(UWP) Fix multiple gamepads on xinput
2019-01-05 21:50:58 +01:00
radius
ec53480a66
[discord] let's rewrite this to do the same but different
2019-01-05 15:11:58 -05:00
Twinaphex
95a27bc28e
Merge pull request #7896 from fjtrujy/feature/dateImprovement
...
PS2 Timing Improvement
2019-01-05 19:09:34 +01:00
Francisco Javier Trujillo Mata
d5a8c30dfe
PS2 Timing Improvement
2019-01-05 18:47:39 +01:00
Twinaphex
6d0b6da60d
Merge pull request #7895 from orbea/opt2
...
Makefile.orbis: Fix makefile.
2019-01-05 17:53:17 +01:00
orbea
1db0a280b0
Makefile.orbis: Fix makefile.
2019-01-05 08:34:59 -08:00
Twinaphex
e827c3648f
Merge pull request #7772 from orbea/opt
...
Makefile: Better respect CFLAGS and CXXFLAGS as environment variables.
2019-01-05 17:21:16 +01:00
Twinaphex
e70806c51c
Merge pull request #7817 from orbea/clear
...
menu: Reset initial menu position after selecting a core.
2019-01-05 17:17:16 +01:00
Twinaphex
33c777cbfc
Merge pull request #7881 from orbea/sort
...
libretro-common: Sort config file conditionally.
2019-01-05 17:07:59 +01:00
Twinaphex
deb5c9b03c
Merge pull request #7889 from jdgleaver/rgui-colours-psp-gekko
...
(RGUI) Fix colours for PSP and GEKKO builds
2019-01-04 18:30:32 +01:00
jdgleaver
1398d889cb
(RGUI) Fix colours for PSP and GEKKO builds
2019-01-04 13:41:15 +00:00
Zoran Vuckovic
6def3b36a8
Fix issue #7861
2019-01-04 14:00:19 +01:00
Twinaphex
74c8c13102
Merge pull request #7882 from Sunderland93/master
...
[Wayland] Fix drag with "Alt" key on non xdg_wm_base shell's
2019-01-04 02:28:11 +01:00
Twinaphex
a5635eff27
Merge pull request #7886 from fjtrujy/feature/colorRefactorRGUI
...
Improvements RGUI colors management
2019-01-04 02:27:57 +01:00
Brad Parker
88d61ddaf3
griffin: vc2005 buildfix
2019-01-03 18:57:00 -05:00
Francisco Javier Trujillo Mata
577456e3e7
Make a struct to save the colors used in the RGUI
2019-01-04 00:38:06 +01:00
Francisco Javier Trujillo Mata
cca9bcc09d
Make general functions to lead with RGUI colors
2019-01-04 00:38:06 +01:00
orbea
849259d8f6
libretro-common: Sort config file conditionally.
...
This allows optionally sorting configure files and is needed to fix the
order of inputs in the autoconfig profiles which should not be sorted
alphabetically.
Fixes https://github.com/libretro/RetroArch/issues/7873
2019-01-03 15:28:32 -08:00
Sunderland93
d374e8415f
Fix drag with "Alt" key on non xdg_wm_base shell's
2019-01-03 22:54:01 +04:00
Francisco Javier Trujillo Mata
b5cf8e90c9
Improve aspect_ratio detection in PS2 GFX ( #7879 )
2019-01-03 12:51:00 -05: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
twinaphex
9c5c0aea58
Start replacing WinRT ifdefs so that Windows Phone 8 can be detected
...
too
2019-01-02 13:30:58 +01:00
twinaphex
ff1ca99748
(MSVC 2017 UWP) Buildfix
...
(MSVC 2017 UWP) Renaming
2019-01-02 07:27:47 +01: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