twinaphex
|
5fe397b48e
|
Start moving help messages over to enum
|
2016-07-24 12:36:02 +02:00 |
|
twinaphex
|
64897a9228
|
Take out another hash label
|
2016-07-24 12:14:06 +02:00 |
|
twinaphex
|
427df55913
|
Get rid of WELCOME_TO_RETROARCH label
|
2016-07-24 12:00:53 +02:00 |
|
twinaphex
|
ea809e0710
|
Add translated versions of menu_hash_get_help_pt_enum
|
2016-07-24 11:59:24 +02:00 |
|
twinaphex
|
8464156667
|
Remove excessive comments
|
2016-07-24 11:50:09 +02:00 |
|
twinaphex
|
f2fb8ec0f0
|
Create menu_hash_get_help_nl_enum
|
2016-07-24 11:48:19 +02:00 |
|
twinaphex
|
84291d2d3d
|
Create menu_hash_get_help_enum
|
2016-07-24 11:43:40 +02:00 |
|
twinaphex
|
a532bc2b0e
|
(PS3 Salamander) Silence unused variable warning
|
2016-07-24 11:33:44 +02:00 |
|
twinaphex
|
bd88b9d1d2
|
(Wii) Fix warnings / unused variables
|
2016-07-24 11:32:45 +02:00 |
|
twinaphex
|
16908435bb
|
Create config_active_core_path_is_empty
|
2016-07-24 11:27:44 +02:00 |
|
twinaphex
|
2be127c04a
|
Start wrapping settings->path.libretro
|
2016-07-24 11:12:26 +02:00 |
|
twinaphex
|
0a959ab047
|
(configuration.c) Rearrange
|
2016-07-24 10:49:38 +02:00 |
|
twinaphex
|
ab1292ddda
|
Create LUT table for float settings
|
2016-07-24 10:42:49 +02:00 |
|
twinaphex
|
d08901c6ac
|
Move more int settings to LUT table
|
2016-07-24 10:28:56 +02:00 |
|
twinaphex
|
6f923ab0ef
|
Only show Hard GPU Sync when GL driver is selected
|
2016-07-24 09:57:37 +02:00 |
|
twinaphex
|
ed1d86205d
|
Cleanup
|
2016-07-24 09:45:11 +02:00 |
|
twinaphex
|
efc52c3f74
|
Add int settings LUT table
|
2016-07-24 09:43:16 +02:00 |
|
twinaphex
|
1585e01e5c
|
Fix CXX_BUILD warnings
|
2016-07-24 09:24:09 +02:00 |
|
Twinaphex
|
5673468bb3
|
Get rid of unused variable
|
2016-07-24 09:18:51 +02:00 |
|
twinaphex
|
99572a9f92
|
Cleanups
|
2016-07-24 09:18:08 +02:00 |
|
twinaphex
|
fb2f08ffc5
|
Move more entries up
|
2016-07-24 09:12:23 +02:00 |
|
twinaphex
|
832b643983
|
Move CONFIG_GET_INT_BASE entries up
|
2016-07-24 09:10:10 +02:00 |
|
twinaphex
|
3e4ffb1db4
|
Cleanups
|
2016-07-24 08:54:38 +02:00 |
|
twinaphex
|
d8afdef463
|
Reorganize config_load_file
|
2016-07-24 08:52:03 +02:00 |
|
twinaphex
|
150d905b57
|
Start creating LUt tables for config loading too
|
2016-07-24 07:47:40 +02:00 |
|
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 |
|