twinaphex
0674de54ee
(gfx_widgets.c) Get rid of more pointer grabbing to
...
config_get_ptr/dispwidgets_get_ptr/etc
2021-03-25 15:05:09 +01:00
Autechre
93edb2f2fb
Merge pull request #12189 from farmerbb/master
...
[Android] Add a DocumentsProvider for easier access to the app's internal storage
2021-03-25 12:42:01 +01:00
Braden Farmer
27e19318ce
[Android] Add a DocumentsProvider for easier access to the app's internal storage
2021-03-24 23:06:38 -06:00
twinaphex
998673b8c3
(gfx_widgets) Cleanups
2021-03-25 04:59:07 +01:00
twinaphex
fada1caf68
Move two widgets functions over to proper source file
2021-03-25 04:55:27 +01:00
twinaphex
7505790f32
Cut down on MIDI driver logspam when MIDI just points to null driver
2021-03-25 03:33:42 +01:00
twinaphex
8919606f3a
(iOS9) Buildfix
2021-03-25 01:35:47 +01:00
twinaphex
be3960e2be
(gfx widgets) Add widgets_userdata to video_frame_info
2021-03-24 19:16:46 +01:00
twinaphex
78f7deffba
Get rid of early return in video_shader_write_root_preset
2021-03-24 18:44:55 +01:00
twinaphex
d911dd6efc
(video_shader_parse.c) Tons of functions here should have been
...
made static, tons of log spam put behind DEBUG ifdefs
2021-03-24 18:31:20 +01:00
twinaphex
5aaf4150e2
(file_path.c) Use strlcpy for these instead of snprintf
2021-03-24 17:26:34 +01:00
twinaphex
ed0c9ef1dc
Buildfix
2021-03-24 02:39:57 +01:00
twinaphex
d9fa5585a0
Silence static code analysis warings pointed out by cppcheck
2021-03-24 02:23:58 +01:00
twinaphex
71b4a4558c
(DISABLE_MENU) Add another conditional
2021-03-24 02:10:35 +01:00
twinaphex
118ff58e6b
Add more conditionals for --disable-menu
2021-03-24 01:44:30 +01:00
twinaphex
95f5df358a
Fix --disable-menu
2021-03-24 01:24:49 +01:00
twinaphex
8f79e14d0a
Silence LGTM static code analysis warnings
2021-03-24 00:25:47 +01:00
Autechre
1a263586e3
Merge pull request #12188 from MrHuu/ctr_gfx_widgets
...
(3DS) Add HAVE_GFX_WIDGETS
2021-03-23 23:41:37 +01:00
MrHuu
b9849f78f7
(3DS) Add HAVE_GFX_WIDGETS
2021-03-23 22:03:44 +01:00
twinaphex
26824b1f27
(D3D) Comment out Debug functions
2021-03-23 21:24:17 +01:00
Autechre
605a96a096
Merge pull request #12187 from davidgfnet/OGA-vertical
...
Upstream OGA patch for vertical screen
2021-03-23 20:55:23 +01:00
David Guillen Fandos
1cad93207b
Upstream OGA patch for vertical screen
...
This keeps the tradition DRM driver along with the OGA one. The probe
function skips the driver if the screen is non rotated to fall back to
the regular DRM driver. This is being upstreamed from the Lakka repo.
2021-03-23 20:27:24 +01:00
twinaphex
0d06927105
Use ARRAY_SIZE where applicable
2021-03-23 17:14:41 +01:00
twinaphex
943c3f2f21
One DISABLE_MENU buildfix
2021-03-23 13:35:41 +01:00
twinaphex
fb737cb00f
(Apple) On demand thumbnails enabled by default
2021-03-23 03:41:29 +01:00
twinaphex
b85a33c0ab
(OSX) Set workaround when loading config file - if network core
...
URL points to arm64 and we are on x86_64 build or vice versa, we
switch it back
2021-03-23 03:10:38 +01:00
twinaphex
4cebc52126
Rollback permissions
2021-03-23 02:47:40 +01:00
twinaphex
112bd95b52
(macOS) Add additional entitlements
2021-03-23 02:25:33 +01:00
twinaphex
fdc184c60c
input_config_parse_key - unroll
2021-03-23 01:10:14 +01:00
twinaphex
49dc7e6c66
* Fix some DISABLE_MENU issues
...
* Optimizations to read_keybinds_conf / set_autoconfig_binds -
first fill_pathname_join_delim call always produced the same output and
this was called four times in a row in one loop, hose out of the
caller functions and move it into the loop and call it once
2021-03-23 01:05:01 +01:00
twinaphex
b5d4c5b041
Silence -Wsizeof-pointer-memaccess warnings pointed out here -
...
https://travis-ci.org/github/libretro/RetroArch/jobs/764003625
2021-03-22 23:43:11 +01:00
twinaphex
76ddfa022e
Get rid of RARCH_LOG in wayland_common - gets rid of warning/error
2021-03-22 23:35:14 +01:00
twinaphex
1fae7964d6
Add allow-unsigned-executable-memory for both RetroArch and Metal
2021-03-22 23:05:22 +01:00
twinaphex
1b211ea836
Enable allow-jit
2021-03-22 23:02:08 +01:00
twinaphex
a8599fe59b
(Travis) Try to take out two Travis jobs that always fail and are
...
redundant now
2021-03-22 22:16:19 +01:00
twinaphex
437a49780c
Add another HAVE_MENU ifdef
2021-03-22 22:12:58 +01:00
twinaphex
fb9d8bad74
Fix DISABLE_MENU
2021-03-22 22:03:16 +01:00
twinaphex
4ff2d85a18
Unsafe to leave input_driver_mapper on heap; plus no real need to
...
have it on heap when it's already on heap courtesy of rarch_state
2021-03-22 21:43:31 +01:00
twinaphex
80788f9df6
Get rid of some ternary operators
2021-03-22 20:53:56 +01:00
twinaphex
48f9a5fbc0
(Qt) Silence sign comparison warnings
2021-03-22 20:20:33 +01:00
twinaphex
55ba377153
(task_database.c) Don't call path_contains_compressed_file multiple
...
times
2021-03-22 20:14:58 +01:00
twinaphex
f22b077887
(task_database.c) Optimizations:
...
- strlen was being called on path for each loop iteration, when
path is not subject to change - do it once outside
- String copying was being performed even when the string would
equal a string not subject to change
2021-03-22 19:24:14 +01:00
twinaphex
32a6bd021c
Prevent 'may be used uninitialized' warning
2021-03-22 15:46:34 +01:00
twinaphex
611efea2bf
More CXX_BUILD fixes
2021-03-22 15:20:51 +01:00
twinaphex
81e768435b
CXX_BUILD buildfix
2021-03-22 15:01:57 +01:00
twinaphex
15b9bd47b9
(SDL2) Fix jump to label crosses initialization of const char* video_driver
2021-03-22 14:38:10 +01:00
twinaphex
aeb0781398
(iOS9) Change scheme to 'RetroArchiOS9' (no space)
2021-03-22 13:03:46 +01:00
twinaphex
b3a4e598e2
(iOS) Implement frontend_darwin_get_arch - will report correct architecture
...
now under System Information
2021-03-22 12:16:43 +01:00
Autechre
7e7cc366d9
Merge pull request #12183 from libretro/ios9-gitlab
...
Add build-retroarch-ios9
2021-03-22 10:03:59 +01:00
twinaphex
00f60ec577
Remove unused variable
2021-03-22 10:01:09 +01:00