Mark W. Kidd
|
b17dd28ff2
|
consolidate and comment input_remapping.h
|
2021-07-06 16:13:43 -04:00 |
|
twinaphex
|
d07043fe26
|
Reduce size of local char variables
|
2021-04-11 19:28:59 +02:00 |
|
twinaphex
|
357b7d68f6
|
(libretro-common) Rename rhash to lrc_hash
(rcheevos) Rename rhash to rc_hash
|
2020-12-28 19:55:54 +01:00 |
|
jdgleaver
|
8a5ebbf24d
|
Add option to scale overlays automatically (with aspect ratio correction)
|
2020-09-17 17:23:07 +01:00 |
|
jdgleaver
|
b8ea4fd54e
|
Overlay configuration improvements
|
2020-09-08 13:37:51 +01: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
|
fe5307c4ac
|
Use string_split_noalloc instead of string_split
|
2020-08-26 12:54:51 +02:00 |
|
jdgleaver
|
cc2e098dab
|
Add option to hide overlays when a gamepad is connected (Note: Restricted functionality on Android)
|
2020-08-25 11:12:37 +01:00 |
|
twinaphex
|
87c0fb6323
|
Struct reordering
|
2020-08-14 18:58:09 +02:00 |
|
parport0
|
a4590acde9
|
Add options for moving the on-screen overlay
|
2020-06-11 15:39:23 +03:00 |
|
twinaphex
|
38135c505b
|
Rearrange struct members based on size
|
2020-03-12 06:59:07 +01:00 |
|
jdgleaver
|
1df3e20bdd
|
Add option to automatically rotate overlays
|
2019-10-04 12:15:57 +01:00 |
|
twinaphex
|
41a2fabb4e
|
Create config_file_new_from_path_to_string
|
2019-07-18 12:03:50 +02:00 |
|
twinaphex
|
35a3d4ba73
|
(task_overlay) Use config_file_from_string
|
2019-07-16 19:32:27 +02:00 |
|
twinaphex
|
ee3208ac39
|
Integrate video_driver.c into retroarch.c
|
2019-06-17 15:10:22 +02:00 |
|
twinaphex
|
bf6e580435
|
(tasks) Get rid of dependencies
|
2019-05-22 05:13:01 +02:00 |
|
twinaphex
|
bc2bdd5734
|
config_file_read not needed anymore
|
2019-04-30 13:37:10 +02:00 |
|
twinaphex
|
955a149ce9
|
Use config_file_read where we can assume we are reading a file
|
2019-04-22 01:56:24 +02:00 |
|
natinusala
|
c20ab3864d
|
First version of menu widgets (gl only)
|
2019-02-06 20:48:24 +01:00 |
|
twinaphex
|
6761ec471d
|
Silence some Coverity warnings
|
2018-04-12 21:39:31 +02:00 |
|
twinaphex
|
3fe6ecbce7
|
More static analyzer warning fixes
|
2018-03-29 14:19:24 +02:00 |
|
twinaphex
|
fae9223641
|
Remove hashes from task_overlay
|
2018-02-25 13:03:54 +01:00 |
|
David Walters
|
adffa5fc4c
|
Fixes for overlay buttons
|
2017-12-17 12:36:18 +00:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
e16371b8a5
|
Merge input_config.c and input_driver.c
|
2017-08-31 02:25:04 +02:00 |
|
twinaphex
|
6b638cae8b
|
prevent uninitialized variable
|
2017-05-31 02:21:43 +02:00 |
|
twinaphex
|
80d9d1f143
|
Rewrite task_queue
|
2017-05-14 20:43:48 +02:00 |
|
twinaphex
|
484fff5e28
|
Cleanups
|
2017-05-13 22:30:45 +02:00 |
|
twinaphex
|
558cb64438
|
Don't grab settings pointer during task_overlay_handler
|
2017-05-06 06:08:24 +02:00 |
|
twinaphex
|
969403fadb
|
Header include cleanups
|
2017-04-29 13:20:50 +02:00 |
|
twinaphex
|
e6ab06a701
|
Move path variables
|
2017-04-29 00:39:29 +02:00 |
|
twinaphex
|
0da40fb3aa
|
Move all float settings
|
2017-04-28 14:57:55 +02:00 |
|
twinaphex
|
ed53be7c81
|
Move all bool settings
|
2017-04-28 14:11:34 +02:00 |
|
Twinaphex
|
216e7bcdaf
|
Silence more warnings on iOS
|
2017-02-26 21:46:19 +01:00 |
|
Twinaphex
|
b7b3b2cb5f
|
Try to prevent truckload of warnings on iOS
|
2017-02-26 10:33:03 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
ccca4c303d
|
Set supports_rgba for overlay images
|
2017-01-08 21:45:43 +01:00 |
|
twinaphex
|
6d4659a902
|
(overlay) Reduce dependence on grabbing settings pointer everywhere
|
2017-01-01 04:12:24 +01:00 |
|
Brad Parker
|
41f40acfc4
|
guard task struct read/writes across threads with a mutex, fixes several data races found by ThreadSanitizer and helgrind
|
2016-12-29 00:54:12 -05:00 |
|
twinaphex
|
3c7c667cf5
|
Get rid of some implicit memsets
|
2016-12-19 19:04:52 +01:00 |
|
twinaphex
|
e2b27f6dc7
|
(tasks) Cleanups
|
2016-12-04 04:30:43 +01:00 |
|
twinaphex
|
80798ab924
|
Remove hacky 'OSK Keyboard' overlay
|
2016-11-27 02:46:09 +01:00 |
|
twinaphex
|
051c103ea1
|
Prevent implicit memsets
|
2016-10-16 01:31:06 +02:00 |
|
twinaphex
|
1388220866
|
(tasks) Don't do implicit memsets in crucial performance-oriented code
|
2016-10-08 18:31:43 +02:00 |
|
twinaphex
|
dc915713dd
|
Simplify task_push_overlay_load_default
|
2016-09-29 11:46:37 +02:00 |
|
twinaphex
|
d79c28f13b
|
task_overlay.c - cleanups
|
2016-09-29 11:35:22 +02:00 |
|
twinaphex
|
93ed23d46f
|
Warning fix
|
2016-09-06 01:08:05 +02:00 |
|
twinaphex
|
075aea2289
|
Header include cleanups
|
2016-09-06 00:56:00 +02:00 |
|
twinaphex
|
3c7dc0a62e
|
Try to silence more Coverity warnings
|
2016-06-29 12:13:40 +02:00 |
|
twinaphex
|
fa7eb9d8c8
|
Create file_path_str FILE_PATH_NUL
|
2016-06-28 11:10:30 +02:00 |
|