Commit Graph

54562 Commits

Author SHA1 Message Date
twinaphex
01e2cc2465 Integrate menu_dialog.c into retroarch.c 2020-06-27 19:08:02 +02:00
twinaphex
dda0c04d0a remove leftovers 2020-06-27 18:55:33 +02:00
twinaphex
8259a0fd89 (Menu) Merge menu_filebrowser.c into menu_displaylist.c 2020-06-27 18:54:14 +02:00
twinaphex
deb7fc5bf9 Comment out bluetooth.png image for now until it has been added
to retroarch-assets
2020-06-27 18:32:15 +02:00
twinaphex
776e95d4e1 (vulkan_common.c) Cleanups 2020-06-27 18:28:33 +02:00
twinaphex
72d1a313ae (vulkan_common.c) Cleanups 2020-06-27 18:17:33 +02:00
Twinaphex
04fb139bcb Cleanup unused variables 2020-06-27 18:17:10 +02:00
Autechre
6b4237c04f
Update CHANGES.md 2020-06-27 16:51:08 +02:00
Autechre
f39e90bfe7
Update CHANGES.md 2020-06-27 16:49:03 +02:00
Autechre
0f7f9eba4b
Update CHANGES.md 2020-06-27 16:47:17 +02:00
Autechre
10ddb274bc
Merge pull request #10866 from parport0/master
Add a bluetooth driver
2020-06-27 16:46:11 +02:00
Autechre
91775e493b
Merge pull request #10909 from WeedyWeedSmoker/iOS-update
[iOS] Update iOS Xcode projects
2020-06-27 16:44:55 +02:00
Autechre
dca50bacb2
Merge pull request #10926 from fpscan/master
Update tgbdual.png
2020-06-27 16:44:24 +02:00
Ömercan Kömür
42f97453d5 Update tgbdual.png
re-upload
2020-06-27 17:38:28 +03:00
twinaphex
408f40f413 Cut down on some callocs 2020-06-27 16:36:08 +02:00
Autechre
ecc41fc59c
Merge pull request #10924 from benklop/master
Non-X11 lightgun support
2020-06-27 16:20:08 +02:00
twinaphex
4bd8c2a7ff Avoid calloc where possible 2020-06-27 15:06:45 +02:00
twinaphex
5783494e13 (libretro-common) Cleanups 2020-06-27 14:55:08 +02:00
twinaphex
c3f8b7741c Add fallback paths for nbio_stdio.c 2020-06-27 14:07:41 +02:00
twinaphex
c1275cc83d Cleanups 2020-06-27 13:58:15 +02:00
twinaphex
b0b588a56a (VFS) Add fseeko/ftello support 2020-06-27 13:41:59 +02:00
twinaphex
5b9a51d353 (CTR) tgbdual.png - image needs to be exactly 48x48 or else
it will error out
2020-06-27 04:20:49 +02:00
Ben Klopfenstein
17465462b8 X11 lightgun support 2020-06-26 19:47:43 -06:00
twinaphex
f16f3d2968 Add 'Ignore null drivers' setting 2020-06-27 03:00:28 +02:00
twinaphex
e0c442c99a input_list_element_constructor - turn it into malloc 2020-06-27 02:02:01 +02:00
twinaphex
73199d5df3 (MaterialUI) Use malloc 2020-06-27 01:52:00 +02:00
twinaphex
1e67b4c04a (gx_widgets) Use malloc instead of calloc 2020-06-27 01:25:48 +02:00
twinaphex
f420c2c843 Change menu_widget_msg_t to disp_widget_msg_t 2020-06-27 01:15:21 +02:00
twinaphex
035d7dad12 Go through utf8 to utf16 functions 2020-06-27 01:10:45 +02:00
twinaphex
0946604627 (Qt) Only call log_msg when the Qt companion UI window is active 2020-06-26 21:45:09 +02:00
twinaphex
1b86ea43c3 Try to use vsnprintf where possible instead of vsprintf 2020-06-26 20:56:14 +02:00
Autechre
5f607f5809
Merge pull request #10922 from jdgleaver/playlist-config
Refactor playlist struct configuration
2020-06-26 20:35:39 +02:00
twinaphex
5e3b353987 (libretro-db) Avoid callocs when possible 2020-06-26 20:24:05 +02:00
twinaphex
1ae20ea17c Style nits - turn macro names into upper-case - some while style nits 2020-06-26 20:00:19 +02:00
twinaphex
fa50695b89 Cleanups 2020-06-26 19:25:53 +02:00
jdgleaver
5aeb479a31 DISABLE_NETWORKING buildfix 2020-06-26 18:09:08 +01:00
twinaphex
966348327d Cleanups 2020-06-26 19:07:38 +02:00
twinaphex
808c00db41 (drivers_shader) Move static functions to top of files 2020-06-26 18:54:30 +02:00
twinaphex
80581f14a8 Revert "Revert "Cleanups""
This reverts commit 1fda1e0b28.
2020-06-26 18:44:38 +02:00
twinaphex
021625fd4a Revert "Move static functions to top of files"
This reverts commit 02b542e2a5.
2020-06-26 18:40:26 +02:00
twinaphex
efd98108c6 Revert "configuration.c - move static functions to top of file"
This reverts commit c0f3c5d083.
2020-06-26 18:40:20 +02:00
twinaphex
1fda1e0b28 Revert "Cleanups"
This reverts commit a9c8cf205d.
2020-06-26 18:39:34 +02:00
twinaphex
a9c8cf205d Cleanups 2020-06-26 18:28:58 +02:00
twinaphex
c0f3c5d083 configuration.c - move static functions to top of file 2020-06-26 18:25:12 +02:00
twinaphex
02b542e2a5 Move static functions to top of files 2020-06-26 18:15:38 +02:00
twinaphex
011806bce8 Cleanups 2020-06-26 17:45:35 +02:00
twinaphex
3aafed5030 Cleanups 2020-06-26 17:37:09 +02:00
twinaphex
0bb6fafac5 Revert "(Ozone) Cleanups"
This reverts commit ac601e6aeb.
2020-06-26 17:27:45 +02:00
twinaphex
ac601e6aeb (Ozone) Cleanups 2020-06-26 17:21:32 +02:00
twinaphex
e4c187b718 xmb_render - Make it more similar to materialui_render 2020-06-26 16:57:54 +02:00