55863 Commits

Author SHA1 Message Date
twinaphex
48bdbe8dec No need to call this 2020-08-29 22:15:44 +02:00
twinaphex
2b393e2425 move input_key_pressed to retroarch.c 2020-08-29 22:09:29 +02:00
twinaphex
b3744c3126 Put input_jpyad_init_driver last in 'input' callback function 2020-08-29 20:46:42 +02:00
twinaphex
bf06d67a30 Cut down on some extra ifdefs 2020-08-29 19:59:04 +02:00
twinaphex
3ff521ab0b Simplify winraw_callback 2020-08-29 19:43:53 +02:00
twinaphex
d9bfd4c38f Silence warnings 2020-08-29 19:27:30 +02:00
Autechre
ef064d96f0
Merge pull request #11258 from farmerbb/audio_manager_crash_fixes
[Android] Fix possible crashes from AudioManger properties returning null
2020-08-29 19:24:33 +02:00
Braden Farmer
fd23b9ea5b [Android] Fix possible crashes from AudioManger properties returning null 2020-08-29 10:42:12 -06:00
twinaphex
11719badcb Simplify mb_to_mb_string_alloc 2020-08-29 05:21:48 +02:00
Autechre
6fe1f97fc8
Merge pull request #11255 from jdgleaver/play-feature-delivery
(Android/Play Store) Add frontend support for core installation via Play Feature Delivery
2020-08-29 04:31:20 +02:00
twinaphex
8999d6e4a6 (DInput) Set a userdata struct for the window message loop properly -
get rid of input_get_data - we no longer need it
2020-08-29 03:41:33 +02:00
twinaphex
fa63ada1d3 Cleanup 2020-08-29 02:52:55 +02:00
twinaphex
c2565cf87f Cleanups 2020-08-29 02:42:13 +02:00
twinaphex
cae5328294 (task_autodetect_blissbox) Cleanups 2020-08-29 02:37:05 +02:00
Autechre
917aba4800
Merge pull request #11256 from farmerbb/play_feature_delivery_fixes
[Android] Minor fixes for Play Feature Delivery
2020-08-29 01:15:54 +02:00
Braden Farmer
34a8c980ad [Android] Minor fixes for Play Feature Delivery 2020-08-28 16:04:44 -06:00
twinaphex
93f9d69742 Cleanups 2020-08-28 20:42:55 +02:00
twinaphex
1c0f79442b Cleanups 2020-08-28 20:40:06 +02:00
twinaphex
7c61a6527f (Wayland) Reorder structs, alignment 2020-08-28 20:38:25 +02:00
twinaphex
abb6367150 Remove unused apple_keyboard_find_any_key 2020-08-28 20:05:34 +02:00
twinaphex
88a93b0053 Cleanups 2020-08-28 19:59:31 +02:00
twinaphex
ace0e3eb90 Cleanups 2020-08-28 19:58:13 +02:00
twinaphex
cdf7516c0c (Cocoa) Optimize button bitmask code - do a bitwise OR on the output
of both apple joypad drivers
2020-08-28 19:06:43 +02:00
twinaphex
708a029665 (HID) Hardcode 'hid' name for passing to input_autoconfig_connect 2020-08-28 19:01:24 +02:00
twinaphex
a549805ad8 Fix low-level DS4 pad regression 2020-08-28 18:53:10 +02:00
twinaphex
e725b7c013 Revert "(Cocoa) Optimize button bitmask code - do a bitwise OR on"
This reverts commit 00bea7f3b2f3038ea01317743fd782431fd8a1ef.
2020-08-28 17:33:15 +02:00
twinaphex
97ebed7c0e Revert "(Cocoa) Buildfix"
This reverts commit 2c07234a5d912b43735e62625f3f9b7c6ed2da43.
2020-08-28 17:32:57 +02:00
jdgleaver
4799d2d955 (Android/Play Store) Add frontend support for core installation via Play Feature Delivery 2020-08-28 16:30:54 +01:00
Twinaphex
2c07234a5d (Cocoa) Buildfix 2020-08-28 17:10:31 +02:00
Autechre
a4f9bb7351
Update CHANGES.md 2020-08-28 16:51:27 +02:00
Autechre
39ae73e3b8
Update CHANGES.md 2020-08-28 16:50:32 +02:00
twinaphex
00bea7f3b2 (Cocoa) Optimize button bitmask code - do a bitwise OR on
the output of both apple joypad drivers
2020-08-28 16:48:08 +02:00
Autechre
b312cc9e12
Merge pull request #11251 from ferrazpedro/notch_support
Implementation of fullscreen over notch function.
2020-08-28 15:48:51 +02:00
Autechre
b8410c03e9
Merge pull request #11253 from Tatsuya79/patch-1
qt: add missing osd settings
2020-08-28 15:48:32 +02:00
Tatsuya79
fdeb59847e
qt: add missing osd settings 2020-08-28 12:00:56 +02:00
twinaphex
d02d9573ab Silence unused variable warnings 2020-08-28 05:05:15 +02:00
twinaphex
4d1cfa9c41 Make the 'raw' versions the generic function for the message loop
callback - this way it's reused for SDL2 input driver too
2020-08-28 02:55:39 +02:00
Pedro
524828bc38 Variable incorrectly not changed before 2020-08-27 21:33:43 -03:00
twinaphex
15cb55e0bb (DInput) Style nits 2020-08-28 02:27:55 +02:00
Pedro
47b6332c28 Cleanup of redundant variable 2020-08-27 21:23:50 -03:00
twinaphex
32279c3a70 Split up wnd_proc_common_internal into two - one for dinput,
one for raw
2020-08-28 02:21:13 +02:00
Pedro
b6655034ef Implementation of fullscreen over notch function. 2020-08-27 20:41:30 -03:00
twinaphex
73fc7c9873 Rename create_graphics_context to create_wgl_context 2020-08-28 01:29:23 +02:00
twinaphex
d249f83c85 (Win32) Message loop - more cleanups 2020-08-28 01:20:54 +02:00
twinaphex
5f2e810879 Deduplicate code in WndProc function callback implementations 2020-08-28 00:38:15 +02:00
twinaphex
be3345b766 Reorder structs for alignment 2020-08-27 22:17:51 +02:00
twinaphex
3f19af45cd Put back early return 2020-08-27 17:29:39 +02:00
twinaphex
a0e9d7a829 Cleanup 2020-08-27 17:03:43 +02:00
twinaphex
38805da889 Use config_get_entry instead of config_get_array 2020-08-27 16:52:12 +02:00
twinaphex
8b1338dbb2 (task_autodetect.c) Cleanups 2020-08-27 16:36:34 +02:00