Alcaro
dd7caa4ad4
Wipe out this flag, not needed anymore.
2016-08-26 17:47:46 +02:00
Twinaphex
049679b901
Merge pull request #3434 from bparker06/hash_filename2
...
use const delimiter and remove pointer arithmetic
2016-08-26 17:40:01 +02:00
Brad Parker
6eebbfd8ae
use const delimiter and remove pointer arithmetic
2016-08-26 11:36:52 -04:00
Twinaphex
89d0798e68
Merge pull request #3423 from bparker06/utf8
...
Initial UTF-8 support for rgui/xmb/glui. Enables first 256 codepoints.
2016-08-26 17:27:20 +02:00
Twinaphex
7edf762ac6
Merge pull request #3426 from bparker06/hash_filename
...
correctly handle content paths containing a hash (#), fixes issue #3273
2016-08-26 17:20:43 +02:00
twinaphex
4947d53f13
(Vita) Add -lSceMotion_stub
2016-08-26 15:12:38 +02:00
Twinaphex
d6945010cd
Merge pull request #3430 from bparker06/false
...
false is still not 1
2016-08-26 03:50:53 +02:00
Brad Parker
4daecbf04d
false is still not 1
2016-08-25 21:46:59 -04:00
Brad Parker
89f9b096e7
style cleanup and fix typos
2016-08-25 21:40:37 -04:00
twinaphex
9ef45957d5
Stub out debug logging
2016-08-26 00:47:58 +02:00
Twinaphex
b20723c8dc
Merge pull request #3428 from lakkatv/master
...
(XMB) Prevent label overlap
2016-08-26 00:41:39 +02:00
Jean-André Santoni
d13c3b53d9
(XMB) Prevent label overlap
2016-08-26 00:28:57 +02:00
Brad Parker
097f326298
simplify delimiting of compressed archive filenames
2016-08-25 16:18:29 -04:00
Twinaphex
8516297a01
Merge pull request #3427 from frangarcj/master
...
(VITA) FIX mame2000
2016-08-25 14:39:05 +02:00
Francisco José García García
c852c98e70
(VITA) FIX mame2000
2016-08-25 13:56:24 +02:00
Alcaro
0bd9ccddc1
false is most certainly not 1.
2016-08-25 12:02:42 +02:00
twinaphex
f6598f8e38
Set default app dir to app0:/assets
2016-08-25 01:10:30 +02:00
Brad Parker
5275c0a45d
correctly handle content paths containing a hash (#), fixes issue #3273
2016-08-24 16:54:10 -04:00
twinaphex
501f619805
(Vita) Change default assets dir
2016-08-24 17:10:55 +02:00
twinaphex
cf694f9fc2
(Vita) strip source svg files
...
(Default/Mobile) Use MaterialUI by default if RARCH_MOBILE defined and HAVE_MATERIALUI defined
2016-08-24 17:03:22 +02:00
Brad Parker
2e4fd540ac
re-enable UTF-8 by default, inline utf8_walkbyte, fix missing ifdef in utf8_walk
2016-08-24 10:56:00 -04:00
twinaphex
1ad0e7201a
Use XMB by default when HAVE_XMB is defined
2016-08-24 15:34:19 +02:00
twinaphex
82fecdbc70
(Vita) silence some warnings
2016-08-24 14:04:22 +02:00
twinaphex
bb211b7621
Add assets dirs
2016-08-24 13:45:40 +02:00
twinaphex
3bbf2a74ba
Remove double entry
2016-08-24 13:17:30 +02:00
Alcaro
ed4a6f373f
C sources aren't executable.
2016-08-24 12:47:37 +02:00
twinaphex
465d17a6e2
(libretro-common) Update files
2016-08-24 01:45:59 +02:00
twinaphex
18f999d8de
(libretro-common) Header updates
2016-08-24 01:22:29 +02:00
twinaphex
3547fb3351
(libretro-common) Update headers
2016-08-24 01:20:32 +02:00
Brad Parker
30e99927d2
undo previous new files and use existing encoding_utf header
2016-08-23 19:16:18 -04:00
Brad Parker
80d4626908
forgot to add extra utf8 files
2016-08-23 19:02:26 -04:00
Brad Parker
d063cb9283
do not make UTF-8 the default, simplify/centralize the common string functions, make sure rgui/materialui use utf8 strlen when available
2016-08-23 19:00:53 -04:00
Brad Parker
35e67e69e5
Initial utf8 support for rgui/xmb. Only supports first 256 codepoints due to current freetype atlas limitation
2016-08-23 14:49:44 -04:00
twinaphex
db36b40b20
Rework this code
2016-08-23 20:12:37 +02:00
twinaphex
1b44f44822
Buildfix
2016-08-23 20:11:12 +02:00
Twinaphex
ac68336143
Merge pull request #3422 from frangarcj/master
...
(VITA) Fix screenshots and some debug options
2016-08-23 19:39:46 +02:00
Francisco José García García
5bd2364575
(VITA) Fix screenshots and some debug options
2016-08-23 18:17:46 +02:00
twinaphex
7b95ac7342
(Vita) Add HAVE_MATERIALUI too
2016-08-23 11:01:24 +02:00
Twinaphex
f8c70c0c36
Merge pull request #3420 from frangarcj/master
...
(VITA) Add XMB support
2016-08-23 09:57:47 +02:00
Francisco José García García
4221374072
(VITA) Add XMB support
2016-08-23 02:49:53 +02:00
twinaphex
5f243b4baa
(deps/7zip) Cleanups - rebase around MSB_FIRST
2016-08-23 00:23:52 +02:00
twinaphex
035d006d62
Set attrib to EGL_OPENGL_ES3_BIT_KRH if g_es3 is true
2016-08-23 00:09:33 +02:00
Twinaphex
cbbb840584
Merge pull request #3419 from loganmc10/patch-1
...
Allow GLES2 app to use GLES3 core
2016-08-22 23:49:08 +02:00
Logan McNaughton
8b34a009dc
Allow GLES2 app to use GLES3 core
...
The Android app is a GLES2 application (it doesn't have HAVE_OPENGLES3 set when it is compiled). However, it is possible to use the GLES2 Android App to launch GLES3 cores, if the phone supports it. This allows cores to set RETRO_HW_CONTEXT_OPENGLES3 and have the Android app respect that, without having to compile the Android app for GLES3.
2016-08-22 15:48:32 -06:00
Twinaphex
339ea74ede
Merge pull request #3418 from vanfanel/master
...
Fix plain_drm driver compilation
2016-08-22 14:34:52 +02:00
Alcaro
6fe43f5823
Make this one a bit more robust
2016-08-22 14:25:20 +02:00
vanfanel
e5965c7870
Fix plain_drm driver compilation
2016-08-22 14:23:17 +02:00
twinaphex
7c19b2fac5
More translatable strings
2016-08-22 13:41:11 +02:00
twinaphex
b0a8f72724
More translated strings
2016-08-22 13:11:40 +02:00
twinaphex
a43dab71ba
More translated strings
2016-08-22 02:38:19 +02:00