25907 Commits

Author SHA1 Message Date
Jean-André Santoni
5496eb5f68 (Lakka) Allow firmware upgrades from the menu. Step 1. 2015-12-25 02:13:50 +07:00
aliaspider
06d4732dd7 fix griffin build. 2015-12-24 19:23:46 +01:00
Twinaphex
1181b31df8 Merge pull request #2584 from ctult/master
Starting to clean up netplay code
2015-12-24 18:01:23 +01:00
Twinaphex
030f380a6b Merge pull request #2586 from Monroe88/patch-3
(video_shader_parse.h) Increase max parameters to 128
2015-12-24 03:04:27 +01:00
Monroe88
e4894ded6d (video_shader_parse.h) Increase max parameters to 128 2015-12-23 19:39:09 -06:00
Twinaphex
2972f05042 Merge pull request #2585 from heuripedes/master
(retro_file.c) Get rid of uneeded error messages in retro_read_file()
2015-12-24 01:55:07 +01:00
Higor Eurípedes
5cbcd90707 (retro_file.c) Get rid of uneeded error messages in retro_read_file()
fseek/ftell lie about the file size in some filesystems (like sysfs) and
this makes the function complain about incomplete read when the file has
been fully read.
2015-12-23 21:20:26 -03:00
ctult
0ff9efc0e3 whoops 2015-12-23 13:48:29 -07:00
ctult
e78432b6cf Removed useless get_info 2015-12-23 13:29:30 -07:00
ctult
5bb3ab4d45 Starting to clean up netplay code 2015-12-23 13:25:28 -07:00
Twinaphex
9cf654367a (XMB) Fix memory leak 2015-12-23 13:47:53 +01:00
twinaphex
acb4682781 get rid of unused variable 2015-12-23 04:22:25 +01:00
twinaphex
466953fae8 remove this 2015-12-22 21:59:24 +01:00
aliaspider
8bc109a952 Merge pull request #2581 from thedax/update-to-latest-ctrulib
Update CTR (3DS) driver for the latest ctrulib SDK, fix a typo, and fix compilation errors.
2015-12-22 11:19:43 +01:00
thedax
319c89596a Update makerom for Windows and Linux (Linux is untested). 2015-12-21 16:03:28 -05:00
thedax
0565a92486 Update CTR (3DS) driver for the latest ctrulib SDK, fix a typo, and fix compilation errors. 2015-12-21 13:43:05 -05:00
Twinaphex
bd0c342a0a Merge pull request #2580 from thedax/no-core-fix
This memset should probably be done only for dynamic cores/builds.
2015-12-21 19:04:13 +01:00
thedax
8e3df09277 This memset should probably be done only for dynamic cores/builds. 2015-12-21 11:53:27 -05:00
Alcaro
ab0c9c8d56 Fix for weird projects that also define dllimport/export. 2015-12-21 17:32:48 +01:00
Twinaphex
4bbe70c1d0 Merge pull request #2578 from heuripedes/master
(d3d) Fix context initialization
2015-12-21 02:13:36 +01:00
Higor Eurípedes
3bce2b494f (d3d) Fix context initialization 2015-12-20 21:48:46 -03:00
twinaphex
fd644cb434 Revert "(video_driver.c) Ensure input is initialized in init_video_input"
This reverts commit d191e29d1b0ccb2218c34b6348755d3fc9e89c08.
2015-12-20 23:52:50 +01:00
Twinaphex
3bb6f568a7 Merge pull request #2577 from heuripedes/master
Win32 fixes
2015-12-20 23:22:42 +01:00
Higor Eurípedes
d191e29d1b (video_driver.c) Ensure input is initialized in init_video_input 2015-12-20 19:12:14 -03:00
Higor Eurípedes
f6729c0b74 (d3d_ctx) Return video_data as the context data
The d3d context shares the d3d video driver data.
2015-12-20 19:12:14 -03:00
twinaphex
f53711f791 Change return type of load_texture to uintptr_t 2015-12-20 22:38:18 +01:00
twinaphex
20170ef2b0 (D3D) Buildfix 2015-12-20 21:59:57 +01:00
twinaphex
4f499fc5c3 Buildfixes 2015-12-20 21:09:00 +01:00
twinaphex
65f89a7aac Remove d3d-patch.diff 2015-12-20 21:08:23 +01:00
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