Commit Graph

36427 Commits

Author SHA1 Message Date
twinaphex
5ddcadcb2f video_monitor_get_fps only used from frame function, so get rid
of separate function
2017-01-25 16:33:44 +01:00
twinaphex
84cb05d4de Fix typo 2017-01-25 16:13:39 +01:00
twinaphex
c21fd538a9 Minor cleanups 2017-01-25 16:08:50 +01:00
Twinaphex
d1ef94c136 Merge pull request #4504 from susemm/patch-1
Update msg_hash_chs.c
2017-01-25 15:53:37 +01:00
twinaphex
018cb7ebe6 Add another parameter to content_get_status 2017-01-25 15:51:57 +01:00
twinaphex
361bd471de Create content_get_status 2017-01-25 15:44:21 +01:00
Wang Vincent
65ae74e1e5 Update msg_hash_chs.c
Translate to Chinese at 20170125
2017-01-25 22:34:07 +08:00
twinaphex
41a647945b Create video_driver_get_record_status 2017-01-25 15:30:51 +01:00
twinaphex
4b01726f48 (video driver) Minor cleanups 2017-01-25 15:22:12 +01:00
twinaphex
19813a8958 Style nit 2017-01-25 15:00:44 +01:00
twinaphex
affb259409 Pass video_driver_is_threaded return value to font driver init/free
functions
2017-01-25 14:47:24 +01:00
twinaphex
631ee03df4 Expand video_driver_get_status 2017-01-25 04:42:19 +01:00
twinaphex
a151c24117 Create video_driver_get_status 2017-01-25 04:39:21 +01:00
twinaphex
be617c530b Expand input_keys_pressed 2017-01-25 04:31:55 +01:00
twinaphex
be81a73666 Grab input_driver_is_nonblock_state only once 2017-01-25 04:26:40 +01:00
twinaphex
c0bcbb2145 (alsathread.c) Cleanup 2017-01-25 03:37:14 +01:00
twinaphex
0de69c149a Cleanup 2017-01-25 03:34:37 +01:00
twinaphex
c3eb4327bf Remove algorithms/mismatch 2017-01-25 02:57:43 +01:00
twinaphex
e626008f91 state_manager_check_rewind - cleanup 2017-01-25 02:53:58 +01:00
twinaphex
7594f6d4d7 Use strlcpy instead of snprintf somewhere 2017-01-25 02:44:36 +01:00
twinaphex
121fb3b737 core_info.c - use strlcpy 2017-01-25 02:39:52 +01:00
twinaphex
721e9ec083 (task_content.c) Try to use strlcpy instead of snprintf for
certain messages
2017-01-25 02:05:42 +01:00
twinaphex
5577b21f95 (netplay_find_content.c) Try to use strlcpy where possible 2017-01-25 02:00:44 +01:00
Twinaphex
071c4c1f3f Merge pull request #4500 from fr500/master
Refactor the task
2017-01-25 01:56:32 +01:00
radius
9ae228f76e look for the proper extension too 2017-01-24 18:45:26 -05:00
radius
b90a23af55 rename variables 2017-01-24 18:39:17 -05:00
radius
080a9632f9 refactor this code to be able to check for proper extension support before loading 2017-01-24 18:35:57 -05:00
Alcaro
6ff36461b4 Fix #4493 in a less incompatible way 2017-01-25 00:34:58 +01:00
twinaphex
4b476cfe5f config_replace - add bool argument 2017-01-24 18:08:26 +01:00
twinaphex
e3842d4169 Make audio_mix.c C89-compatible 2017-01-24 16:59:03 +01:00
twinaphex
6e59a2cce1 Copy buf inside entry first 2017-01-24 16:56:22 +01:00
twinaphex
0006849ed5 use path_remove_extension from libretro-common file_path.c instead 2017-01-24 16:50:40 +01:00
twinaphex
fa6dc9ec52 (ffmpeg) Better error handling 2017-01-24 16:28:07 +01:00
twinaphex
e8f550b528 Use string_is_empty inside core_impl.c 2017-01-24 16:08:25 +01:00
twinaphex
50a7e634c9 Get rid of this log message 2017-01-24 15:15:41 +01:00
twinaphex
efff2be528 Another cleanup 2017-01-24 15:04:32 +01:00
twinaphex
3d7183577e Clean this up further 2017-01-24 15:03:23 +01:00
twinaphex
afb0881f05 Incompatible shader backend conditional was reached even if we had
no shader set
2017-01-24 15:01:48 +01:00
Twinaphex
a9ceed79fa Silence unused variable warning 2017-01-24 14:15:36 +01:00
twinaphex
3a4963b474 (vita2d_gfx.c) Cleanups 2017-01-24 14:08:28 +01:00
twinaphex
19d2649c61 Update psp1_gfx.c 2017-01-24 14:04:12 +01:00
twinaphex
93812f58ba We don't need the settings variable here 2017-01-24 14:02:09 +01:00
Twinaphex
5005c1aa27 Merge pull request #4496 from vanfanel/master
DISPMANX: Add missing include and remove redundant one.
2017-01-24 14:01:26 +01:00
vanfanel
ae3cdaccb9 DISPMANX: Add missing include and remove redundant one. 2017-01-24 13:58:55 +01:00
Twinaphex
8b02d2bd36 Merge pull request #4494 from fr500/master
better filename matching
2017-01-24 12:10:03 +01:00
aliaspider
0ba9faa8bd (CTR) build fix. 2017-01-24 10:43:35 +01:00
Brad Parker
2c97e330de remove unused code 2017-01-24 01:04:00 -05:00
Brad Parker
57949227df DOS: initial input/joypad driver 2017-01-24 00:55:58 -05:00
radius
8f766574d3 strstr produces lot of false matches, path_remote_extension didn't seem to work so I included my own version 2017-01-23 21:21:26 -05:00
twinaphex
793c894abb (task_screenshot.c) Cleanups 2017-01-24 01:58:48 +01:00