45495 Commits

Author SHA1 Message Date
Twinaphex
76399013a1 Silence some warnings 2018-09-26 16:13:42 +02:00
twinaphex
0a9eb98cc8 Cleanups 2018-09-26 15:46:27 +02:00
twinaphex
60d537fa32 Create menu_driver_list_insert 2018-09-26 14:25:28 +02:00
twinaphex
5d1fff541b Create new functions 2018-09-26 14:22:22 +02:00
twinaphex
fb0c816110 Cleanups 2018-09-26 14:03:29 +02:00
twinaphex
04cb02cec7 Use setting->size for size when strlcpying for string variables 2018-09-26 12:57:00 +02:00
twinaphex
7ba7bc3a1d Add recording options at radius' request 2018-09-26 00:55:17 +02:00
twinaphex
e4df100377 Don't bake in mbedtls when networking is not builtin 2018-09-26 00:16:37 +02:00
twinaphex
6ebf4b860b Buildfix 2018-09-26 00:12:52 +02:00
twinaphex
7aea66677b Merge menu_input.c and menu_event.c 2018-09-25 16:46:15 +02:00
twinaphex
44a0c70c8a Removed unused RARCH_MENU_CTL_REFRESH 2018-09-25 16:28:36 +02:00
twinaphex
bf5879a97f (wii/PSP) Disable HAVE_LANGEXTRA - these systems are RAM-strapped 2018-09-25 15:57:28 +02:00
twinaphex
8f2cda7388 Cleanup 2018-09-25 15:43:40 +02:00
twinaphex
aa89791b60 Update 2018-09-25 15:40:16 +02:00
twinaphex
839940b4bb Add representation to state slot setting 2018-09-25 15:22:25 +02:00
twinaphex
1e10ab1ab6 Reimplement string representation for CRT Switch Resolution super 2018-09-25 15:18:51 +02:00
twinaphex
b7be322170 Cleanups 2018-09-25 15:00:29 +02:00
twinaphex
8a43580e6b Cleanups 2018-09-25 14:47:20 +02:00
twinaphex
50bb491ba2 Bind driver settings action OK callback to dropdown list 2018-09-25 14:45:55 +02:00
twinaphex
a0e218bd44 Cleanups 2018-09-25 01:49:48 +02:00
twinaphex
1631577b8e Simplify code 2018-09-25 01:37:15 +02:00
twinaphex
390cb578a9 Reimplement left/right callbacks for netplay MITM server setting 2018-09-25 01:30:47 +02:00
twinaphex
a0efad3cc8 menu_cbs_select.c - String option settings were not being bound to
action OK callback
2018-09-25 00:07:24 +02:00
twinaphex
919a23c442 Revert "Fix for #7130, take two"
This reverts commit 8f40baf7ff038eb925a23abb7b924822f8e40e8e.
2018-09-24 20:06:41 +02:00
waitingmoon
a945b7b985 Update msg_hash_ja.h (#7284) 2018-09-24 13:51:01 -04:00
twinaphex
9fd580e5de Don't enable adaptive vsync by default 2018-09-24 17:03:11 +02:00
twinaphex
d5a1ce272c Add dropdown lists for most float settings 2018-09-24 15:02:12 +02:00
twinaphex
384b36ac4c Comment this out for now - initial implementation of dropdown list
for float
2018-09-24 14:34:43 +02:00
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