twinaphex
582bd50719
(cheevos.c) Cleanup
2016-06-27 08:00:49 +02:00
twinaphex
07ce0eabd9
Cleanup
2016-06-27 07:57:14 +02:00
twinaphex
5dd4c88011
Cleanup
2016-06-27 07:55:32 +02:00
twinaphex
5a77baf185
verbosity.c - cleanups
2016-06-27 07:52:48 +02:00
twinaphex
fd5d19eaab
Cleanup
2016-06-27 07:48:37 +02:00
twinaphex
a6a0960f77
Cleanup
2016-06-27 07:48:22 +02:00
twinaphex
4ddeda2511
Add additions to file_path_str
2016-06-27 07:47:15 +02:00
twinaphex
d6975325d9
Create more menu message string translations
2016-06-27 07:28:07 +02:00
twinaphex
f017c64220
Add FILE_PATH_CORE_INFO_EXTENSION
2016-06-27 07:18:02 +02:00
twinaphex
3cd76a6849
Cleanup
2016-06-27 07:02:22 +02:00
Twinaphex
a68a33c559
Remove unused variable
2016-06-27 06:43:47 +02:00
twinaphex
280ea0535f
(OSX) Bake in HAVE_NETWORKGAMEPAD
2016-06-27 06:42:03 +02:00
twinaphex
b990f34054
(iOS) Add network gamepad
2016-06-27 06:40:25 +02:00
twinaphex
465ac5707c
Add HAVE_NETWORKGAMEPAD
2016-06-27 06:38:47 +02:00
twinaphex
05fb0a1eeb
Push Quick Menu for net retropad core
2016-06-27 06:27:57 +02:00
Twinaphex
22331b5821
Merge pull request #3160 from sronsse/fixes_for_team
...
retroarch: Fix core type detection when cores are excplicitely set
2016-06-27 06:22:05 +02:00
Sebastien Ronsse
95ad02e742
retroarch: Fix core type detection when cores are excplicitely set
2016-06-27 14:13:09 +10:00
twinaphex
eea287d156
(BTStack HID) Create HAVE_DYNAMIC ifdefs
2016-06-27 01:11:49 +02:00
twinaphex
1a60d257ee
Remove menu_driver_toggle_binds
2016-06-27 00:46:05 +02:00
twinaphex
3a4a00ffe6
Comment this out for now until it works without breaking hotkey binds
2016-06-27 00:05:59 +02:00
twinaphex
7b460c14b7
Create menu_driver_toggle_binds
2016-06-26 22:50:00 +02:00
twinaphex
00ff63e0bb
Add NEED_CXX_LINKER
2016-06-26 21:26:21 +02:00
Twinaphex
3b9b54ba2d
Merge pull request #3156 from Themaister/master
...
Vulkan: Replace handcoded symbol loader
2016-06-26 18:06:39 +02:00
Hans-Kristian Arntzen
54c1759f45
Vulkan: Make a more general purpose symbol loader.
...
Avoids painful manual loading and wrapping function pointers everywhere
...
Reusable for cores, so move to libretro-common.
Also update built-in Vulkan headers.
2016-06-26 13:10:58 +02:00
twinaphex
7330f96946
Cleanup
2016-06-26 11:08:38 +02:00
Hans-Kristian Arntzen
1da2e2dbab
Vulkan: Hook up negotiation interface device creation.
2016-06-26 10:40:07 +02:00
Twinaphex
178b479072
Prevent crash at exit due to dereference of pointer
2016-06-26 10:39:27 +02:00
twinaphex
f6bbe69096
Use string_is_empty
2016-06-26 10:33:46 +02:00
twinaphex
961daf8067
Cleanup
2016-06-26 10:27:44 +02:00
twinaphex
020d7cec0a
Cleanup
2016-06-26 10:20:22 +02:00
Twinaphex
88cc0ce8bb
Remove unused variables
2016-06-26 10:17:25 +02:00
twinaphex
016983c9eb
Add FILE_PATH_RTC_EXTENSION
2016-06-26 10:15:25 +02:00
twinaphex
2dddc3fc88
Add FILE_PATH_LPL_EXTENSION
2016-06-26 10:12:28 +02:00
Hans-Kristian Arntzen
87d36489a1
Vulkan: Update test core shader build to glslc.
2016-06-26 10:03:33 +02:00
twinaphex
e9b39cc17f
Cleanups
2016-06-26 09:58:10 +02:00
Hans-Kristian Arntzen
6424f8efcf
Vulkan: Add get_application_info to Vulkan test core.
2016-06-26 09:57:37 +02:00
twinaphex
fcc238d310
Expand file_path_str
2016-06-26 09:56:55 +02:00
twinaphex
251f9021ad
(Menu) Implement page up / page down controls
2016-06-26 09:12:40 +02:00
twinaphex
f9b535ea91
Create Input Bind Timeout setting
2016-06-26 08:22:40 +02:00
twinaphex
9a5b13cccf
Remove menu_block_main_input
2016-06-26 08:13:22 +02:00
twinaphex
9f8b57baca
Remove PENDING_ACTION code - not used
2016-06-26 08:05:42 +02:00
twinaphex
e91136017e
Create retro_keybinds_menu - and change settings binds to this
...
when we toggle the menu
2016-06-26 08:02:29 +02:00
twinaphex
0d3955196d
Take out crappy hacks - if users want this they will just have to change
...
the default keybinds then
2016-06-26 07:50:16 +02:00
Hans-Kristian Arntzen
10a6d7a458
Vulkan: Begin hooking up negotiation interface.
2016-06-25 21:01:36 +02:00
Twinaphex
6ab368811f
Merge pull request #3152 from FIX94/master
...
some small code corrections for the video settings
2016-06-25 17:19:24 +02:00
Twinaphex
c794d89bcf
Merge pull request #3151 from Themaister/master
...
Vulkan maintenance and bug fixes.
2016-06-25 17:18:44 +02:00
FIX94
dc127f1555
fixed a typo in the video settings setup and added back display of the driver specific video settings
...
(GX) removed a compiler warning
2016-06-25 17:14:31 +02:00
Hans-Kristian Arntzen
b013a9c863
Vulkan: Replace prebaked shaders with glslc -mfmt=c.
...
Far more clean and avoids illegal punning.
2016-06-25 14:55:03 +02:00
Hans-Kristian Arntzen
596cd320c6
Vulkan: Update SPIRV-Cross and glslang.
2016-06-25 14:44:56 +02:00
Hans-Kristian Arntzen
3ee172c410
Fix memory leak with white texture.
2016-06-25 14:25:44 +02:00