1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
Commit Graph

32085 Commits

Author SHA1 Message Date
twinaphex
c3ba0ba4e9 Revert "Refactor core_system_info_* functions"
This reverts commit f637805c9e.
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
Twinaphex
9fffa94ef3 Merge pull request #3516 from JuanVCS/master
Add safe homebrew flag
2016-09-06 02:57:53 +02:00
JuanVCS
62f0e0fe89 Add safe homebrew flag
Added safe homebrew flag as per https://yifan.lu/2016/08/27/henkaku-update/
2016-09-05 21:50:15 -03:00
JuanVCS
a87f858d0b Add safe homebrew flag
Added safe homebrew flag as per https://yifan.lu/2016/08/27/henkaku-update/
2016-09-05 21:48:59 -03:00
twinaphex
e2a734183b Cleanu parse_drive_list callback for Linux/Android 2016-09-06 02:18:17 +02:00
twinaphex
93ed23d46f Warning fix 2016-09-06 01:08:05 +02:00
twinaphex
e6524f961a header include cleanups 2016-09-06 01:02:25 +02:00
twinaphex
075aea2289 Header include cleanups 2016-09-06 00:56:00 +02:00
twinaphex
4a5be82250 Update 2016-09-06 00:41:43 +02:00
Twinaphex
ce10861aac Merge pull request #3515 from frangarcj/master
(VITA) fiber based libco
2016-09-06 00:16:58 +02:00
Francisco José García García
105d5fc20f (VITA) fiber based libco 2016-09-06 00:08:17 +02:00
twinaphex
266a06ffb1 Revert "Expose GPU Hard Sync for GLES 3 too"
This reverts commit a74813c9ea.
2016-09-05 21:43:02 +02:00
twinaphex
bd45d7a707 gl_capabilities.c - cleanups 2016-09-05 21:25:38 +02:00
twinaphex
67c2965612 OpenGL ES should not reach this code 2016-09-05 21:22:38 +02:00
twinaphex
a74813c9ea Expose GPU Hard Sync for GLES 3 too 2016-09-05 21:16:30 +02:00
twinaphex
280aa831b5 Remove verbosity.h header dependency on gl_capabilities.c 2016-09-05 21:12:44 +02:00
Twinaphex
0c138bb719 Merge pull request #3498 from leiradel/master
Use PRIXPTR to print pointers, removed unneeded field from the /info …
2016-09-05 21:10:23 +02:00
twinaphex
43edd76736 Add headers 2016-09-05 21:09:21 +02:00
twinaphex
8b1ee6a2b1 Update 2016-09-05 20:51:23 +02:00
twinaphex
1b94fd2fce Update libretro-ffmpeg 2016-09-05 20:48:27 +02:00
Twinaphex
ed5b82f4c2 (iOS) Buildfix 2016-09-05 18:52:52 +02:00
Twinaphex
1b26de3b87 Merge pull request #3513 from bparker06/unload_fix
fix core unload when closing content
2016-09-05 18:48:17 +02:00
Brad Parker
abd5d81b70 fix core unload when closing content 2016-09-05 12:46:28 -04:00
twinaphex
53b0543f47 Silence signed/unsigned mismatch warnings 2016-09-05 18:46:12 +02:00
twinaphex
86d2a36407 (Win32) Buildfixes 2016-09-05 18:43:32 +02:00
twinaphex
e5f11d43bf Fix statement is unreachable warning 2016-09-05 18:37:38 +02:00
twinaphex
d4122806ab (Android) Buildfix 2016-09-05 18:34:21 +02:00
twinaphex
bf4fd2a864 Update headers for ui/drivers 2016-09-05 18:33:22 +02:00
twinaphex
acd4dd527b Header include cleanups 2016-09-05 18:31:32 +02:00
twinaphex
a73a0e9b75 header include cleanups 2016-09-05 18:15:31 +02:00