twinaphex
|
51d3ddff6a
|
Add dropdown lists for thumbnails
|
2018-09-23 12:39:01 +02:00 |
twinaphex
|
69fbbfb284
|
Add dropdown list for MaterialUI menu color theme
|
2018-09-23 12:34:20 +02:00 |
twinaphex
|
67b83d9d5f
|
Add dropdown list for XMB menu color theme
|
2018-09-23 12:19:53 +02:00 |
twinaphex
|
e04d3da985
|
Add new dropdown lists
|
2018-09-23 12:05:21 +02:00 |
twinaphex
|
991688f35c
|
Add dropdown list for User Language
|
2018-09-23 11:54:49 +02:00 |
twinaphex
|
cadb9539b6
|
Add dropdown lists for Netplay share Digital/Analog
|
2018-09-23 11:46:03 +02:00 |
twinaphex
|
ba9150f7c0
|
Add dropdown lists for poll type behavior and menu toggle type
|
2018-09-23 11:40:26 +02:00 |
twinaphex
|
6c3610decc
|
Move get representation implementation to menu_setting.c
|
2018-09-23 11:34:30 +02:00 |
twinaphex
|
242a7eb914
|
Reimplement get_value callback for audio resampler quality - action OK
now triggers a dropdown list
|
2018-09-23 11:25:24 +02:00 |
twinaphex
|
e9516827b9
|
(Video) Add dropdow list for Video -> Rotation
(Dropdown list) Fix off-by-one entry - last entry was not being
displayed
|
2018-09-23 11:05:07 +02:00 |
twinaphex
|
f00f73c5ed
|
Add 'dropdown list' when pressing the OK/Confirm button on Video -> Aspect Ratio
|
2018-09-23 10:59:49 +02:00 |
radius
|
986a8d3003
|
add write handler for achievement_hardcore_mode_write_handler
|
2018-09-22 11:43:41 -05:00 |
twinaphex
|
2d8eb9322a
|
Cleanups
|
2018-09-17 10:02:31 +02:00 |
twinaphex
|
3aec8abca9
|
Get rid of some void pointers
|
2018-09-17 09:57:30 +02:00 |
twinaphex
|
3c8ee6f26a
|
Add 'Start Streaming/Start Recording' to Quick Menu
|
2018-09-17 09:06:24 +02:00 |
Twinaphex
|
4f85ca5f9a
|
Merge pull request #7225 from fr500/master
WIP: [record] start whipping some sense into this feature
|
2018-09-17 06:16:13 +02:00 |
twinaphex
|
04211662cf
|
Add 'Use Custom Refresh Rate' setting
|
2018-09-17 01:56:18 +02:00 |
twinaphex
|
b5c6586b12
|
Change CRT switch resolution - add options 'Off/15 Khz/31Khz'
|
2018-09-17 01:30:49 +02:00 |
twinaphex
|
369f8206d1
|
Add 'X-Axis Centering' - https://github.com/libretro/RetroArch/issues/6988
|
2018-09-16 21:00:34 +02:00 |
twinaphex
|
92b6854315
|
CRT SwitchRes - step 3 - https://github.com/libretro/RetroArch/issues/6988
|
2018-09-16 08:57:27 +02:00 |
twinaphex
|
004a2e335f
|
(CRT SwitchRes) Step 1- https://github.com/libretro/RetroArch/issues/6988
|
2018-09-16 08:06:06 +02:00 |
radius
|
16bd85b118
|
[recording] refactor recording_is_enabled no need to use a pointer for all of this
|
2018-09-15 21:09:41 -05:00 |
twinaphex
|
3c160a6eb4
|
Create video_driver_get_all_flags
|
2018-09-12 06:31:41 +02:00 |
twinaphex
|
914df58d2e
|
(WGL) Adaptive Vsync should work now for WGL
|
2018-09-12 03:59:25 +02:00 |
Alfrix
|
b118e45d49
|
Don't show the pipeline option it was disabled in the build
|
2018-08-22 12:51:59 -03:00 |
alfrix
|
105fba6abe
|
XMB add an option to show desktop ui aka WIMP
|
2018-08-18 15:10:40 -03:00 |
Twinaphex
|
91a5b09627
|
Merge pull request #7042 from Tatsuya79/master
VRR runloop Option.
|
2018-08-10 21:15:58 +02:00 |
Sven
|
b48321737d
|
Merge remote-tracking branch 'upstream/master'
|
2018-08-07 17:35:16 -04:00 |
Sven
|
b648d70f27
|
add option to auto-apply cheat codes when a game loads ; fix some misc bugs in cheat engine
|
2018-08-07 17:34:46 -04:00 |
twinaphex
|
d9f4675a51
|
menu_settings_free - prevent null pointer indirections
|
2018-08-05 16:59:59 +02:00 |
Tatsuya79
|
bd4d462170
|
VRR runloop Option.
|
2018-08-05 00:34:10 +02:00 |
Sven
|
2fb5d54130
|
bugfix for very long code values - allow for any length
|
2018-08-04 13:05:05 -04:00 |
twinaphex
|
5773f7071d
|
C89 buildfixes
|
2018-08-04 00:47:52 +02:00 |
Sven
|
36d16a9c94
|
add some options to the cheat system to browse emulator memory
|
2018-08-03 14:59:33 -04:00 |
Sven
|
3bba9aeeaf
|
add an option to auto-apply cheats whenever they are toggled on/off
|
2018-08-02 10:59:37 -04:00 |
Sven
|
c2825cb7c5
|
fix strncat size warnings ; only consume additional cheat memory when performing searching - no need to alloc additional memory when applying cheats ; bugfix address mask max value
|
2018-07-30 04:08:50 -04:00 |
twinaphex
|
7131b969d8
|
(Android) Buildfixes
|
2018-07-29 19:04:53 +02:00 |
twinaphex
|
89083fd093
|
C89 buildfixes
|
2018-07-28 22:11:56 +02:00 |
Sven
|
5f35249216
|
Implement robust cheat searching interface with rumble features
|
2018-07-25 19:19:14 -04:00 |
Sven
|
83da70586e
|
implement a way to set rewind_buffer_size via the UI
|
2018-07-13 16:12:09 -04:00 |
David Walters
|
8a2b23de34
|
new setting "input_bind_hold"
|
2018-06-29 21:12:45 -05: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
|
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 |
twinaphex
|
b10f1faf7a
|
Updates
|
2018-06-20 16:29:14 +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 |
Zoran Vuckovic
|
b487c3cace
|
Add MIDI support
|
2018-06-16 21:17:32 +02:00 |