32314 Commits

Author SHA1 Message Date
twinaphex
b175f26b23 Add HAVE_CONFIG_H ifdefs to audio_driver.c/audio_resampler_driver.c 2016-09-06 23:48:27 +02:00
twinaphex
ffcf96dd24 Add config.h includes 2016-09-06 23:47:05 +02:00
twinaphex
e6a114a95a Create gfx/video_frame.c 2016-09-06 23:41:09 +02:00
twinaphex
50bd1c38be Header cleanup 2016-09-06 23:34:55 +02:00
twinaphex
226460530c Header include cleanup 2016-09-06 23:34:27 +02:00
twinaphex
6871afe51b Header include cleanups 2016-09-06 23:31:45 +02:00
twinaphex
b6e554e1cb Remove DONT_HAVE_STRING_LIST 2016-09-06 23:29:07 +02:00
twinaphex
5f3a47a725 Cleanups 2016-09-06 23:28:45 +02:00
twinaphex
671063aec2 Silence warnings 2016-09-06 23:17:16 +02:00
Twinaphex
2ad7e2bb09 Merge pull request #3532 from dankcushions/buildfix
Fix build on Raspberry Pi (3)
2016-09-06 23:15:40 +02:00
dankcushions
cdc4bff3fb Fix build on Raspberry Pi (3) 2016-09-06 21:54:53 +01:00
twinaphex
2d7e4ccf62 Header include cleanup 2016-09-06 22:43:23 +02:00
twinaphex
2d4c624d4e (Vita) Add -lpng dependency 2016-09-06 22:25:08 +02:00
twinaphex
a545337265 .travis.yml - shouldn't be environment variables but should be passed
as defines to make instead
2016-09-06 22:18:33 +02:00
twinaphex
8c8332b414 Add two new targets - BUILD_C89 and BUILD_CXX 2016-09-06 22:11:43 +02:00
Alcaro
9f3b39cf9e Merge pull request #3531 from mudlord/master
mudlord is a fucking clot and needs to be shot.
2016-09-06 21:57:18 +02:00
mudlord
f3a0d8518e mudlord is a fucking clot/hack and needs to be shot.
Should have tested on other drivers than Nvidia Windows.
2016-09-07 05:56:07 +10:00
twinaphex
2cd568cdaa Use xmb_theme 2016-09-06 19:50:13 +02:00
twinaphex
6f47289ba6 Start adding HAVE_CONFIG_H to gfx/drivers_context 2016-09-06 19:39:02 +02:00
Alcaro
23dc89168a are those HAVE flags not set up there or something? 2016-09-06 19:21:33 +02:00
Twinaphex
ac98b68f74 Merge pull request #3528 from bparker06/ffmpeg_ext
associate more media extensions with ffmpeg...
2016-09-06 18:55:06 +02:00
Brad Parker
a501fd02c1 make sure context is valid for this stream 2016-09-06 12:44:09 -04:00
Brad Parker
e64a3c4956 associate more media extensions with ffmpeg 2016-09-06 12:37:08 -04:00
Twinaphex
6bb8d91668 Merge pull request #3526 from frangarcj/master
(VITA) Slimming Vita2D
2016-09-06 18:20:39 +02:00
frangarcj
d21938a015 (VITA) Slimming Vita2D 2016-09-06 12:03:18 +02:00
Twinaphex
77876e348b Merge pull request #3522 from frangarcj/master
small libco fix and some silencing
2016-09-06 10:13:01 +02:00
frangarcj
434d70ce13 (VITA) Silence rthreads 2016-09-06 09:27:52 +02:00
frangarcj
5be5ce8416 (VITA) libco: Fix small bug 2016-09-06 09:26:25 +02:00
frangarcj
5ff25ca6ae Merge remote-tracking branch 'refs/remotes/libretro/master' 2016-09-06 09:24:49 +02:00
twinaphex
c3ba0ba4e9 Revert "Refactor core_system_info_* functions"
This reverts commit f637805c9edd0e17b72d459e319a195ded230276.
2016-09-06 08:38:26 +02:00
Twinaphex
2ecd9f36c4 Merge pull request #3521 from mudlord/master
Optimized vertex shader for ribbon.
2016-09-06 08:08:24 +02:00
Brad Miller
94be5a8651 Update modern_pipeline_xmb_ribbon.glsl.vert.h
nit
2016-09-06 15:58:37 +10:00
mudlord
d77759cc1b change 2016-09-06 15:45:57 +10:00
mudlord
73a1cd4631 greatly optimized modern vertex shader for ribbon. 2016-09-06 15:42:16 +10:00
twinaphex
fdca622785 Set 128ms audio latency and CC resampler for Emscripten 2016-09-06 07:41:35 +02:00
twinaphex
f637805c9e Refactor core_system_info_* functions 2016-09-06 07:08:38 +02:00
radius
18527d2fef (emscripten) use localstorage variables instead of passing the parameters in a URL 2016-09-05 23:35:16 -05:00
twinaphex
82d82110ae Merge system.h with core.h 2016-09-06 06:11:54 +02:00
radius
48ac6330ed fix a couple of nits 2016-09-05 22:49:31 -05:00
Twinaphex
11364e7e69 Merge pull request #3520 from fr500/master
Add coverity badge
2016-09-06 05:45:18 +02:00
Andrés
323c104aa6 Add coverity badge 2016-09-05 22:43:42 -05:00
Andrés
f543da73db Add build status badge 2016-09-05 22:34:03 -05:00
Twinaphex
2ea086c0f8 Merge pull request #3518 from nguillaumin/travis-ci
Fixes #1868: Added Tracis CI config file
2016-09-06 05:18:22 +02:00
Nicolas Guillaumin
ddfa365c20 Fixes #1868: Added Tracis CI config file
Builds on Linux with gcc and clang, and also on Mac.

Had to configure a more recent version of clang as the default Travis CI
one is a bit outdated and wouldn't work.

Unfortunately I was unable to install Nvidia Cg for Mac as it needs to
run the installer interactively. Still, it builds without Cg support.

It only covers a subset of the architectures, but that's better than
nothing and should catch at least basic errors on pull requests
(requires enabling Travis CI support in the GitHub repository settings).
2016-09-05 20:10:06 -07:00
twinaphex
8467404fd6 Inline CMD_EVENT_LOAD_CORE_DEINIT 2016-09-06 05:05:50 +02:00
twinaphex
a09601cbfa Change ifndef HAVE_DYNAMIC to ifdef HAVE_DYNAMIC 2016-09-06 04:55:24 +02:00
twinaphex
6ccf67057b Add 'core_is_inited' and 'core_is_symbols_inited' 2016-09-06 03:52:29 +02:00
twinaphex
3e9df72123 Try to fix ARM build 2016-09-06 03:14:20 +02:00
twinaphex
c01e5887f2 Rename this setting to 'Filter unknown extension' 2016-09-06 03:10:53 +02:00
twinaphex
0aef3c2529 Rename 'Select Collection' and 'Select From Downloaded File' 2016-09-06 03:06:22 +02:00