25914 Commits

Author SHA1 Message Date
twinaphex
b50350a711 Fix setting refresh rate from the menu 2015-12-13 21:28:06 +01:00
twinaphex
469889921f Add static linking options to libretro-test Makefile 2015-12-13 21:20:09 +01:00
twinaphex
6feff79547 (GL) Store major/minor version 2015-12-13 14:55:19 +01:00
twinaphex
e7749c5d42 Create RUNLOOP_CTL_KEY_EVENT_GET 2015-12-13 14:31:17 +01:00
Twinaphex
3a05525ad0 Merge pull request #2561 from heuripedes/master
(menu_setting.c) Fix double change callback call
2015-12-13 14:29:22 +01:00
Higor Eurípedes
4a452751e3 (menu_setting.c) Fix double change callback call 2015-12-13 10:24:17 -03:00
twinaphex
53804e5c24 Fix crash when system info is not yet available 2015-12-13 13:58:19 +01:00
Twinaphex
519275e629 Merge pull request #2558 from fr500/master
fix input labels empty on android
2015-12-13 03:28:41 +01:00
Twinaphex
3c03bf31a4 Merge pull request #2559 from heuripedes/master
(menu_displaylist) Fix leak while loading the history
2015-12-13 03:19:31 +01:00
Higor Eurípedes
21cd17f987 (menu_displaylist) Fix leak while loading the history 2015-12-12 23:13:46 -03:00
radius
4b082daa7e fix input labels empty on android 2015-12-12 20:56:42 -05:00
Twinaphex
36e3ef3f6c Merge pull request #2557 from heuripedes/master
(menu_displaylist.c) Fix uninitialized value usage
2015-12-13 02:53:24 +01:00
Higor Eurípedes
9f3884a33e (menu_displaylist.c) Fix uninitialized value usage
opts did not get assigned when RUNLOOP_CTL_GET_CORE_OPTION_SIZE failed.
2015-12-12 22:40:39 -03:00
Twinaphex
fd8bfc4b93 Merge pull request #2556 from heuripedes/master
(input_overlay) Fix unneeded load and memory leak
2015-12-13 02:32:45 +01:00
Higor Eurípedes
5219116751 (input_overlay) Fix unneeded load and memory leak 2015-12-12 22:23:55 -03:00
twinaphex
7ec6a66f12 Signed/unsigned issues 2015-12-13 01:45:22 +01:00
Twinaphex
83d258e4ea Merge pull request #2555 from heuripedes/master
(XMB) Fix buffer overflow
2015-12-13 01:42:20 +01:00
Higor Eurípedes
f6421f9988 (XMB) Fix buffer overflow
It was introduced by 3df4101 . MENU_ENTRIES_CTL_START_GET and
MENU_ENTRIES_CTL_START_GET access size_t-sized data, but an
unsigned was passed.
2015-12-12 21:39:42 -03:00
twinaphex
d76d857166 Turn into C89-compatible comment 2015-12-13 00:01:44 +01:00
twinaphex
ecdecad963 Add MENU_DISPLAY_CTL_BLEND_BEGIN/MENU_DISPLAY_CTL_BLEND_END 2015-12-12 23:53:16 +01:00
twinaphex
8833ba1141 Create MENU_DISPLAY_CTL_FONT_FLUSH_BLOCK 2015-12-12 23:48:44 +01:00
twinaphex
ebe3454969 Add RARCH_MENU_CTL_NAVIGATION_CLEAR 2015-12-12 23:40:25 +01:00
twinaphex
5e1390bb5a Add RARCH_MENU_CTL_CONTEXT_DESTROY 2015-12-12 23:36:43 +01:00
twinaphex
3f4b0012d3 Create RARCH_MENU_CTL_CONTEXT_RESET 2015-12-12 23:34:49 +01:00
twinaphex
825b259650 Cleanups 2015-12-12 23:33:02 +01:00
Twinaphex
2f8131b74c Merge pull request #2552 from dibas/master
Calibrate Wii U Pro Controller analogue sticks.
2015-12-12 21:53:09 +01:00
dibas
f66729c012 Calibrate Wii U Pro Controller analogue sticks. 2015-12-12 21:47:45 +01:00
twinaphex
5f296ea402 Fix hatvalues 2015-12-12 20:55:09 +01:00
Twinaphex
b278bf69dc Merge pull request #2551 from dibas/master
Detect Wii U Pro Controller properly.
2015-12-12 20:45:11 +01:00
dibas
0c749a6181 Implemented additional checks for Nintendo controllers. 2015-12-12 20:41:52 +01:00
twinaphex
88d54336c7 (wiiupro) Add stub axis implementation 2015-12-12 20:38:23 +01:00
Twinaphex
d85595ca67 Put Wii-U Pro pad on top of Wii Classic pad in list 2015-12-12 20:06:10 +01:00
twinaphex
8516e3350f Change send_control 2015-12-12 19:33:04 +01:00
twinaphex
e529d76aec Turn buttons into booleans 2015-12-12 19:10:50 +01:00
twinaphex
9394294956 (joypad_connection) Stub Wii U Pro implementation - untested 2015-12-12 18:30:17 +01:00
twinaphex
d70d09ad8d (connect_ps4.c) Cleanup 2015-12-12 17:58:40 +01:00
twinaphex
8a213b8ab4 (sdl_gfx.c) Avoid warning by casting directly 2015-12-12 17:54:27 +01:00
twinaphex
d62a246ea8 Start adding RARCH_MENU_CTL_REFRESH 2015-12-12 17:25:03 +01:00
Twinaphex
1685ec1548 Update menu_cbs_deferred_push.c 2015-12-12 15:21:20 +01:00
twinaphex
2f108cb37b Cleanups 2015-12-12 15:12:47 +01:00
twinaphex
c7f5192197 (menu_entries.c) Get rid of heap-allocated data structure 2015-12-12 14:55:17 +01:00
twinaphex
28e33acc66 Turn list_settings into static local variable 2015-12-12 14:49:02 +01:00
twinaphex
3df4101321 Get rid of menu_entries_set_start and menu_entries_get_start 2015-12-12 14:39:35 +01:00
twinaphex
75c6276ade Cleanups - move variables to menu_entries_ctl as static local variables 2015-12-12 02:17:39 +01:00
twinaphex
1004537e8d Create MENU_ENTRIES_CTL_SET_REFRESH/MENU_ENTRIES_CTL_UNSET_REFRESH 2015-12-12 02:14:50 +01:00
twinaphex
36ce2f1001 Cleanups 2015-12-12 00:22:02 +01:00
Twinaphex
3f6e35c3c9 Merge pull request #2549 from fr500/master
Improve the shield portable workaround and reimplement the workaround…
2015-12-12 00:11:09 +01:00
radius
48fbc5eda4 Improve the shield portable workaround and reimplement the workaround for the shield atv,
This workaround could be used as a foundation for other console like devices.
2015-12-11 17:25:03 -05:00
twinaphex
6cb8b7c8b1 Cleanups 2015-12-11 22:43:16 +01:00
twinaphex
ee312b346b Create MENU_ENTRIES_CTL_SETTINGS_GET 2015-12-11 22:30:19 +01:00