45467 Commits

Author SHA1 Message Date
twinaphex
007e8dbd20 Add dropdown lists for cheat options 2018-09-24 14:16:07 +02:00
Twinaphex
0f4f11a70c
Update CHANGES.md 2018-09-24 13:59:44 +02:00
Twinaphex
8d484568ad
Update CHANGES.md 2018-09-24 13:52:26 +02:00
Twinaphex
e170c3db29
Merge pull request #7295 from fr500/master
WIP: Streaming/Recording Options
2018-09-24 12:26:54 +02:00
Twinaphex
70f5f49c33
Update CHANGES.md 2018-09-24 11:56:35 +02:00
Twinaphex
dc83e1162a
Update CHANGES.md 2018-09-24 11:55:40 +02:00
Twinaphex
72cf259d49
Update CHANGES.md 2018-09-24 11:55:05 +02:00
Twinaphex
66dcf0f6f7
Update CHANGES.md 2018-09-24 11:54:18 +02:00
Twinaphex
a0e550911a
Update CHANGES.md 2018-09-24 11:53:33 +02:00
Twinaphex
393d15ee0d
Update CHANGES.md 2018-09-24 11:53:02 +02:00
Twinaphex
0782418a90
Merge pull request #7297 from yoshisuga/ios-iphone-x-notch
[iOS] Support iPhone X displays by adjusting for the 'notch'
2018-09-24 11:49:23 +02:00
Yoshi Sugawara
f071460d7a use safe area to account for notch for iPhone X and adjust main view size 2018-09-23 22:45:44 -10:00
Twinaphex
8e06a4233d
Merge pull request #7296 from gblues/master
Wii U: Fix menu lag when built with DevKitPro r32
2018-09-24 04:34:32 +02:00
radius
58b7621559 [record] add settings for video scale factor 2018-09-23 19:53:13 -05:00
radius
554ad5a494 [record] hookup quality 2018-09-23 19:42:43 -05:00
Nathan Strong
0900f08696 Wii U: Fix menu lag when built with DevKitPro r32
== DETAILS

Updates to the newlib library bundled with DevKitPro have caused
incorrect behavior in `cpu_features_get_time_usec()`. Specifically,
it defines `_POSIX_MONTONIC_CLOCK` which results in calling newlib's
time functions which are.. buggy, at least on Wii U.

By moving the WIIU case higher up, we end up calling the actual
Wii U time library routines, and get nice snappy animations as a
result.

== TESTING
I tested this locally on my wiiu and confirmed resolved menu sluggishness.
2018-09-23 17:26:45 -07:00
radius
bcb960d248 record] start adding menu entries 2018-09-23 19:09:28 -05:00
radius
c427847944 [record] define quality profiles 2018-09-23 18:43:26 -05:00
Twinaphex
8a5ef19de9
Merge pull request #7285 from Zlika/master
(Menu) Fix crash when changing core's options on Android
2018-09-23 22:32:42 +02:00
Twinaphex
ba4bb5c98c
Merge pull request #7293 from alphanu1/master
Added functionality for new CRT SwitchRes options
2018-09-23 22:32:20 +02:00
twinaphex
e0f01fd85e Cleanups 2018-09-23 22:16:31 +02:00
twinaphex
c9494a922b Use menu_setting_find_enum 2018-09-23 22:05:51 +02:00
twinaphex
6d16b5fc93 This is unnecessary - if you already know the enum_idx - use
menu_setting_find_by_enum instead - it will be faster
2018-09-23 22:02:20 +02:00
Twinaphex
2fabcb5b63
Merge pull request #7292 from RetroSven/master
add ability to edit emu-style cheat code value ; change default handler to emu
2018-09-23 21:53:58 +02:00
alphanu1
b3cfe1d337
Merge pull request #95 from alphanu1/alphanu1-patch-86
Added functions for new CRT SwitchRes options
2018-09-23 20:43:28 +01:00
alphanu1
e6b8dcf5b0
Added functions for new CRT SwitchRes options 2018-09-23 20:42:31 +01:00
alphanu1
0241ddb3ba
Merge pull request #94 from alphanu1/alphanu1-patch-85
Added functions for new CRT SwitchRes options
2018-09-23 20:40:44 +01:00
alphanu1
c362a6d7f4
Added functions for new CRT SwitchRes options 2018-09-23 20:39:40 +01:00
twinaphex
8140d90ebc Add dropdown list for state slot 2018-09-23 21:29:00 +02:00
Sven
b62fa8d9ed add ability to edit emu-style cheat code value ; change default handler to emu 2018-09-23 15:25:51 -04:00
Twinaphex
6de2ca7bd8
Merge pull request #7291 from Dwedit/bugfix-random-filename
Fixed random filename generator for secondary core
2018-09-23 21:22:26 +02:00
Dwedit
1987b74179 Fixed random filename generator, no longer resets to the first value each attempt. 2018-09-23 14:20:25 -05:00
twinaphex
badac565da Take this out 2018-09-23 20:45:24 +02:00
alphanu1
0da456e48c
Merge pull request #93 from libretro/master
Update
2018-09-23 19:39:05 +01:00
twinaphex
26775a625a Add more dropdown lists 2018-09-23 20:34:27 +02:00
twinaphex
0204e28542 Add more dropdown lists 2018-09-23 20:31:36 +02:00
twinaphex
2001489006 Disable action OK callback for playlist associations for now - difficult
to hook up
2018-09-23 20:22:05 +02:00
Twinaphex
76b48e4907
Merge pull request #7290 from Dwedit/dirty_input_fix
Fix input IDs outside of range 0-35 causing slow performance in runahead
2018-09-23 19:59:38 +02:00
Dwedit
a129cffbd6 Fix the dirty input system badly mishandling IDs out of the range of 0-35.
Now the state array is dynamic, and can handle any size.  The initial size is 256 elements (0-255, fixes FBA).

An arbitrary limit of 65536 IDs is currently in there, intended to detect invalid arguments.
2018-09-23 11:37:33 -05:00
twinaphex
baa909f296 Add dropdown lists for core options 2018-09-23 18:36:48 +02:00
twinaphex
3b6f3d027c Add dropdown list for playlist history size 2018-09-23 17:21:00 +02:00
twinaphex
1f864e379b Add dropdown lists for driver settings 2018-09-23 17:13:45 +02:00
twinaphex
c3e1dd0605 Add HAVE_NETWORKING ifdef 2018-09-23 16:23:47 +02:00
twinaphex
3e95d3efd4 Add dropdown list for DPI Override 2018-09-23 16:17:49 +02:00
twinaphex
2b7a1c7f3c Add dropdown list for X-Axis Centering 2018-09-23 16:13:54 +02:00
twinaphex
21ac77ced2 Cleanups 2018-09-23 15:54:02 +02:00
twinaphex
9671df2b67 Add dropdown list to show physical inputs port setting 2018-09-23 15:23:21 +02:00
twinaphex
9b43c1fc21 Move Mixer Settings to Audio 2018-09-23 15:07:35 +02:00
twinaphex
45a1d4d1e4 Add dropdown list to XMB scaling factor / XMB opacity factor 2018-09-23 14:49:01 +02:00
twinaphex
53e3299e6f Add dropdown list to another setting 2018-09-23 14:44:42 +02:00