25878 Commits

Author SHA1 Message Date
twinaphex
6362c86c31 Buildfixes 2015-12-20 21:08:03 +01:00
twinaphex
4a89303cb9 Add d3d-patch.diff 2015-12-20 21:06:44 +01:00
twinaphex
aa488dda25 Create video driver poke load_texture / unload_texture 2015-12-20 20:52:23 +01:00
radius
f64fc93c44 silence a warning 2015-12-17 17:48:58 -05:00
radius
788fd17031 fix some code formatting and include the label value too 2015-12-17 17:43:10 -05:00
radius
4024c9a8c6 Change the label when per-game options are in use 2015-12-17 17:26:11 -05:00
twinaphex
b8bbdc6f4c Revert udev drivers 2015-12-17 03:02:48 +01:00
Twinaphex
149bf68cf7 Merge pull request #2571 from lakkatv/xmb
Save content history diretly after its update
2015-12-16 03:29:46 +01:00
twinaphex
5ef30e3ac4 Fix System Information no longer showing 2015-12-16 03:28:55 +01:00
Jean-André Santoni
0a6572eb83 Save content history diretly after its update 2015-12-16 09:28:08 +07:00
Twinaphex
4afbf2a141 Merge pull request #2570 from libretro/revert-2561-master
Revert "(menu_setting.c) Fix double change callback call"
2015-12-16 03:14:15 +01:00
Twinaphex
31086a0bdf Revert "(menu_setting.c) Fix double change callback call" 2015-12-16 03:14:10 +01:00
Twinaphex
876233138b Merge pull request #2567 from lakkatv/xmb
(Mali) Fix mali fbdev build
2015-12-15 04:25:27 +01:00
Jean-André Santoni
6f5d09b235 (Mali) Fix mali fbdev build 2015-12-15 10:23:02 +07:00
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