53630 Commits

Author SHA1 Message Date
twinaphex
86b78e2fea Cleanups 2020-05-12 09:11:18 +02:00
twinaphex
57bbf7c944 (gfx widgets) Rearrange variables 2020-05-12 08:56:57 +02:00
twinaphex
84369cf6ba (Win32) Cleanups 2020-05-12 08:49:41 +02:00
twinaphex
3981b1cc82 (Qt) Cleanups 2020-05-12 08:02:55 +02:00
Autechre
e8d2ea7a56
Update CHANGES.md 2020-05-12 06:27:57 +02:00
Autechre
1fabb661a6
Update CHANGES.md 2020-05-12 06:27:18 +02:00
Autechre
709d6a2214
Merge pull request #10617 from Jamiras/cheevos_image_loading
(cheevos) make sure texture pointer is null when load fails
2020-05-12 06:26:35 +02:00
Autechre
ca9c022a7f
Merge pull request #10618 from phcoder/dos
Dos/DJGPP fixes
2020-05-12 06:26:17 +02:00
Autechre
34b8b457c7
Merge pull request #10619 from phcoder/frodoid
3ds: Add ID for frodo
2020-05-12 06:25:26 +02:00
Vladimir Serbinenko
6d184abf84 Fix dist-cores.sh for dos 2020-05-12 03:20:53 +02:00
Vladimir Serbinenko
05500c6c39 dos: Add 32-bit gfx support 2020-05-12 03:09:38 +02:00
Vladimir Serbinenko
306fed32f6 Fix djgpp clock 2020-05-12 03:09:38 +02:00
Vladimir Serbinenko
67c3c93aec dos fixes 2020-05-12 03:09:38 +02:00
Vladimir Serbinenko
7b351da006 Fix crash with null audio driver 2020-05-12 03:09:38 +02:00
Vladimir Serbinenko
cc73de48d6 Fix dos compilation 2020-05-12 03:09:38 +02:00
Vladimir Serbinenko
cc52f140d0 3ds: Add ID for frodo 2020-05-12 02:10:36 +02:00
Jamiras
4093616e09 make sure texture pointer is null when load fails 2020-05-11 16:24:29 -06:00
Autechre
96cfa57d1b
Update CHANGES.md 2020-05-11 23:33:23 +02:00
Autechre
ef4261e1f8
Update CHANGES.md 2020-05-11 23:33:05 +02:00
Autechre
4fe372662a
Merge pull request #10614 from jdgleaver/glui-desktop-thumb-persistence
(GLUI) Desktop View: When scrolling playlists, show last selected thumbnails while waiting for next entry to load
2020-05-11 23:32:39 +02:00
jdgleaver
43b890a269 (GLUI) Desktop View: When scrolling playlists, show last selected thumbnails while waiting for next entry to load 2020-05-11 16:32:49 +01:00
twinaphex
6a4a522244 Cut down on some code duplication and turn
retroarch_validate_game_options static
2020-05-11 17:19:55 +02:00
twinaphex
dd721def41 (Qt) Cleanups 2020-05-11 17:07:37 +02:00
twinaphex
81a623c2b6 Style nits 2020-05-11 16:49:31 +02:00
Autechre
718d9801da
Update CHANGES.md 2020-05-11 16:26:26 +02:00
Autechre
42c5bb970e
Merge pull request #10613 from jdgleaver/rgui-fill-screen
(RGUI) Add option to always stretch menu to fill the screen
2020-05-11 16:26:01 +02:00
jdgleaver
26c01dd34c (RGUI) Add option to always stretch menu to fill the screen 2020-05-11 11:38:24 +01:00
Autechre
98daa0d28c
Update CHANGES.md 2020-05-11 10:19:05 +02:00
Autechre
01667b5fc3
Update CHANGES.md 2020-05-11 04:53:16 +02:00
twinaphex
4a9e1e6c7e Revert "Backport"
This reverts commit 685db0503205df8f0b9f04a3e786bb30dbbf707a.
2020-05-11 03:49:27 +02:00
Autechre
f5b33c8912
Update CHANGES.md 2020-05-11 03:33:41 +02:00
Autechre
35269cce93
Update CHANGES.md 2020-05-11 03:32:10 +02:00
twinaphex
685db05032 Backport
66876fe858
- handles insertion/removal of audio devices for Xaudio2 - hopefully a
callback based approach can be done later
2020-05-11 03:29:01 +02:00
twinaphex
39dbfd1db4 Remove unused menu_content.h 2020-05-11 02:32:45 +02:00
Autechre
57cd3fdf06
Merge pull request #10611 from AlexKornitzer/master
cocoa: disable clipping cursor to window
2020-05-11 02:31:32 +02:00
Alex Kornitzer
1d2dd249f3 cocoa: disable clipping cursor to window 2020-05-11 00:58:06 +01:00
Alex Kornitzer
cdfb8348b0 cocoa: use absolute positioning over relative
Now that we clip the window to locate the cursor correctly on re-entry
we need to do our cursor calculations using absolute coordinates
2020-05-11 00:58:06 +01:00
Autechre
211a8a149b
Update CHANGES.md 2020-05-11 00:31:17 +02:00
Autechre
c2b7ebbcdf
Merge pull request #10610 from AlexKornitzer/master
cocoa: fix cursor tracking
2020-05-11 00:30:47 +02:00
Alex Kornitzer
c4ee0463aa cocoa: don't update mouse events when outside nswindow 2020-05-10 22:44:44 +01:00
Alex Kornitzer
edfafd9fad cocoa: fix mouse movement
The input driver was using absolute coordinate arithmetic while making
use of delta changes for each coordinate, as a result the absolute
change netted to zero. This fixes that and tries to mitigate cursor
event sync issues (sync issues will require more work).
2020-05-10 22:44:44 +01:00
Autechre
9c749f03eb
Update CHANGES.md 2020-05-10 15:41:10 +02:00
Autechre
58b9b6c875
Merge pull request #10606 from TobiX/wiiu-gfx-widgets
Enable GFX widgets on WiiU
2020-05-10 15:40:13 +02:00
Tobias Gruetzmacher
29929acdba (WiiU) Enable GFX widgets 2020-05-10 15:13:23 +02:00
Tobias Gruetzmacher
3c192419dd (WiiU) Fix griffin build 2020-05-10 14:30:30 +02:00
Autechre
7b8983a0e0
Merge pull request #10594 from MrHuu/master
(3DS) Enable basic networking / cheevos
2020-05-10 14:07:21 +02:00
twinaphex
e74161bc6c Change name of nvdaController.h 2020-05-10 08:51:25 +02:00
twinaphex
10e6ea21a3 Put this behind HAVE_ACCESSIBILITY ifdef 2020-05-10 07:17:15 +02:00
twinaphex
ba8a07a2b6 (Menu driver) Turn some functions into static functions 2020-05-10 07:14:29 +02:00
Autechre
a8e3917613
Update CHANGES.md 2020-05-10 07:04:44 +02:00