David Walters
91dd569a73
fix: keep resetting bind during the hold period
2018-06-29 21:12:46 -05:00
David Walters
d73954085a
Hold to bind function (disabled with #if 0)
2018-06-29 21:12:46 -05:00
David Walters
8a2b23de34
new setting "input_bind_hold"
2018-06-29 21:12:45 -05:00
Brad Parker
04311695aa
netplay: always use configured port instead of hardcoding, and don't ask for IP address if one is already set. fixes #6626
2018-06-27 23:03:27 -04:00
Jean-André Santoni
2a2e732a79
(Menu) Add a setting to hide the shutdown option
2018-06-23 12:01:13 +07:00
Jean-André Santoni
ab3d8979ea
(Menu) Hide overlays, rewind and latency in kiosk mode
2018-06-23 11:18:37 +07:00
Jean-André Santoni
6868670136
(XMB) Code cleaning
2018-06-22 22:31:06 +07:00
Jean-André Santoni
1ff15fd071
(Lakka) Flag MIDI menu as advanced
2018-06-22 22:25:07 +07:00
Jean-André Santoni
bea3822331
(Lakka) Flag more settings groups with SD_FLAG_LAKKA_ADVANCED
2018-06-22 22:22:46 +07:00
Stuart Carnie
411bcf8bdd
feat(apple): Metal support for macOS
...
* includes rgui
* shader support
This is a work-in-progress and there are some bugs and visual artifacts
still to be fixed.
2018-06-20 21:33:45 -07:00
twinaphex
b10f1faf7a
Updates
2018-06-20 16:29:14 +02:00
twinaphex
8232265c8f
Change MIDI submenu
2018-06-20 16:27:00 +02:00
twinaphex
d27b6265a0
Add more HAVE_MPV ifdefs
2018-06-20 04:50:58 +02:00
twinaphex
c4da475384
Buildfix
2018-06-19 11:59:41 +02:00
Brad Parker
aa083d1e4c
android: add configurable setting for Sustained Performance Mode
2018-06-19 02:50:33 -04:00
twinaphex
c1f16e156e
Add Power Management submenu
2018-06-19 06:23:38 +02:00
Twinaphex
49f3dacde5
Merge pull request #6892 from casdevel/midi
...
Add MIDI support
2018-06-17 23:07:26 +02:00
Zoran Vuckovic
b487c3cace
Add MIDI support
2018-06-16 21:17:32 +02:00
Mikael Brunnhede
0813de0392
Hide thumbnails in Quick Menu sub-menus.
2018-06-06 23:48:07 +02:00
Mikael Brunnhede
75330a142d
Implement fix for thumbnails not showing up in Quick Menu as well as "Run" menu after closing content. Also implement fix for savestate thumbnail being hidden behind boxart/screenshot thumbnails. With this fix, boxart/screenshot thumbnails are not shown on the right hand side if there is a savestate screenshot being rendered.
2018-06-05 10:51:51 +02:00
meleu
6040e1c0fc
show cheevos description on RGUI - fixes #6764
2018-06-03 16:46:20 -03:00
twinaphex
81ce02cf74
Put this around an ifdef
2018-05-29 12:18:31 +02:00
twinaphex
6d81d31ef5
Enable Discord setting
2018-05-29 12:18:01 +02:00
Dwedit
6ef5232f32
Fix null pointer read in `action_bind_sublabel_subsystem_add`
2018-05-28 09:37:43 -05:00
Twinaphex
dad1e9e52a
Merge pull request #6775 from fr500/overrides
...
WIP: override, presets & remap improvements
2018-05-14 06:23:10 +02:00
twinaphex
e5ec7d0fda
(Menu) Cut down on some code duplication
2018-05-14 06:18:57 +02:00
radius
f81ea09f20
add saving, deletion options for per-dir remaps
2018-05-13 23:17:44 -05:00
radius
0a0365e49a
add menu entries
2018-05-13 22:33:06 -05:00
twinaphex
6a9b39da3f
Get rid of d3d.h and xdk_defines.h
2018-05-14 03:57:27 +02:00
twinaphex
1a55d4309c
Fix --disable-cheevos
2018-05-14 01:44:08 +02:00
twinaphex
7617e3efd2
Fix Coverity error - forgot a break
2018-05-14 01:38:24 +02:00
twinaphex
2fdd4444ff
Get rid of unintentional typedef redefinition (C11 feature)
2018-05-14 00:29:20 +02:00
Twinaphex
0174e45026
Merge pull request #6667 from fr500/master
...
cheevos fixes and additions
2018-05-13 21:48:29 +02:00
Twinaphex
0d7d844462
Merge pull request #6774 from sergiou87/fix-keyboard-mapping
...
Fix the way offsets are calculated for keyboard remapping
2018-05-13 21:32:40 +02:00
radius
b25a2b49c4
move pause entry to achievements menu
2018-05-13 14:26:38 -05:00
radius
aa86d78183
add quick menu action to pause / resume hardcore mode for current session
2018-05-13 13:40:30 -05:00
radius
1037093d45
cleanup cheevos hardcore conditions
2018-05-13 13:40:30 -05:00
radius
504317ac7e
cheevos fixes, reenable menu entries if cheevos are disabled on the fly
2018-05-13 13:40:29 -05:00
twinaphex
3d7eaee7c9
(menu display driver) Cleanups to bind_texture
2018-05-13 14:43:40 +02:00
twinaphex
c88a7545a3
(menu display drivers) Cleanups
2018-05-13 14:15:04 +02:00
Sergio Padrino Recio
35b709768d
Fix the way offsets are calculated for keyboard remapping
2018-05-13 13:34:36 +02:00
Twinaphex
b0aab23fd1
Merge pull request #6719 from Brunnis/autohide-configuration-override-options
...
Automatically hide "Configuration Override options" in Quick Menu
2018-05-11 04:14:21 +02:00
Dwedit
6154a843e0
Runahead error messages
...
* Add error messages for: Core not having savestates, load/save state failure, secondary core create failure
* Added messages for us locale, can be localized elsewhere
* Add a configuration setting to hide the initial warning message for core not having savestates
* Small code changes and cleanup for secondary core
* Fixed typo "destory" in dirty input code
2018-05-09 19:08:16 -05:00
twinaphex
2cfa05fbbb
(RGUI) Expose hex options for colors
2018-05-07 16:11:38 +02:00
twinaphex
b2361987b7
Make 'Current Core' string translatable
2018-05-07 15:27:56 +02:00
twinaphex
648be7e181
(menu_displaylist.c) Cleanups
2018-05-07 15:23:38 +02:00
twinaphex
555ffba328
menu_displaylist_parse_settings_internal - cleanup
2018-05-07 15:16:56 +02:00
twinaphex
3c73183a04
Cleanups - fix warnings
2018-05-07 15:05:59 +02:00
twinaphex
8af8db59e0
(Menu displaylist) Cleanups
2018-05-07 14:48:13 +02:00
twinaphex
45b841274a
menu_displaylist_ctl - cleanups
2018-05-07 13:47:08 +02:00
twinaphex
3cf12dbbf8
DRIVER_DATA_GET calls nearly gone from menu_displaylist.c
2018-05-07 02:46:40 +02:00
twinaphex
b647f6e019
Cleanups
2018-05-07 02:44:03 +02:00
twinaphex
7928c3b098
Cleanups
2018-05-07 02:40:47 +02:00
twinaphex
698999f129
(menu_displaylist.c) Cleanups
2018-05-07 02:35:40 +02:00
twinaphex
d3c2393daf
Cleanups
2018-05-07 02:33:21 +02:00
twinaphex
0384ed4535
Cleanups
2018-05-07 02:25:19 +02:00
twinaphex
96b0edf962
(menu_displaylist.c) Cleanups
2018-05-07 02:20:19 +02:00
twinaphex
886170f505
Cleanups
2018-05-07 02:14:41 +02:00
twinaphex
05c272afd6
(menu_displaylist.c) Cleanups
2018-05-07 02:10:03 +02:00
twinaphex
9462e5aa93
Don't hide these settings behind advanced settings
2018-05-04 19:08:10 +02:00
Mikael Brunnhede
1bc304b26e
Automatically hide the "Configuration Override options" Quick Menu entry if neither of the sub-options are enabled.
2018-05-04 10:18:22 +02:00
twinaphex
6c09195f5e
(D3D8/D3D9) Updates
2018-05-03 22:08:14 +02:00
twinaphex
82ebb9576f
Create d3d9_video_t and d3d8_video_t
2018-05-03 22:03:12 +02:00
twinaphex
7bc66ae710
Buildfixes for MSVC 2015
2018-05-03 15:20:06 +02:00
twinaphex
896ac3c89f
Add sublabel
2018-05-03 03:42:22 +02:00
twinaphex
27b399521f
(MaterialUI) Fix icon label for Mixer Settings
2018-05-03 02:14:12 +02:00
twinaphex
4c212d460f
Make Mixer Stream values translatable
2018-05-03 02:08:21 +02:00
twinaphex
1ab1d12398
Add sublabels to 'Add To Mixer'
2018-05-03 02:02:28 +02:00
twinaphex
965149d425
Add sublabels for mixer actions
2018-05-03 01:47:52 +02:00
twinaphex
7b1d61da3d
(QuickMenu) Added Configuration Override submenu
2018-05-03 00:04:19 +02:00
twinaphex
ea77fbbd38
Increase max streams from 8 to 16
2018-05-02 23:42:39 +02:00
twinaphex
ab360ae3ac
(Audio mixer) Add Sequential playback mode
2018-05-02 21:43:16 +02:00
twinaphex
b480cdbe26
Add 'Add To Mixer And Play'
2018-05-02 21:09:53 +02:00
twinaphex
5e32f7ab40
Add To Mixer and Add To Mixer And Play actions
2018-05-02 20:39:55 +02:00
twinaphex
51374fd2d1
Add better title for stream
2018-05-02 20:21:20 +02:00
twinaphex
9fbfd503af
Add value descriptions for audio mixer streams
2018-05-02 20:13:13 +02:00
Mikael Brunnhede
b2187d4b10
Fix incorrect labels on dialogs due to incorrect macro.
2018-05-01 12:17:36 +02:00
Brad Parker
71257adb8e
Qt: add setting in User Interface to enable use of the desktop menu in general (disabling it may improve startup time if desktop menu is not being used)
2018-04-30 19:11:38 -04:00
Brad Parker
a1aefc901c
Qt WIMP GUI
2018-04-30 14:33:05 -04:00
twinaphex
6ba2e72a3b
Add title for mixer stream settings
2018-04-30 18:12:22 +02:00
twinaphex
1f2a543232
Change logging back to 0
2018-04-30 17:53:07 +02:00
twinaphex
5aeab54ab7
(Audio mixer) Ability to individually set volume per stream
2018-04-30 17:51:01 +02:00
twinaphex
0cea2cf158
Remove two Coverity warnings
2018-04-30 15:32:28 +02:00
twinaphex
1c90866070
Refactor this a bit and document it
2018-04-30 15:24:40 +02:00
twinaphex
25a7cb0f66
(Menu) Rename hack_shader_pass to scratchpad.unsigned_var
2018-04-30 15:19:54 +02:00
twinaphex
49341bac26
Add Play/Play (Looped) actions
2018-04-30 15:04:29 +02:00
twinaphex
eb4ee2d57c
Merge branch 'master' of https://github.com/libretro/RetroArch
2018-04-30 14:34:48 +02:00
twinaphex
965859ddcb
Start adding mixer controls - ability to stop and remove loaded tracks
2018-04-30 14:34:25 +02:00
gblues
162d1fbfb5
WIIU: Disable screen-dimming while core is running
...
== DETAILS
In my extended testing, I found that the HID device inputs don't get factored
into resetting things like the burn-in protection and automatic power down.
The automatic power-down can't be changed in software, but the screen dimming
can!
This patch disables the screen dimming while the core is running, but turns
it back on while the menu is displayed. This way, users who want the screen
dimming functionality to kick in need to simply enter the RA menu.
2018-04-29 16:26:14 -07:00
twinaphex
91fcb49270
(Menu audio) Fix situation where a libretro core is running
...
in the background and menu audio is playing - we don't want
audio_driver_menu_sample called then
2018-04-29 01:05:04 +02:00
twinaphex
b0ef193117
Add 'Enable menu audio' setting
2018-04-29 00:41:53 +02:00
Tatsuya79
0737b90080
XMB fix crash with scale factor under 100
2018-04-25 10:54:04 +02:00
twinaphex
c92142cdbd
Duplicate latency settings
2018-04-24 18:33:38 +02:00
Twinaphex
f2527b3a3c
Merge pull request #6616 from Tatsuya79/master
...
Fix console layout case.
2018-04-24 18:21:02 +02:00
Tatsuya79
d851cbf3d5
Fix console layout case.
2018-04-24 18:14:18 +02:00
Twinaphex
485825fcd1
Merge pull request #6615 from Tatsuya79/master
...
XMB PSP layout thumbnail scaling.
2018-04-24 18:09:07 +02:00
Tatsuya79
31415f760a
XMB PSP layout thumbnail scaling.
2018-04-24 17:47:02 +02:00
twinaphex
b2e9a328cd
Add User Interface -> Views -> Quick Menu -> Show
...
Overlays/Remaps/Latency
2018-04-24 17:46:49 +02:00
twinaphex
b907ee2503
Add sublabels for CRT SwitchRes
2018-04-24 17:08:43 +02:00
twinaphex
65fe25f03c
(RGUI) Add background border filler thickness enable
2018-04-24 16:45:06 +02:00
twinaphex
ee421fcaa8
Add RGUI Border Filler Enable
2018-04-24 16:01:51 +02:00
twinaphex
6b31bd8b48
Only show Menu Linear Filter for RGUI and only show it for
...
video drivers that implement it
2018-04-24 15:14:06 +02:00
twinaphex
77d97d2407
(menu_displaylist.c) Cleanups
2018-04-24 14:24:25 +02:00
twinaphex
f228b26755
Cleanups
2018-04-24 14:08:38 +02:00
twinaphex
757d1baa8d
Cleanups
2018-04-24 13:51:27 +02:00
twinaphex
5164e62172
User Interface -> Views - show 'no entries to display' instead
...
of getting locked in
2018-04-24 13:46:14 +02:00
twinaphex
64bdf7e48e
Prevent collision
2018-04-24 08:33:14 +02:00
twinaphex
265ae728dd
(XMB) Add XMB menu layout - ability to switch between PS3 (Console)
...
and PSP (Handheld) layouts
2018-04-24 07:38:53 +02:00
twinaphex
af351932bd
(XMB) Cleanups
2018-04-24 07:19:29 +02:00
twinaphex
a93289e311
(materialui) add icons
2018-04-23 22:47:50 +02:00
twinaphex
789ef63dee
(360) Don't bake in HAVE_XUI anymore; buildfixes for C++
2018-04-23 17:35:36 +02:00
twinaphex
e54cb1b121
Only show black frame insertion for the video drivers/context drivers
...
that support it
2018-04-23 14:15:21 +02:00
twinaphex
f1fa1d4879
Previously, GPU Hard Sync options would only show up if the
...
video driver was explicitly set to the GL driver; now, it can be
dynamically shown for more video drivers if there are going to be
more drivers supporting this feature other than GL
2018-04-23 13:42:09 +02:00
twinaphex
c4c8699ee3
Only show max swapchain images if supported by video driver and/or
...
context driver
2018-04-23 13:34:30 +02:00
twinaphex
5370c59201
Cleanups/style nits
2018-04-23 12:03:50 +02:00
twinaphex
bac0d22ce9
Create menu_display_osk_ptr_at_pos
2018-04-23 11:58:18 +02:00
twinaphex
8bc3283bd5
Create menu_display_draw_keyboard
2018-04-23 11:42:55 +02:00
twinaphex
f8ccf50fd4
Make materialui_render_keyboard and xmb_render_keyboard identical
2018-04-23 11:36:15 +02:00
twinaphex
54ec4e47e8
Silence another warning
2018-04-23 11:31:39 +02:00
twinaphex
eb69025ca8
Cleanups
2018-04-23 11:30:38 +02:00
twinaphex
c18d2e0432
Silence warnings
2018-04-23 10:49:36 +02:00
twinaphex
3a93377811
D3D8 buildfix
2018-04-22 14:55:15 +02:00
twinaphex
9e741019f3
(menu_display_d3d8.c) Buildfix
2018-04-22 14:46:20 +02:00
twinaphex
2a655116a6
Set #define CINTERFACE in these files
2018-04-22 14:27:39 +02:00
twinaphex
413914a1cf
Add Rewind/Latency/Overlay Settings to Quick Menu
2018-04-21 15:55:05 +02:00
aliaspider
b78dcf9f4c
update D3D10 driver.
2018-04-21 03:56:19 +01:00
twinaphex
8e52fcff96
Add D3D10 entry
2018-04-21 03:30:34 +02:00
twinaphex
9f2b56a929
Update Direct3D 10 driver
2018-04-21 03:27:41 +02:00
Twinaphex
037c47eaf1
Merge pull request #6597 from fr500/master
...
fix #6596
2018-04-19 18:06:56 +02:00
radius
d8b5fea374
fix coverity warnings
2018-04-19 10:07:59 -05:00
twinaphex
a7ad6e2024
(XMB) Add icons for shader/shader presets
2018-04-18 08:22:01 +02:00
Ryunam
712a2fcc1d
Add toggle to show/hide Playlist tabs
2018-04-17 17:53:24 +02:00
radius
3755003d33
remap-redux: unify menu displaylist
2018-04-16 21:26:43 -05:00
Ryunam
2cf76a192f
Add Latency list under Settings and move relevant functions
2018-04-16 23:21:14 +02:00
Brandon Wright
e049605359
Add refresh rate polling to Win32 >= Windows 7.
2018-04-15 19:33:38 -05:00
Brandon Wright
20d87347f7
Add menu item showing and allowing to automatically set precise refresh rate.
2018-04-15 17:56:12 -05:00
Twinaphex
a2516d23a3
Merge pull request #6469 from alphanu1/master
...
CRT Switchres Capabilities
2018-04-15 16:56:15 +02:00
Twinaphex
ff18a55f06
Merge pull request #6565 from fr500/master
...
remap-redux: try to fix more warnings
2018-04-12 21:39:46 +02:00
radius
9a355b8f2e
remap-redux: try to fix more warnings
2018-04-12 14:20:38 -05:00
twinaphex
6e4cf412f0
(menu_entry_playlist_start_entry) This code seems to be unnecessary now?
2018-04-12 21:02:54 +02:00
Tatsuya79
3f77a6a320
MUI Scale mouse cursor like icons.
2018-04-12 18:56:54 +02:00
Jean-André Santoni
617793df40
[stripes] Better tab colors
2018-04-11 21:17:37 +07:00
twinaphex
74a3677eb5
Silence warning
2018-04-11 06:14:55 +02:00
twinaphex
abad1b3134
Revert "(menu) Start passing menu_handle to action_ok callback"
...
This reverts commit d2a1c39f4b
.
2018-04-11 06:12:26 +02:00
twinaphex
1836d08b33
Revert "Start passing around menu_driver_data around properly"
...
This reverts commit 7c314a9165
.
2018-04-11 06:12:14 +02:00
twinaphex
b540ae3d4d
Revert "Update"
...
This reverts commit 21ede63df2
.
2018-04-11 06:12:08 +02:00
twinaphex
6c99acb23e
Revert "Pass around void pointer data - menu handle"
...
This reverts commit b4a2bd5156
.
2018-04-11 06:11:54 +02:00
twinaphex
fdffb7059d
Revert "Less pointer grabbbing - reduce usage of RARCH_MENU_CTL_DRIVER_DATA_GET"
...
This reverts commit fbf03df8be
.
2018-04-11 06:11:45 +02:00
twinaphex
a276710877
Revert "(Menu) More refactors"
...
This reverts commit f0285ef792
.
2018-04-11 06:11:38 +02:00
twinaphex
a07ada7af6
Revert "More cleanups - getting rid of RARCH_MENU_CTL_DRIVER_DATA_GET"
...
This reverts commit a8f7d99aba
.
2018-04-11 06:11:23 +02:00