Commit Graph

30605 Commits

Author SHA1 Message Date
twinaphex
eb4d8678e9 (XMB) Cleanups 2016-06-30 05:14:12 +02:00
twinaphex
83bafe1b19 Cleanups 2016-06-30 05:04:27 +02:00
twinaphex
543c188da6 Create fill_pathname_join_special_ext 2016-06-30 05:02:45 +02:00
twinaphex
5f71ecc1d1 Create fill_pathname_join_special_ext 2016-06-30 04:59:57 +02:00
twinaphex
5d7367e89a Create vec2_t/vec3_t typedefs 2016-06-29 19:42:41 +02:00
radius
a1cf6f29f4 fix map and remove stray printf 2016-06-29 12:23:26 -05:00
radius
24ec6928dc sleep for 4ms 2016-06-29 12:23:25 -05:00
twinaphex
3f8b1d04ed Reuse code 2016-06-29 18:54:40 +02:00
twinaphex
08f26fafbd Create FILE_PATH_OPT_EXTENSION 2016-06-29 18:45:12 +02:00
twinaphex
c83477cb62 Create FILE_PATH_REMAP_EXTENSION 2016-06-29 18:43:00 +02:00
twinaphex
a301562149 Dehardcode .cfg extension 2016-06-29 18:40:36 +02:00
twinaphex
668b4b5d26 Remove duplicate fill_string_concat 2016-06-29 18:14:42 +02:00
twinaphex
1226c71b98 Use fill_string_concat 2016-06-29 18:14:42 +02:00
Alcaro
2bd3e94e5e Apparently Coverity doesn't like this either. 2016-06-29 18:01:34 +02:00
twinaphex
a7e8707f7d Create fill_pathname_join_delim_concat 2016-06-29 17:51:25 +02:00
twinaphex
c38c28a0f5 Create fill_pathname_join_concat 2016-06-29 17:46:50 +02:00
twinaphex
eafce41a16 menu_setting.c - use fill_string_concat 2016-06-29 17:43:36 +02:00
twinaphex
f4ef5e82c2 Create and use fill_string_concat 2016-06-29 17:41:32 +02:00
twinaphex
037633cf33 Cleanups 2016-06-29 17:07:31 +02:00
radius
298b753e41 fix button map 2016-06-29 09:58:27 -05:00
Twinaphex
f53783dfe8 Merge pull request #3178 from lakkatv/master
Add .lutro scanning
2016-06-29 16:09:31 +02:00
twinaphex
4168e541c9 Bump up to 1.3.5, but don't yet tag 2016-06-29 15:10:08 +02:00
Jean-André Santoni
0f18ade02a Add .lutro scanning
When a file wih the .lutro extension is found, the ROM is added to Lutro.lpl. The name of the game is the name of the file without the extension.
2016-06-29 15:07:12 +02:00
Twinaphex
900fc57773 Merge pull request #3177 from natinusala/master
(gl_raster_font) Fixed the viewport issue
2016-06-29 14:51:20 +02:00
Nathan S
d79da7fc1f (gl_raster_font) Fixed the viewport issue 2016-06-29 14:22:30 +02:00
twinaphex
b8ac629fbf Get rid of dereference before null check warning 2016-06-29 12:19:23 +02:00
Twinaphex
397c8acd51 Merge pull request #3175 from lakkatv/master
Add start+select to the list of gamepad combos
2016-06-29 12:14:17 +02:00
twinaphex
3c7dc0a62e Try to silence more Coverity warnings 2016-06-29 12:13:40 +02:00
Jean-André Santoni
b409ced5ad Add start+select to the list of gamepad combos 2016-06-29 10:46:07 +02:00
Twinaphex
39778066dd Merge pull request #3174 from sronsse/fixes_for_team
command: Load dummy core on close only if core has not been initialized yet
2016-06-29 09:30:55 +02:00
Sebastien Ronsse
087e26bd2d command: Load dummy core on close only if core has not been initialized yet 2016-06-29 17:24:55 +10:00
radius
88784aa702 retropad cleanups and avoid sending 0s 2016-06-29 02:06:09 -05:00
twinaphex
8d7540c449 Move some variables around 2016-06-29 07:12:54 +02:00
twinaphex
7e55d0da17 (Net retropad) Prefix core option nams 2016-06-29 06:47:42 +02:00
twinaphex
417f3afdb0 retropad_update_input returns a value instead - get rid
of static global
2016-06-29 06:34:16 +02:00
twinaphex
982dd47f01 Translate a bunch of log strings 2016-06-29 03:06:15 +02:00
twinaphex
96bb85fb41 Replace more hardcoded strings 2016-06-29 02:44:27 +02:00
twinaphex
2a9bf91e0d Use MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE 2016-06-29 02:40:05 +02:00
Twinaphex
5d89bf970f Merge pull request #3172 from libretro/revert-3169-master
Revert "(gl_raster) Added fullscreen to restore_viewport"
2016-06-29 02:30:11 +02:00
Twinaphex
08dbbe1a55 Revert "(gl_raster) Added fullscreen to restore_viewport" 2016-06-29 02:30:05 +02:00
Twinaphex
d9a33dfe04 Merge pull request #3170 from leiradel/master
honor the tasks 'mute' property again
2016-06-29 02:16:00 +02:00
Andre Leiradella
50f538dc9e honor the tasks 'mute' property again 2016-06-28 17:02:01 -03:00
twinaphex
099be6ed2d Use noext versions of fill_path* functions 2016-06-28 13:13:36 +02:00
twinaphex
b593e73896 Use fill_pathname_base_noext 2016-06-28 13:10:34 +02:00
twinaphex
7647c9be59 Add noext versions 2016-06-28 13:08:03 +02:00
twinaphex
ca3eecf5c0 Create fill_pathname_join_noext 2016-06-28 13:05:46 +02:00
Twinaphex
51b2e920fe Merge pull request #3169 from natinusala/master
(gl_raster) Added fullscreen to restore_viewport
2016-06-28 12:56:14 +02:00
twinaphex
c03e566eba Create filL_short_pathname_representation_noext 2016-06-28 12:49:37 +02:00
twinaphex
0709f2b11b (libretro-common) (file_path.c) Cleanups 2016-06-28 12:43:50 +02:00
twinaphex
d94098cca1 Rename menu_file_type to msg_file_type 2016-06-28 12:19:18 +02:00