twinaphex
|
84160c092c
|
Cleanups to input_dialog code
|
2016-09-15 17:26:30 +02:00 |
|
twinaphex
|
8530671e8f
|
Cleanups
|
2016-09-15 17:21:18 +02:00 |
|
twinaphex
|
d9e631de69
|
Create menu_input_dialog_start_search
|
2016-09-15 17:18:24 +02:00 |
|
twinaphex
|
b9320514cb
|
Create menu_input_dialog_start
|
2016-09-15 17:11:01 +02:00 |
|
twinaphex
|
ed3f002f1b
|
Rename menu_input_key_line_end to menu_input_dialog_end
|
2016-09-15 17:07:52 +02:00 |
|
twinaphex
|
02e01e0b0a
|
Create menu/widgets/menu_entry
|
2016-09-15 00:20:43 +02:00 |
|
twinaphex
|
83194ff235
|
(menu) Cleanups
|
2016-09-08 05:43:10 +02:00 |
|
Brad Parker
|
ef29bc96b0
|
do not return to game after canceling quit confirm if user toggled the menu manually
|
2016-09-05 11:35:27 -04:00 |
|
twinaphex
|
e106fd4374
|
Get rid of more general.h includes
|
2016-09-01 18:01:41 +02:00 |
|
twinaphex
|
9af900a1d1
|
Create setting_list.c/setting_list.h
|
2016-08-29 03:07:33 +02:00 |
|
Alcaro
|
0fd53504ee
|
Maybe this fixes that weirdo bug.
|
2016-07-16 17:01:56 +02:00 |
|
twinaphex
|
97fb56b334
|
Cleanups
|
2016-07-09 23:30:34 +02:00 |
|
twinaphex
|
06bf29ba4c
|
Create menu_input_mouse_check_vector_inside_hitbox
|
2016-07-09 23:23:23 +02:00 |
|
twinaphex
|
f9b535ea91
|
Create Input Bind Timeout setting
|
2016-06-26 08:22:40 +02:00 |
|
twinaphex
|
9a5b13cccf
|
Remove menu_block_main_input
|
2016-06-26 08:13:22 +02:00 |
|
twinaphex
|
3dff698644
|
Turn retro_input_t into struct
|
2016-06-25 09:04:00 +02:00 |
|
twinaphex
|
5b1347a788
|
Add block main input mechanism
|
2016-06-25 08:48:39 +02:00 |
|
twinaphex
|
02ad99048d
|
Get rid of menu_entry_go_back
|
2016-06-22 06:55:11 +02:00 |
|
twinaphex
|
ee9cb593c5
|
Fix mouse back button by calling into MENU_ACTION_CANCEL action
|
2016-06-22 06:51:46 +02:00 |
|
twinaphex
|
735dc822ca
|
Refactor some code - use menu_entry_go_back
|
2016-06-22 01:26:19 +02:00 |
|
twinaphex
|
284f8cfd23
|
Remove menu_hash_ files
|
2016-06-20 03:35:09 +02:00 |
|
twinaphex
|
65dff0a03a
|
menu_hash_to_str_enum has now become msg_hash_to_str
|
2016-06-20 00:31:13 +02:00 |
|
twinaphex
|
cb848b9711
|
Remove unused variable
|
2016-06-18 18:46:43 +02:00 |
|
Jean-André Santoni
|
49c4f45dc4
|
(Menu) Better key binding for the arcade joypad typing
|
2016-06-18 14:30:34 +02:00 |
|
Jean-André Santoni
|
f0ec4ea7de
|
(Menu) arcade like joypad typing
|
2016-06-18 11:11:55 +02:00 |
|
twinaphex
|
7297ced92a
|
Set menu_displaylist_info_t's enum_idx
|
2016-06-17 23:47:23 +02:00 |
|
twinaphex
|
66a116deca
|
Use menu_hash_to_str_enum
|
2016-06-16 00:29:14 +02:00 |
|
twinaphex
|
69503880f5
|
Get rid of menu_hash_calculate dependencies for menu keyboard
callback functions for settings
|
2016-06-14 22:16:07 +02:00 |
|
twinaphex
|
553ff7f69f
|
Prevent calling menu_setting_find if 'label' is NULL
|
2016-06-05 18:41:19 +02:00 |
|
twinaphex
|
c61748d2a0
|
(menu_input.c) Fix 'explicit null dereferenced'
|
2016-06-05 18:40:09 +02:00 |
|
twinaphex
|
03ded43280
|
Prevent explicit null dereferenced warnings
|
2016-05-26 18:09:46 +02:00 |
|
twinaphex
|
a98616b45b
|
Fix explicit NULL dereferenced/dereference before null check warnings
|
2016-05-26 17:47:21 +02:00 |
|
twinaphex
|
25eaab0a2b
|
Start passing input_overlay_t * state around to other functions
|
2016-05-24 23:15:19 +02:00 |
|
twinaphex
|
9aed52ac65
|
Move performance.c to libretro-common/features/features_cpu.c
|
2016-05-10 20:31:27 +02:00 |
|
twinaphex
|
35ea37b37f
|
Revert "Move cpu_features to libretro-common"
This reverts commit 2b8ff3bf3844e20ba8021f1f40c3e59f64b69772.
|
2016-05-10 09:32:24 +02:00 |
|
twinaphex
|
2b8ff3bf38
|
Move cpu_features to libretro-common
|
2016-05-10 09:27:29 +02:00 |
|
twinaphex
|
0d371def5c
|
Refactor performance.c code
|
2016-05-10 09:17:04 +02:00 |
|
twinaphex
|
b79b2dca13
|
Create performance_counters
|
2016-05-10 08:53:14 +02:00 |
|
twinaphex
|
6ae20f2016
|
Create managers/ dir - move cheats.c and state_manager.c to it
|
2016-05-09 18:20:52 +02:00 |
|
twinaphex
|
725c202498
|
Remove input_driver_ctl
|
2016-05-08 23:12:04 +02:00 |
|
twinaphex
|
b20d550cc4
|
Rename video context driver functions
|
2016-05-08 20:32:56 +02:00 |
|
Hans-Kristian Arntzen
|
951c3e4085
|
De-ioctl menu display interface.
Holy crap ...
|
2016-05-08 12:38:46 +02:00 |
|
twinaphex
|
e165954395
|
Rename libretro_version_1 to core_impl
|
2016-05-08 05:29:10 +02:00 |
|
twinaphex
|
6544772fb8
|
De-ioctl ify core_ctl
|
2016-05-08 01:33:57 +02:00 |
|
twinaphex
|
b5e7861125
|
menu_input_frame_retropad - cleanup
|
2016-05-06 05:19:31 +02:00 |
|
twinaphex
|
4ec6cb47ec
|
Use BIT32_SET
|
2016-05-06 05:16:15 +02:00 |
|
Jean-André Santoni
|
90d31a527c
|
(XMB) Temporary patch for the messagebox glitch
|
2016-04-26 00:09:30 +07:00 |
|
twinaphex
|
8f7f40b86c
|
Move more functionality to input_keyboard_ctl
|
2016-03-23 06:44:00 +01:00 |
|
twinaphex
|
0b9595b7e1
|
Should fix input_keyboard_wait_keys still being active after
we bind a button with the gamepad
|
2016-03-23 05:49:38 +01:00 |
|
twinaphex
|
432d7a358a
|
(Android) Move Android-specific Moto G2 DPI workaround to android graphics context
driver
|
2016-03-12 08:52:29 +01:00 |
|