Commit Graph

26568 Commits

Author SHA1 Message Date
Twinaphex
6f49139eba (OSX) Buildfix 2016-01-21 04:02:15 +01:00
twinaphex
ee74f697cd Rename setting 'Don't automatically start a core' to 'Automatically start core' 2016-01-21 03:56:02 +01:00
twinaphex
112f564a8f Change setting 2016-01-21 03:49:06 +01:00
twinaphex
99fe70a189 Fix crash in RETRO_ENVIRONMENT_SET_KEYBOARD_CALLBACK 2016-01-21 03:46:43 +01:00
twinaphex
f4d3f47a0a Turn config_save_keybinds into static function, if 0 it out since
it is not used right now
2016-01-21 03:43:32 +01:00
twinaphex
42d0c1f213 Turn function into static one 2016-01-21 03:39:05 +01:00
twinaphex
2e6f71ee6b nits 2016-01-21 03:35:06 +01:00
twinaphex
ae2f6f06a0 rarch_task_push_dbscan - prevent possible memleaks 2016-01-21 03:25:00 +01:00
twinaphex
a187382ecf Nit 2016-01-21 03:23:14 +01:00
twinaphex
89481d6d2e Plug potential memleaks in rarch_task_push_http_transfer 2016-01-21 03:22:17 +01:00
twinaphex
1f039b53f3 (task_http.c) Cleanups/plug possible memory leaks 2016-01-21 03:19:14 +01:00
twinaphex
e8d86ef013 Cleanups/indents 2016-01-21 03:16:48 +01:00
twinaphex
c9fc8cd7d3 rarch_task_push_decompress - deal with possible memory leaks 2016-01-21 03:14:22 +01:00
twinaphex
f9e389ac56 (Makefile.common) Rearrange conditional 2016-01-21 03:11:00 +01:00
twinaphex
fbd2e9aa84 Use string_is_equal more 2016-01-21 02:48:00 +01:00
twinaphex
89b7fb5380 (content.c) Create error goto 2016-01-21 02:41:29 +01:00
twinaphex
33c47f3d39 Remove TODO 2016-01-21 02:39:06 +01:00
twinaphex
9095399aa8 (task_decompress.c) Use path_is_directory 2016-01-21 02:36:58 +01:00
twinaphex
25d63c3167 Get rid of some implicit memsets 2016-01-21 02:19:38 +01:00
twinaphex
6bf373a7c7 Divorce frontend_key_event from global variable 2016-01-21 01:52:02 +01:00
Alcaro
0d77ac3977 Fix code style mismatch. 2016-01-21 01:31:38 +01:00
Alcaro
1229ee0f1b Fix C89 build. 2016-01-21 01:27:49 +01:00
Alcaro
79b3794b93 Rewrite this for fewer malloc. 2016-01-21 01:24:29 +01:00
Alcaro
c48dee0d7b If strequal checks for NULL, then striequal should too. 2016-01-21 01:09:05 +01:00
Alcaro
79edafc3aa Clean up those functions a bit. 2016-01-21 01:08:37 +01:00
Twinaphex
82dc569497 Simplify sring_is_empty 2016-01-21 01:04:07 +01:00
Twinaphex
447468a39d Change string_is_equal_noncase to just a strcasecmp wrapper for now 2016-01-21 01:00:47 +01:00
Twinaphex
9e2be63b75 Don't bake this in for __MACH__ 2016-01-21 00:56:47 +01:00
radius
89d9336b08 fix some shaders in GL 2016-01-20 18:52:24 -05:00
radius
c32a5c8003 add slideshow mode to imageviewer core 2016-01-20 15:40:08 -05:00
twinaphex
63e2d13b8f Create string_is_equal_noncase - try not to use strcasecmp so much 2016-01-20 17:34:19 +01:00
Twinaphex
de513211dc Update input_autodetect.c 2016-01-20 13:28:13 +01:00
twinaphex
09f06613ee (rewind.c) Cleanups - turn functions into static functions that were not used outside 2016-01-20 06:42:01 +01:00
twinaphex
644649853f CLeanup 2016-01-20 06:21:46 +01:00
twinaphex
157eb71606 Use string_is_equal more 2016-01-20 06:16:55 +01:00
twinaphex
b638b9bee8 Cleanup 2016-01-20 06:11:47 +01:00
twinaphex
d45fd36a0b Cleanup 2016-01-20 06:05:49 +01:00
twinaphex
da124969fa More string_is_equal 2016-01-20 06:05:19 +01:00
twinaphex
6cb55231d9 use more string_is_equal 2016-01-20 05:21:52 +01:00
twinaphex
16c48fdc86 Start using string_is_equal more 2016-01-20 04:59:39 +01:00
twinaphex
528a03f6f4 Use string_is_equal more 2016-01-20 04:54:17 +01:00
twinaphex
64e43a9935 Start using string_is_equal in more places 2016-01-20 04:14:55 +01:00
twinaphex
a767031651 Use string_is_equal in more places 2016-01-20 04:11:25 +01:00
twinaphex
454abdee48 stdstring - create string_is_equal 2016-01-20 04:07:24 +01:00
twinaphex
da2ce48fb2 Silence warning 2016-01-20 03:44:01 +01:00
twinaphex
e1ab34d884 Cleanups 2016-01-20 03:38:08 +01:00
twinaphex
9017fe8c50 Simplify this code 2016-01-20 03:32:03 +01:00
twinaphex
3abbe15637 Fix 'Dummy on Core Shutdown' setting 2016-01-20 03:31:19 +01:00
twinaphex
6c5b2ff0b5 Turn corrent_core_type into static variable 2016-01-20 03:15:50 +01:00
twinaphex
3190d8aba2 Create RARCH_CTL_IS_PLAIN_CORE 2016-01-20 03:10:52 +01:00