46294 Commits

Author SHA1 Message Date
markwkidd
0aca0afa07
fix libretro-db Makefile
The current Makefile doesn't work. This patch comes via @grant2258 and originally from @natinusala and is intended to resolve https://github.com/libretro/RetroArch/issues/7586
2018-11-15 10:38:24 -05:00
twinaphex
1ea3252602 Merge branch 'master' of https://github.com/libretro/RetroArch 2018-11-15 03:51:11 +01:00
Twinaphex
460e7481d0
Merge pull request #7591 from natinusala/ozone
Ozone and menu_display improvements
2018-11-14 18:16:19 +01:00
Twinaphex
b2c2a33389
Merge pull request #7593 from jdgleaver/3ds-persistent-bottom-screen-toggle
(3DS) Add 'bottom screen' enable to User Interface menu
2018-11-14 18:16:10 +01:00
jdgleaver
ca13805937 (3DS) Add 'bottom screen' enable to User Interface menu 2018-11-14 16:41:19 +00:00
Jean-André Santoni
c190ceb9f8
Merge pull request #7592 from libretro/kivutar/lakka-tmp-fix
(Lakka) Temporary fix for the settings tab
2018-11-14 22:39:55 +07:00
Jean-André Santoni
f7d0a1fcce (Lakka) Temporary fix for the settings tab 2018-11-14 22:26:56 +07:00
natinusala
c1f3f79119 menu_display: fix glitch in draw_texture_slice 2018-11-14 15:30:09 +01:00
natinusala
228f8ca0ef ozone: display correct tabs 2018-11-14 14:41:41 +01:00
natinusala
f493c114b5 ozone: fix visual issues, add fade in/out to messagebox 2018-11-14 14:18:14 +01:00
Twinaphex
ca29032e1b
Merge pull request #7590 from kwyxz/master
Quick fix for "multiple definitions of osk_dark" in Ozone
2018-11-13 20:56:15 +01:00
Benjamin FRANCOIS
fd863e2607 Fix build 2018-11-13 10:34:21 -08:00
Twinaphex
6110616c0c
Merge pull request #7589 from natinusala/ozone
Ozone improvements, new menu_animation features
2018-11-13 17:32:13 +01:00
natinusala
a8a5f286b9 ozone: see content behind menu if content is running 2018-11-13 16:05:24 +01:00
natinusala
73f6e51892 ozone: improve OSK display 2018-11-13 15:48:16 +01:00
natinusala
4af4582204 ozone: fix empty playlist message position 2018-11-13 14:35:15 +01:00
natinusala
d35f747b5a menu_animation: add menu_timer system 2018-11-13 14:33:32 +01:00
natinusala
2c628860c8 ozone: fix some values display 2018-11-13 14:08:28 +01:00
natinusala
8a1afb0a52 ozone: add support for cursor height, improve empty playlists display 2018-11-13 14:01:59 +01:00
natinusala
f9d74ad0e0 ozone: add is_playlist flag 2018-11-13 13:09:47 +01:00
natinusala
28b415f9f2 ozone: implement bind_init 2018-11-13 12:54:06 +01:00
natinusala
eee619f64b ozone: go back to main menu tab when pressing B on the sidebar 2018-11-13 12:52:20 +01:00
natinusala
3b08a377db vscode: don't detect indentation, use 3 spaces as default 2018-11-13 12:46:57 +01:00
natinusala
145f4fd712 Fix and update vscode tasks 2018-11-13 10:24:03 +01:00
twinaphex
ce2944b09f Merge branch 'master' of https://github.com/libretro/RetroArch 2018-11-12 23:38:22 +01:00
Twinaphex
94a4574a7b
Merge pull request #7585 from kwyxz/master
Temporary fix until Haiku implements the optional POSIX functions
2018-11-12 23:10:05 +01:00
Benjamin FRANCOIS
d8483a9dc9 Temporary fix until Haiku implements the optional POSIX functions 2018-11-12 21:52:01 +00:00
twinaphex
5bc8b131b3 Merge branch 'master' of https://github.com/libretro/RetroArch 2018-11-12 21:54:59 +01:00
Twinaphex
1ef286ec7c
Merge pull request #7583 from alfrix/input_icons
Input icons (User Binds)
2018-11-12 21:53:07 +01:00
Twinaphex
e9afbe8651
Merge pull request #7584 from jdgleaver/ctr-pokemini-assets
[CTR] Add PokeMini assets
2018-11-12 19:15:38 +01:00
jdgleaver
6bf61155bb [CTR] Add PokeMini assets 2018-11-12 17:12:15 +00:00
Alfrix
989ddb35a8 Cleanup 2018-11-12 00:54:24 -03:00
Alfrix
53e89f6bd1 Fix shutdown icon and add restart 2018-11-12 00:38:12 -03:00
Alfrix
e5c7de8607 Input icons (User binds) 2018-11-12 00:30:09 -03:00
twinaphex
a20fc528e1 Merge branch 'master' of https://github.com/libretro/RetroArch 2018-11-11 22:29:50 +01:00
Twinaphex
62eb7822e0
Merge pull request #7579 from AdrianoML/master
Major improvements to the video processor core
2018-11-11 22:08:18 +01:00
Rob Loach
dd869e30d3
Merge pull request #7582 from DEX357/patch-24
Update msg_hash_pl.h
2018-11-11 15:02:09 -05:00
Adriano de Moura Leite
85a3f952b9 Removes the return in the audio callback and restores samplerate to
48khz
2018-11-11 17:44:35 -02:00
DEX357
f295793c70
Update msg_hash_pl.h 2018-11-11 19:45:17 +01:00
Adriano de Moura Leite
0634e38ede Fixes an audio freewheeling situation where a capture card with no
sound capture captabilities would result in an empty audio_handle,
therefore making audio_callback thread spin forever
2018-11-11 04:48:46 -02:00
Adriano de Moura Leite
7b4652ac27 Reverts a change I mistakelny left behind for temporarely disabling the
audio callback, which was causing a freewheeling issue with my setup.
2018-11-11 04:35:21 -02:00
Adriano de Moura Leite
4c67888671 Major improvements to the video processor core.
Supports multiple capture and output modes with deinterlacing
New dummy mode for testing the core even without a capture device
Ability to display frametimes
alternate_hack mode allows capture cards without alternate capture mode
to capture progressive or interlaced inputs at 16ms rather than 33ms
2018-11-11 04:25:51 -02:00
Twinaphex
b166ba7810
Merge pull request #7576 from DEX357/patch-23
Update msg_hash_pl.h
2018-11-10 20:31:13 +01:00
Twinaphex
5ebe0fc4a1
Merge pull request #7577 from Tatsuya79/master
Analog stick to trigger remap functionality.
2018-11-10 20:30:58 +01:00
markwkidd
a811f181e6
GUI English translation: clarify "Configurations" 2018-11-10 08:42:05 -08:00
DEX357
0d2cd4982d
Update msg_hash_pl.h 2018-11-10 17:27:42 +01:00
Tatsuya79
1e5192462e Analog stick to trigger remap functionality. 2018-11-10 17:27:14 +01:00
Rob Loach
07677fa85a
Merge pull request #7575 from meepingsnesroms/master
Add Mu to Web Player
2018-11-10 11:14:09 -05:00
meepingsnesroms
1b1dac7f40 Add Mu to Web Player 2018-11-10 07:10:01 -08:00
Twinaphex
e0a411dd24
Merge pull request #7574 from natinusala/ozone
ozone: fix content clear color
2018-11-10 15:30:49 +01:00