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 |
|
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 |
|
twinaphex
|
5e60556f97
|
Use config_get_entry instead of config_get_array to prevent
unnecessary string copying
|
2020-08-27 16:28:19 +02:00 |
|
twinaphex
|
63b77fb542
|
Use config_get_entry where possible instead of config_get_array
to prevent string allocation on heap
|
2020-08-27 16:20:49 +02:00 |
|
twinaphex
|
022fa54236
|
Nit
|
2020-08-27 15:22:40 +02:00 |
|
twinaphex
|
c51959d45b
|
Make net_http_urlencode thread-safe
|
2020-08-27 15:21:22 +02:00 |
|
twinaphex
|
8d76b3009e
|
Use config_get_entry instead of config_get_string to avoid
heap allocations
|
2020-08-27 13:53:51 +02:00 |
|
twinaphex
|
cfb14dabf3
|
Revert "Get rid of some early returns"
This reverts commit 1b04b2452c357ebd4d222862d7a9dcd45879e0ed.
|
2020-08-27 13:30:06 +02:00 |
|
twinaphex
|
309357e5b2
|
Cleanups
|
2020-08-27 13:18:29 +02:00 |
|
twinaphex
|
1b04b2452c
|
Get rid of some early returns
|
2020-08-27 13:06:51 +02:00 |
|
twinaphex
|
3289401b2f
|
Cleanups
|
2020-08-27 12:52:03 +02:00 |
|
twinaphex
|
78dd0de912
|
Cleanup deferred_push_cursor_manager_list - avoid extra string
allocations by using config_get_entry instead
|
2020-08-27 12:43:13 +02:00 |
|
twinaphex
|
7b30d4eec2
|
Move macro up in the file
|
2020-08-27 12:13:21 +02:00 |
|
twinaphex
|
56640bf7c9
|
(jdgleaver) Cleanups
|
2020-08-27 12:10:14 +02:00 |
|
twinaphex
|
b4d26aca9c
|
Turn vulkan_write_quad_vbo into macro
|
2020-08-27 02:29:32 +02:00 |
|
twinaphex
|
9672d9b12f
|
Cleanup
|
2020-08-27 02:07:33 +02:00 |
|
twinaphex
|
e8a0ea15cd
|
Improve glslang_read_shader_file somewhat
|
2020-08-26 23:46:16 +02:00 |
|
twinaphex
|
044209bc5a
|
Create string_separate_noalloc
|
2020-08-26 23:46:16 +02:00 |
|
Autechre
|
1898a4bec5
|
Merge pull request #11213 from farmerbb/play_feature_delivery
Implement support for Play Store builds using Play Feature Delivery (Java/Gradle)
|
2020-08-26 21:22:51 +02:00 |
|
twinaphex
|
aab3be709c
|
Update CHANGES.md
|
2020-08-26 20:26:26 +02:00 |
|
Autechre
|
df245d4917
|
Merge pull request #11239 from jdgleaver/overlay-gamepad-hide
Add option to hide overlays when a gamepad is connected (Note: Restricted functionality on Android)
|
2020-08-26 20:23:47 +02:00 |
|
twinaphex
|
ea6bf9b9fc
|
Cleanup core_info_set_core_lock
|
2020-08-26 20:22:56 +02:00 |
|
twinaphex
|
143224e09a
|
(task_database_cue) Don't use malloc
|
2020-08-26 19:46:13 +02:00 |
|
twinaphex
|
00b4d62460
|
Cleanup
|
2020-08-26 19:37:07 +02:00 |
|