48817 Commits

Author SHA1 Message Date
Twinaphex
177fd8be6c
Merge pull request #8755 from plaidman/master
update CPU clock profiles and battery info for lakka-switch
2019-05-11 22:21:21 +02:00
Twinaphex
368afb1ebf
Merge pull request #8763 from MrHuu/patch-3
(CTR) Add o2em
2019-05-11 22:07:13 +02:00
Twinaphex
e7daf41bc3
Merge pull request #8756 from plaidman/fixing-lang-code
check if lang code is null before processing
2019-05-11 22:06:35 +02:00
MrHuu
8d8f59cd83
(CTR) Add o2em 2019-05-11 20:21:34 +02:00
Twinaphex
7a306659e4
Merge pull request #8762 from altiereslima/master
Update Portuguese Brazilian Translation
2019-05-11 20:17:40 +02:00
plaidman
b7929b4ac7 check if lang code is null before processing 2019-05-11 13:45:23 -04:00
plaidman
5eb2f7962d update CPU clock profiles and battery info for lakka-switch 2019-05-11 13:42:53 -04:00
altiereslima
bcf61ed786 Update Portuguese Brazilian Translation 2019-05-11 13:36:48 -03:00
Twinaphex
4212e5b190
Merge pull request #8760 from natinusala/master
menu_widgets: add libretro message widget, have RETRO_ENVIRONMENT_SET_MESSAGE use it
2019-05-11 18:13:11 +02:00
natinusala
c83b86b7c2 menu_widgets: add libretro message widget, have RETRO_ENVIRONMENT_SET_MESSAGE use it 2019-05-11 17:24:00 +02:00
twinaphex
3e350afe93 video_shader_parse_pass - free pointer earlier 2019-05-11 08:56:41 +02:00
Twinaphex
e100ffa036
Update CHANGES.md 2019-05-11 08:32:25 +02:00
altiereslima
bd3a24ea4a Update Portuguese Brazilian Translation (#8739)
* Update Portuguese Brazilian Translation

* Update msg_hash_pt_br.h
2019-05-11 08:31:26 +02:00
Barry Rowe
8745333892 OCR Translation feature finaliziation. (#8738) 2019-05-11 07:15:39 +02:00
MrHuu
8e75d2c1e3 Update Makefile.cores (#8747)
Add missing core id's / reorder
2019-05-11 06:28:41 +02:00
Twinaphex
238ba53a32
Update CHANGES.md 2019-05-11 06:28:18 +02:00
Nathan S
edb37ccf70 menu widgets: cleanup fix and draw above overlay for gl and vulkan (#8732)
* menu_widgets: cleanup properly all widgets when loading or closing content

* gl: draw menu widgets above overlay

* vulkan: draw menu widgets above overlay

* vulkan: draw OSD above overlay

* menu_widgets: better cleanup
2019-05-11 06:26:40 +02:00
orbea
1a3f16ded1 Fix --enable-opengles and --enable-opengles3 (#8749)
* qb: Fix OpenGLES build.

The gl core video driver requires at least OpenGLES 3 and
OpenGL 1 is not compatible with OpenGLES 2 or 3.

* travis: Test OpenGLES builds on linux.
2019-05-10 23:47:36 +02:00
twinaphex
52dd39f98a Another buildfix 2019-05-10 20:17:20 +02:00
twinaphex
d9b4afe04a Quick buildfix 2019-05-10 18:34:18 +02:00
twinaphex
74388d8490 Remove string_concat 2019-05-10 18:05:58 +02:00
twinaphex
3853d89f13 (Android Phoenix) Update versioncode 2019-05-10 09:02:29 +02:00
twinaphex
b270ea6b79 Revert "(MSVC 2003) core_info - remove all_ext from heap - fixes crash with MSVC2003"
This reverts commit 50a57b03a18b52636debae5f4132791ad8a96db2.
2019-05-10 08:31:18 +02:00
Twinaphex
89461bba08
Update CHANGES.md 2019-05-10 00:40:06 +02:00
Twinaphex
ea14a799d9
Update CHANGES.md 2019-05-10 00:39:49 +02:00
nia
49b81f1da2 configuration: Add audioio as a default audio_driver. (#8733)
Supported platforms are illumos and NetBSD, where it's the native
audio API. Right now audio_driver defaults to OSS on these platforms.
2019-05-09 19:30:44 +02:00
Brad Parker
c39765a5b7 set current screen orientation on startup so we don't reset back to normal if we started with a rotated display 2019-05-09 11:11:40 -04:00
jdgleaver
10ef7dd561 Load content runtime data 'on demand' (#8717)
* Load content runtime data 'on demand'

* Fix LGTM warning
2019-05-09 08:24:06 -05:00
twinaphex
5a9c0da282 Rename config_init to rarch_config_init to avoid collision
with cores that might use this symbol name
2019-05-09 06:57:18 +02:00
Twinaphex
8c17f12f97
Update AndroidManifest.xml 2019-05-08 07:24:33 +02:00
twinaphex
55aa6039d6 Unfortunate but what's done cannot be undone 2019-05-08 04:49:13 +02:00
Brad Parker
25b7f57e28 update AUTHORS.h with github-contributors script 2019-05-07 21:41:49 -04:00
MrHuu
62da78ca3d CTR / Update Makefile.cores (#8719)
* Update Makefile.cores

* (CTR) Add Stella
v1.7.7
2019-05-08 01:56:49 +02:00
Nathan S
4fad77304f menu_widgets: better sanity check for threaded video wrapper (#8722) 2019-05-08 01:56:39 +02:00
twinaphex
ba3f164bdd Disable scan_without_core_match by default 2019-05-07 00:58:17 +02:00
twinaphex
7530436918 Better way to check if there is a resolution list - should
hide this entry on Android
2019-05-07 00:32:07 +02:00
twinaphex
5e9bfd52db command_set_shader - set settings->bools.video_shader_enable to
true if not already enabled when command_set_shader succeeds
2019-05-06 23:40:19 +02:00
Nathan S
775c272029 Menu widgets stuff + vulkan sanity check (#8710)
* task_screenshot: fix hang with menu widgets

* word_wrap: add max_lines parameter

* vulkan: better instance creation sanity check
2019-05-06 21:10:57 +02:00
meleu
e8c9a272ee having a badge file is enough to show it in popup (#8709) 2019-05-06 19:14:24 +02:00
Ömercan Kömür
9da9f4bad0 Every .h files && tr.c&.h files edited (#8648)
* Every .h files && tr.c&.h files edited

each .h file  is edited in their own language, Menu_ENUM_LABEL_VALUE_LANG_GREEK & Menu_ENUM_LABEL_VALUE_LANG_TURKISH added into missed .h files, according to the frequency of use Turkish translations changed. some unnecessary blank spaces deleted

* added )

added ) end of #988 & #986 lines

* Added New Turkish Translations

added some translations

* update msg_hash_tr.c

some lines deleted, new translations added

* Update msg_hash_tr.c

* Delete msg_hash_fr.h

Since they are revision french translations, there is no need to add Turkish & Greek colum for right now.

* Newest FR translate added

since they are added Greek & Turkish into their FR files no need to add
2019-05-06 17:25:52 +02:00
Twinaphex
9dd5a55310
Merge pull request #8707 from WeedyWeedSmoker/French-translation-(C89-buildfix)
(C89 buildfix) French translation fix
2019-05-06 17:24:35 +02:00
Twinaphex
739a8d70a7
Merge pull request #8708 from meleu/patch-6
CHANGES.md: Pop-up badges when a cheevo is triggered
2019-05-06 14:57:22 +02:00
twinaphex
5f8f029c6e (OSX PPC) Move MainMenu_PPC.xib to pkg/apple/OSX/en.lproj/PPC and
rename it MainMenu.xib - CompileXib would create a MainMenu_PPC.nib
and then on startup no MainMenu.nib file could be found
2019-05-06 14:49:15 +02:00
twinaphex
652d89cbf4 (OSX PPC) Use MainMenu_PPC.xib 2019-05-06 14:30:41 +02:00
neville
7c4329f31d (OSX PPC) Buildfixes 2019-05-06 14:12:25 +02:00
twinaphex
34c5d2ef07 Remove 'Core Remap File Loaded' message - happens too early - before
menu widgets have been initialized
2019-05-06 13:54:15 +02:00
twinaphex
68e91e3121 video_display_server_get_flags - conditional was wrong 2019-05-06 13:18:25 +02:00
meleu
d22d627d94
CHEEVOS: Pop-up badges when a cheevo is triggered 2019-05-06 05:58:33 -03:00
Weedy Weed Smoker
c3af160f08
(C89 buildfix) French translation fix
Shortened the problematic text strings to accomodate C89 compilation
2019-05-06 11:27:30 +07:00
Twinaphex
8092f601a6
Merge pull request #8705 from WeedyWeedSmoker/French-translation-part-2
French translation part 2
2019-05-06 05:09:11 +02:00