Commit Graph

31001 Commits

Author SHA1 Message Date
twinaphex
f975938394 Create LUT table for path settings 2016-07-24 07:14:24 +02:00
twinaphex
aa32b71c9c Fix earlier regression with float settings LUT and create string
settings LUT
2016-07-24 06:07:24 +02:00
twinaphex
0b4ca23f43 Rearrange config_set_string/config_set_path - create
float setting LUT
2016-07-24 05:57:20 +02:00
twinaphex
61f2777ef6 Create float settings LUT table 2016-07-24 05:50:36 +02:00
twinaphex
7f01ec9b79 Add more int settings 2016-07-24 05:08:04 +02:00
twinaphex
6e9d8d369f Create settings int LUT table 2016-07-24 05:01:11 +02:00
twinaphex
43d483b14e Add more bool settings to settings LUT 2016-07-24 04:37:46 +02:00
twinaphex
5900bbf5a4 Add more boolean settings 2016-07-24 02:18:57 +02:00
twinaphex
7947fa9152 Start adding boolean settings for saving to the array 2016-07-24 02:15:07 +02:00
Twinaphex
580c4a5b28 Merge pull request #3265 from Themaister/master
Vulkan: Implement swap_interval > 1.
2016-07-24 00:41:08 +02:00
Hans-Kristian Arntzen
f54b0c0ff0 Vulkan: Implement swap_interval > 1.
We have to fake it by duping since Vulkan has no native support for
this.
2016-07-24 00:34:48 +02:00
Twinaphex
bcd73b4a79 Merge pull request #3264 from Themaister/master
Vulkan: Implement BFI.
2016-07-24 00:12:26 +02:00
Hans-Kristian Arntzen
8c1b935969 Vulkan: Implement BFI. 2016-07-24 00:07:32 +02:00
Twinaphex
29314d476f Merge pull request #3263 from Themaister/master
Vulkan: Fix various bugs with slang implementation.
2016-07-23 23:58:54 +02:00
Hans-Kristian Arntzen
e35191765c Vulkan: Fix PassOutput.
Oddly enough it worked during testing, but turns out it was never set
:')
2016-07-23 23:39:57 +02:00
Hans-Kristian Arntzen
4b7cadbae7 Vulkan: Fix silly bug with alias handling. 2016-07-23 23:23:22 +02:00
Twinaphex
36f9d3c66b Merge pull request #3262 from Themaister/master
Vulkan: Fix wrong error handling for missing file.
2016-07-23 23:01:27 +02:00
Hans-Kristian Arntzen
2174f7d99b Vulkan: Fix wrong error handling for missing file.
Apparently 0/1 is returned instead of 0/-1.
2016-07-23 21:59:17 +02:00
twinaphex
31a88f70e7 Start refactoring some settings 2016-07-23 14:59:07 +02:00
twinaphex
066832c8a2 Cleanups / start going through config_get_active_core_path 2016-07-23 14:37:20 +02:00
twinaphex
a6aa0b8e0c Cleanups 2016-07-23 14:29:57 +02:00
twinaphex
ee87ef0ae9 Turn path_core_specific_config into static variable 2016-07-23 14:27:17 +02:00
twinaphex
3fd8d0e1d2 Start using config_get_active_path 2016-07-23 14:22:04 +02:00
twinaphex
0c17c08bee Cleanup 2016-07-23 14:18:42 +02:00
twinaphex
6ffa5ab6b2 Create config_get_active_path 2016-07-23 14:18:17 +02:00
twinaphex
8f720541c9 Use fill_pathname_join_delim 2016-07-23 14:02:23 +02:00
twinaphex
61fe38bf6d Add log message 2016-07-23 13:04:07 +02:00
Twinaphex
60a4bbabc3 Merge pull request #3260 from Ezio-PS/master
Add compression for dex ps3 build
2016-07-23 12:25:32 +02:00
Ezio-PS
e6bee8b591 Add compression for dex ps3 build 2016-07-23 12:05:02 +02:00
twinaphex
3a10dff94f task_image.c - go through file_path_str 2016-07-23 11:28:24 +02:00
twinaphex
0506684e9f Cleanup 2016-07-23 11:22:13 +02:00
twinaphex
3f74927225 Build up supported shader passes/presets dynamically 2016-07-23 11:16:07 +02:00
twinaphex
64d8689a57 Build up image extensions dynamically 2016-07-23 11:13:05 +02:00
twinaphex
7bfa254c67 Improve black square bug commit 2016-07-23 09:55:02 +02:00
twinaphex
3945b79161 This should hide the 'black square' bug 2016-07-23 09:48:29 +02:00
twinaphex
7ef4f5a717 Cleanup 2016-07-23 08:53:19 +02:00
twinaphex
1633cd8701 Save libretro_path for non-HAVE_DYNAMIC 2016-07-23 08:06:49 +02:00
twinaphex
282dbf0b38 (PS3) Should get playlist entries working again - now we need to
propagate the core path to the playlist correctly
2016-07-23 07:47:05 +02:00
twinaphex
aae99faf12 (Non-HAVE_DYNAMIC) should correctly call retro_unload_game and
core_deinit now when we select 'Close Content'
2016-07-23 07:13:21 +02:00
twinaphex
3669d44de9 Create core_uninit_symbols function 2016-07-23 07:06:32 +02:00
twinaphex
d98fad0d98 Simplify free_drm_resources 2016-07-23 06:05:21 +02:00
twinaphex
8abb90ccf1 (ffmpeg_core) Try to avoid data race condition errors in Coverity 2016-07-23 06:01:37 +02:00
twinaphex
7dfca3208c We shouldn't flush 2016-07-23 05:52:24 +02:00
twinaphex
d4a3d90fff (xmb.c) use fill_pathname_join_delim 2016-07-23 04:36:22 +02:00
twinaphex
55a9ad68a3 Start using fill_pathname_join_delim 2016-07-23 04:30:35 +02:00
Twinaphex
af9b9411d2 Merge pull request #3258 from sronsse/fixes_for_team
task content: Display OSD loading message prior to loading content
2016-07-23 03:17:15 +02:00
twinaphex
cb563a9256 (configuration.c) Use string_is_empty 2016-07-23 03:13:24 +02:00
Sebastien Ronsse
2f23781cfd task content: Display OSD loading message prior to loading content 2016-07-23 11:12:06 +10:00
twinaphex
2a883caf17 Buildfix 2016-07-23 02:53:48 +02:00
twinaphex
1ebeeeb725 (PS3) Playlists and history lists should save now again;
(HAVE_DYNAMIC not defined) libretro_path should get read from config file
to prevent instance where settings->path.libretro is empty, which lead to
history not being able to be pushed to
(History/Playlists) If we don't have core info files and core_name
is therefore blank, we should attempt
a fallback path so that it infers the name from the core basename instead
2016-07-23 00:15:37 +02:00