twinaphex
|
ed5f81f0c9
|
Start using rarch_setting_group_info_t structs for passing around group/subgroup names
|
2014-10-06 17:50:21 +02:00 |
|
twinaphex
|
587cacb644
|
(GL) Don't pass shader pointer variable around
|
2014-10-06 17:08:42 +02:00 |
|
twinaphex
|
8dc4f66c06
|
Check if gl->ctx_driver is non-NULL first in gl_frame
|
2014-10-06 16:59:21 +02:00 |
|
twinaphex
|
04fe800261
|
Add rarch_setting_group_info_t
|
2014-10-06 16:57:20 +02:00 |
|
twinaphex
|
156ffc2c41
|
(GL) Don't use local pointer variable for ctx_driver
|
2014-10-06 16:48:06 +02:00 |
|
Twinaphex
|
2f47d2378c
|
Revert "Turn APPEND macro into static function"
This reverts commit eef2ef4fc7b263b52d6e1a75683e249ee0a60393.
|
2014-10-06 16:34:50 +02:00 |
|
twinaphex
|
eef2ef4fc7
|
Turn APPEND macro into static function
|
2014-10-06 16:26:37 +02:00 |
|
twinaphex
|
33830cf76a
|
(Settings data) Pass list and list_info to macros
|
2014-10-06 16:06:24 +02:00 |
|
twinaphex
|
2bdf2a6a12
|
(Settings data) Pass list and list_info around to macros
|
2014-10-06 15:56:51 +02:00 |
|
twinaphex
|
d115bfdd8f
|
Settings data - better way of passing list_size and index around -
have a struct for it - rarch_settings_info_t
|
2014-10-06 15:51:22 +02:00 |
|
twinaphex
|
067df38262
|
(Settings_data.c) Get rid of list_tmp/list_temp
|
2014-10-06 15:35:18 +02:00 |
|
twinaphex
|
cd2acaaec6
|
(settings_data.c) Simplify APPEND macro
|
2014-10-06 15:32:05 +02:00 |
|
Twinaphex
|
c7d176f02b
|
Merge pull request #1096 from aliaspider/master
(Lakka) fix texture loading when video_threaded is set to 'true'
|
2014-10-06 03:49:33 +02:00 |
|
aliaspider
|
a30ca8a082
|
(Lakka) fix texture loading when video_threaded is set to 'true'
|
2014-10-06 02:41:53 +01:00 |
|
Twinaphex
|
dbbfa700cb
|
(Apple) Take out ownership of apple_input driver
|
2014-10-06 03:35:56 +02:00 |
|
Twinaphex
|
f47b3570bc
|
Merge pull request #1095 from aliaspider/master
(Lakka) fix segfault due to uninitialized pointer in coords.
|
2014-10-06 02:39:59 +02:00 |
|
aliaspider
|
ce9cd4ac8f
|
(Lakka) fix segfault due to uninitialized pointer in coords.
|
2014-10-06 01:37:04 +01:00 |
|
Twinaphex
|
f894f7ad0d
|
(Apple) Get rid of apple_input_get_icade_buttons
|
2014-10-06 02:06:10 +02:00 |
|
Twinaphex
|
7f0700bc5b
|
(Apple) Use BIT32_ * macros throughout apple_input.c to prevent typos
|
2014-10-06 01:57:59 +02:00 |
|
twinaphex
|
0789b05d0b
|
(miscellaneous.h) Add BIT32_ * macros
|
2014-10-06 01:51:45 +02:00 |
|
Twinaphex
|
fdd616abcb
|
(joypad_connection.c) Refactor pt. 2
|
2014-10-06 01:49:00 +02:00 |
|
Twinaphex
|
29f640fe5d
|
(joypad_connection.c) refactor pt. 1
|
2014-10-06 00:37:11 +02:00 |
|
Twinaphex
|
317c098897
|
Take out input_init_keyboard from apple_input_find_any_key (to be
slated for removal later entirely)
|
2014-10-06 00:25:33 +02:00 |
|
Twinaphex
|
285d7328e4
|
(OSX) Reimplement sendEvent function - turn it into a switch
|
2014-10-05 23:49:37 +02:00 |
|
Twinaphex
|
a25a1fc66a
|
(Apple HID) Cleanup
|
2014-10-05 20:55:59 +02:00 |
|
Twinaphex
|
288847fa49
|
Make apple_input_get_icade_buttons into static function
|
2014-10-05 20:45:38 +02:00 |
|
Twinaphex
|
242686133a
|
(Apple) Rename keys variable to key_state
|
2014-10-05 20:42:17 +02:00 |
|
Twinaphex
|
bf7e058068
|
(apple_input.c) Refactor away apple_key_pressed
|
2014-10-05 20:40:34 +02:00 |
|
twinaphex
|
1ac12083d8
|
Get rid of RARCH_CMD_OVERLAY_REINIT
|
2014-10-05 20:25:54 +02:00 |
|
twinaphex
|
34f3c7d22e
|
check_mute - go through rarch_main_command instead of directly
calling driver.audio
|
2014-10-05 20:19:12 +02:00 |
|
twinaphex
|
6086b411cb
|
rarch_main_command - Have RARCH_CMD_MENU_SAVE_CONFIG indicate success or failure too
|
2014-10-05 19:16:48 +02:00 |
|
twinaphex
|
dda84be1ac
|
- Add RARCH_CMD_CORE_INIT
- Change returntype of rarch_main_command to bool to indicate
success or failure at performing action - used by RARCH_CMD_CORE_INIT
|
2014-10-05 19:13:03 +02:00 |
|
twinaphex
|
2ba246bbb4
|
Add RARCH_CMD_CORE_DEINIT to rarch_main_command
|
2014-10-05 18:55:55 +02:00 |
|
twinaphex
|
9a3e5073e6
|
(PS3) Make ps3_input_get_joypad_driver more robust
|
2014-10-05 18:30:23 +02:00 |
|
twinaphex
|
6862c70328
|
(PS3) Build fix + implement rumble function callback in ps3 joypad driver
|
2014-10-05 18:29:22 +02:00 |
|
twinaphex
|
06f84b6f25
|
(Apple HID) Cleanups
|
2014-10-05 18:25:32 +02:00 |
|
twinaphex
|
b7f18050f2
|
(PSP/XDK) No dependencies on upper-layer input driver pointer struct
in joypad drivers
|
2014-10-05 18:21:17 +02:00 |
|
twinaphex
|
5ffba915c4
|
(PS3_ ps3_input_joypad.c - more cleanups
|
2014-10-05 18:19:36 +02:00 |
|
twinaphex
|
e5877e887b
|
(PS3) Cleanup ps3_mouse_device_state
|
2014-10-05 18:14:40 +02:00 |
|
twinaphex
|
f6d04ff01e
|
(Android) Input driver cleanups
|
2014-10-05 18:08:22 +02:00 |
|
twinaphex
|
44137e853f
|
Get rid of label - gets rid of warning for Wii/GX
|
2014-10-05 18:02:01 +02:00 |
|
twinaphex
|
cc4068d936
|
(GX) Move joypad code over to gx_input_joypad.c - TODO: try to
separate libsickaxis code from gx_input_joypad.c driver
|
2014-10-05 18:00:43 +02:00 |
|
twinaphex
|
2742849d6c
|
(XDK) Move joypad code over to xdk_xinput_input_joypad.c
|
2014-10-05 17:39:54 +02:00 |
|
twinaphex
|
8af1734043
|
(PSP) Move joypad code over to psp_input_joypad.c
|
2014-10-05 17:28:57 +02:00 |
|
twinaphex
|
544f1ba41e
|
Move most joystick code over to ps3_input_joypad.c
|
2014-10-05 17:19:25 +02:00 |
|
twinaphex
|
5fa4723a22
|
Comment out ununused inline functions for now
|
2014-10-05 17:02:30 +02:00 |
|
twinaphex
|
3c170fe079
|
android_input_joypad.c - cleanups
|
2014-10-05 16:51:58 +02:00 |
|
twinaphex
|
c94d66a8be
|
Avoid PS3 compiler warning
|
2014-10-05 16:46:50 +02:00 |
|
twinaphex
|
7bad7e295d
|
miscellaneous.h - Indenting nits
|
2014-10-05 16:32:47 +02:00 |
|
twinaphex
|
4d1125b664
|
Fix BIT64_CLEAR (was unused at this point) and bitwise AND against
63
|
2014-10-05 16:30:49 +02:00 |
|