Commit Graph

48831 Commits

Author SHA1 Message Date
CozmoP 17fcd880e9 Qt: path selector fixes 2019-05-17 14:22:25 +02:00
Twinaphex 948c242922
Merge pull request #8768 from niacat/audioio-portability
audioio: Improve the portability of the driver to illumos.
2019-05-12 15:26:39 +02:00
nia c90d74f8d7 audioio: Improve the portability of the driver to illumos.
PLAY_ALL is deprecated in NetBSD-current due to a rework of the
audio system, prepare for this too.
2019-05-12 10:57:52 +01:00
twinaphex c66963e8cf Turn this into static function 2019-05-12 09:51:45 +02:00
twinaphex 52d1b3fd88 task_save.c - simplify dump_to_file_desperate 2019-05-12 09:36:52 +02:00
twinaphex 71feec72b4 Cleanup xmb_list_open_new 2019-05-12 07:26:53 +02:00
twinaphex 8cf34c3fe6 (XMB) Add some comments 2019-05-12 07:12:41 +02:00
twinaphex 64f9477ef6 Simplify find_last_slash for non-WIN32 2019-05-12 05:02:45 +02:00
twinaphex 985ed6cd2b Small cleanups 2019-05-12 04:47:27 +02:00
twinaphex 62f3046f0f (localtime) Cleanups 2019-05-12 04:43:57 +02:00
Twinaphex ef5d15e6f9
Merge pull request #8767 from plaidman/master
lakka-switch: adding extra overclocks
2019-05-12 03:27:10 +02:00
plaidman 74eff88ee2 lakka-switch: adding extra overclocks 2019-05-11 21:05:57 -04:00
Twinaphex 6db856d430
Merge pull request #8766 from MrHuu/patch-4
(CTR) Add id for quasi88
2019-05-12 00:55:02 +02:00
MrHuu 180c868f46
(CTR) Add id for quasi88
sorry, now it's fully up-to-date.
2019-05-12 00:48:37 +02:00
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 50a57b03a1.
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
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