Commit Graph

19751 Commits

Author SHA1 Message Date
twinaphex
bfcf1a7288 Revert "Make some functions static"
This reverts commit 6b04db075d.
2015-06-03 10:13:25 +02:00
twinaphex
6b04db075d Make some functions static 2015-06-03 10:13:03 +02:00
twinaphex
ae41de8d57 Move djb2 to hash.c 2015-06-03 09:46:13 +02:00
twinaphex
58a8004d38 Cleanup 2015-06-03 09:44:41 +02:00
twinaphex
d56ccd2014 setting_bool_action_ok_exit - cleanup 2015-06-03 09:38:06 +02:00
twinaphex
4169f066fc (menu_setting.c) Simplifications 2015-06-03 09:33:08 +02:00
twinaphex
1f28ebae9a Simplifications 2015-06-03 09:29:18 +02:00
twinaphex
7ec64e804e Create setting_get_string_representation_default 2015-06-03 09:07:20 +02:00
twinaphex
f02bd33f1e (menu_setting.c) Cleanups 2015-06-03 09:03:57 +02:00
twinaphex
354f0ac1a7 (menu_entries_cbs.c) Cleanups 2015-06-03 08:52:34 +02:00
twinaphex
f9cb0bc1e1 (database_info.c) Cleanups 2015-06-03 08:48:20 +02:00
twinaphex
e3bc375b7a Cleanups 2015-06-03 08:22:50 +02:00
Twinaphex
2a6ffa2315 Merge pull request #1739 from leiradel/master
swap series of strcmp with hash-based switch
2015-06-03 07:44:25 +02:00
Andre Leiradella
0bdaab2d89 swap series of strcmp with hash-based switch 2015-06-02 19:36:49 -03:00
twinaphex
680aacae89 Fixes 2015-06-02 21:41:09 +02:00
Twinaphex
784b1e2e40 (Apple) buildfixes 2015-06-02 21:39:06 +02:00
twinaphex
ecedbce8a5 Get rid of some more code duplication 2015-06-02 21:34:27 +02:00
twinaphex
b8c4b08d81 Start using setting_set_with_string_representation more 2015-06-02 21:31:49 +02:00
twinaphex
bfdd2dcaaf Cut down on some code duplication 2015-06-02 21:20:58 +02:00
twinaphex
d844f1eb7d Make setting_reset_setting static 2015-06-02 21:17:30 +02:00
twinaphex
99960089ec Use setting_reset_setting 2015-06-02 21:15:49 +02:00
twinaphex
4ea8caa78c Turn menu_setting_get_ptr static 2015-06-02 21:09:32 +02:00
twinaphex
7979198f08 (Android) Build fix #2 2015-06-02 20:41:14 +02:00
twinaphex
8145662676 (Android) Buildfix #1 2015-06-02 20:40:42 +02:00
twinaphex
27eec6e639 Get rid of superfluous HAVE_MENU ifdefs 2015-06-02 20:39:33 +02:00
twinaphex
bc953d3a1b Move settings code entirely to menu 2015-06-02 20:26:27 +02:00
twinaphex
55ec66020e (CGL Ctx) Add TODO/FIXME note 2015-06-02 19:11:01 +02:00
twinaphex
ff48e9a3f7 Rename 'Configurations' to 'Configuration Files' 2015-06-02 19:06:43 +02:00
twinaphex
74bb85fe7c (RGUI) Indent nits 2015-06-02 19:04:01 +02:00
twinaphex
ce7706bc7a (CGL Ctx) Get rid of some printfs 2015-06-02 18:58:42 +02:00
twinaphex
c188f06cef (CGL Ctx) Create custom typedef for CGWindowID - OSX 10.4 didn't yet
have this typedef
2015-06-02 18:55:46 +02:00
twinaphex
0cbd1f0882 Don't define HAVE_GL_ASYNC_READBACK if GL_PIXEL_PACK_BUFFER is not
defined
2015-06-02 18:51:42 +02:00
twinaphex
c8c4dcfda7 Define NS_INLINE if it does not exist 2015-06-02 18:47:08 +02:00
twinaphex
9d9b929ae4 Cleanups 2015-06-02 18:31:44 +02:00
twinaphex
0cfeff8e1e Cleanups 2015-06-02 18:28:51 +02:00
twinaphex
0825aa8ae3 (Libretro.h) Prevent mass amount of warnings due to 'attribute visibility' 2015-06-02 17:55:34 +02:00
Twinaphex
43448e6081 Prevent warning 2015-06-02 17:34:20 +02:00
twinaphex
70fc26677d Define GL_SYNC_ defines if not available 2015-06-02 17:31:43 +02:00
twinaphex
b965ac36ec (libretrodb) Prevent potential uninitialized variable members 2015-06-02 17:20:44 +02:00
twinaphex
559ddcac81 Get rid of unused variables 2015-06-02 17:20:14 +02:00
twinaphex
e67f3f246d Rearrange header include dependencies 2015-06-02 17:17:46 +02:00
twinaphex
9a18d49e15 Use setting_set_with_string_representation more 2015-06-02 17:05:04 +02:00
twinaphex
884517caff (settings.c) Cleanup 2015-06-02 17:00:47 +02:00
twinaphex
09e79d1fae Include retro_miscellaneous.h in general.h 2015-06-02 16:52:17 +02:00
twinaphex
7bb2e5f582 initialize timespec variable 2015-06-02 16:51:10 +02:00
twinaphex
4a37c4e020 Remove duplicate strcasestr 2015-06-02 16:49:35 +02:00
twinaphex
aac21b1d11 Add '__MACH__' to ifdef rule 2015-06-02 16:45:35 +02:00
twinaphex
7370095e3e Correct compat/strl.h 2015-06-02 16:39:43 +02:00
twinaphex
3746bc1351 (glsym_gl.h) Don't depend on 'OSX' define 2015-06-02 16:37:13 +02:00
Twinaphex
44a1789e3b Merge pull request #1738 from heuripedes/master
(qb) Add --disable-libretrodb
2015-06-02 16:34:39 +02:00