twinaphex
8eca08c6ac
Start using string_is_equal_fast/string_is_not_equal_fast macros
...
instead of straight memcmp
2017-05-16 03:20:59 +02:00
Andrés
98a79f2279
Update CHANGES.md
2017-05-15 20:13:39 -05:00
Twinaphex
c035f9597a
Merge pull request #4921 from fr500/master
...
NETPLAY menu improvements
2017-05-16 03:00:19 +02:00
twinaphex
7e89335392
(task_wifi.c) Prevent memory leak for title
2017-05-16 02:52:30 +02:00
twinaphex
8e76c4a131
Prevent title memory leak
2017-05-16 02:48:54 +02:00
radius
c783dbff28
remove some more code duplication, lan rooms now show up correctly on left-right
2017-05-15 19:45:23 -05:00
Brad Parker
b8cf967914
utf8 bom fixes for msvc
2017-05-15 20:41:04 -04:00
radius
4710bfcf43
split this function to avoid some code duplication
2017-05-15 19:25:56 -05:00
radius
a98033f375
make the --start netplay host-- entry context sensitive
2017-05-15 18:58:46 -05:00
twinaphex
2f9eb86a59
Cleanup
2017-05-16 00:02:26 +02:00
twinaphex
c21abd28f8
Implement audio_mixer_stopped differently
2017-05-15 23:15:22 +02:00
twinaphex
b8cea125e4
Create stub function for looping sounds
2017-05-15 23:03:54 +02:00
Jean-André Santoni
8e47e7e8b3
Fix #4920
2017-05-15 21:24:27 +02:00
twinaphex
eddb655eb9
Split off user_language from settings struct
2017-05-15 20:41:04 +02:00
twinaphex
15142be8ee
Cleanups
2017-05-15 20:30:37 +02:00
twinaphex
6b4d4447b2
Cleanups
2017-05-15 20:24:12 +02:00
twinaphex
69f9bc840d
Remove unused variable
2017-05-15 19:16:40 +02:00
twinaphex
7bf34c48a9
Cal xmb_list_get_selection only once
2017-05-15 19:00:24 +02:00
Jean-André Santoni
17837ec81d
Display thumbnails in the Database Manager
2017-05-15 13:05:33 +02:00
twinaphex
63762e8850
(menu_input.c) Cleanups
2017-05-15 11:34:12 +02:00
twinaphex
5fc5cb4962
Cleanups
2017-05-15 11:25:45 +02:00
Twinaphex
2becbaf4e2
Merge pull request #4917 from aliaspider/master
...
Vulkan: font driver updates.
2017-05-15 11:24:42 +02:00
twinaphex
67610b8263
Update task_audio_mixer.c
2017-05-15 11:07:12 +02:00
twinaphex
375b588847
Cleanups
2017-05-15 09:29:44 +02:00
twinaphex
d28ec842f3
Add menu_driver_push_list
2017-05-15 08:29:47 +02:00
twinaphex
575095c8e6
Add menu_driver_load_image
2017-05-15 08:21:02 +02:00
twinaphex
076a83a62b
Remove some RARCH_MENU_CTL_ actions
2017-05-15 08:03:35 +02:00
twinaphex
f584d1cea5
Add menu_driver_populate_entries
2017-05-15 07:59:24 +02:00
twinaphex
1fef134f04
Create menu_driver_navigation_set
2017-05-15 07:56:22 +02:00
aliaspider
b503407abb
Vulkan: font driver updates.
...
- submit font texture staging_to_dynamic copy with a seperate command
buffer. fixes a validation issue caused by using vkCmdCopyImage during a
render pass.
- limit copies to updated glyphs.
2017-05-15 05:52:38 +01:00
aliaspider
36137d22e5
Vulkan: use the command buffer provided as parameter in
...
vulkan_copy_staging_to_dynamic.
2017-05-15 05:35:17 +01:00
twinaphex
d01b81749d
Cleanups
2017-05-15 05:32:23 +02:00
twinaphex
a0256fa321
Update CHANGES.md
2017-05-15 05:21:28 +02:00
twinaphex
bf3188eac4
Combine runloop_ctl and rarch_ctl
2017-05-15 05:06:23 +02:00
twinaphex
06f3feec61
Cleanups
2017-05-15 04:39:09 +02:00
twinaphex
160c8167d6
Cleanups
2017-05-15 04:36:48 +02:00
twinaphex
e2c7671e9f
Create rarch_menu_running/rarch_menu_running_finished
2017-05-15 04:31:40 +02:00
twinaphex
c70916ca31
Move callback to menu_displaylist.c
2017-05-15 02:57:47 +02:00
twinaphex
b9148c1d70
Cleanups
2017-05-15 02:50:14 +02:00
twinaphex
8bdcb2f123
Push callback to task_push_wifi_scan
2017-05-15 02:44:24 +02:00
twinaphex
56fb642119
Rewrite task_netplay_lan_scan.c - pass callback function to task
2017-05-15 02:09:26 +02:00
Twinaphex
0655b49408
Merge pull request #4916 from aliaspider/master
...
Vulkan: Add unicode support.
2017-05-15 01:41:55 +02:00
aliaspider
1122a7c585
Vulkan: Add unicode support.
2017-05-15 00:37:50 +01:00
twinaphex
c898ef1d6d
Attempt to copy over audio mixer data
2017-05-15 01:28:46 +02:00
Twinaphex
ba5f7ff5e4
Merge pull request #4915 from leiradel/master
...
Fix the parameter name
2017-05-15 00:26:27 +02:00
Andre Leiradella
9f5ec1cc42
Fix the parameter name
2017-05-14 23:14:09 +01:00
twinaphex
b4e3a22fe6
Update
2017-05-14 23:59:06 +02:00
twinaphex
949a5c76fe
Cleanup
2017-05-14 23:58:48 +02:00
twinaphex
6741423410
Fix mistake
2017-05-14 23:46:02 +02:00
twinaphex
3410d5c4e4
Cleanups
2017-05-14 23:36:30 +02:00