Commit Graph

15296 Commits

Author SHA1 Message Date
twinaphex
11c4f04d13 (core_info.c) Minor cleanups 2015-01-10 04:10:02 +01:00
twinaphex
aa0b6c0f10 (Menu) Some cleanups 2015-01-10 04:06:56 +01:00
twinaphex
3a884262cb (GL) Move declaration of variables to top of functions 2015-01-10 03:48:03 +01:00
twinaphex
88f1dd0443 (GLX/X11) Some simplifications 2015-01-10 03:30:23 +01:00
twinaphex
999e5082f7 (drm_egl_ctx.c) Some simplifications 2015-01-10 03:25:44 +01:00
twinaphex
ffb87e5ab4 (gfx/shader) Declare variables at top of functions 2015-01-10 03:04:10 +01:00
twinaphex
94f6889d2d (shader_parse.c) declare variables at top of function 2015-01-10 02:44:04 +01:00
twinaphex
498958b08e Cleanup rarch_main_command somewhat 2015-01-10 02:06:51 +01:00
twinaphex
264c03cd27 CLeanup some dodgy tertiary conditional stuff 2015-01-10 01:40:50 +01:00
twinaphex
2743638b4e (udev_input.c) Some simplifications 2015-01-10 01:34:16 +01:00
twinaphex
77e9a97d13 (udev) Declare variables at top of function, C-style comments 2015-01-10 01:32:09 +01:00
twinaphex
326f940082 Cleanup overlay_new comment 2015-01-10 01:03:05 +01:00
Twinaphex
ce46057b5e (Apple) Build fix 2015-01-10 01:00:45 +01:00
twinaphex
9778801335 Start documenting overlay.c 2015-01-10 00:59:05 +01:00
twinaphex
5bac1cdb18 (input/overlay.c) Declare variables at top of function 2015-01-10 00:21:27 +01:00
twinaphex
575678dbb1 Remove unused back_button_enums for Android 2015-01-10 00:09:10 +01:00
twinaphex
a8260a450f inut_autodetect.c - declare variables at top of function 2015-01-10 00:06:49 +01:00
twinaphex
05cef19e98 Document input_context.c 2015-01-10 00:03:04 +01:00
twinaphex
045a27bdcd (input_common.c) Move declaration of variables to top of function 2015-01-09 23:55:29 +01:00
twinaphex
74b220b711 gfx/video_thread_wrapper.c - Declare variables at top of functions 2015-01-09 23:44:53 +01:00
twinaphex
4d7d58930c Document gfx_context.c 2015-01-09 23:32:32 +01:00
twinaphex
2162e9b998 Cleanup frontend_context.h 2015-01-09 23:20:42 +01:00
twinaphex
e28f7c4862 Start documenting resampler.c 2015-01-09 23:04:05 +01:00
twinaphex
2ba1a3a527 Start documenting audio_thread_wrapper.c
Also - early returns if thr is NULL, and move declaration of
variables to top
2015-01-09 22:47:53 +01:00
twinaphex
500aa292f5 More documentation for runloop.c 2015-01-09 22:24:38 +01:00
twinaphex
42b990fd09 Nit/cleanup 2015-01-09 22:03:33 +01:00
twinaphex
1c25daf578 Start documenting core_options.c 2015-01-09 22:01:19 +01:00
twinaphex
a4d0ab0607 Start documenting menu_common.c 2015-01-09 21:54:08 +01:00
twinaphex
38fdfe2f47 rewind.c - declare variables at top 2015-01-09 21:39:44 +01:00
twinaphex
af657a3b47 Start documenting dynamic.c 2015-01-09 21:30:07 +01:00
twinaphex
9487594aea Start documenting driver.c 2015-01-09 21:07:32 +01:00
twinaphex
418f248af3 Move rarch_main_wrap struct to retroarch.h 2015-01-09 18:53:16 +01:00
twinaphex
a10435a476 Remove general.c and move functions to retroarch.c 2015-01-09 18:48:03 +01:00
twinaphex
1ddf138860 Move rarch_main_init_wrap to retroarch.c 2015-01-09 18:44:57 +01:00
twinaphex
76c392718f Create runloop.h 2015-01-09 18:40:33 +01:00
twinaphex
357555e1cd Add documentation for netplay 2015-01-09 18:34:00 +01:00
twinaphex
2909039e57 Add documentation to frontend_context.c 2015-01-09 18:11:33 +01:00
twinaphex
0121e240d7 (Salamander) Fix GX/Wii build 2015-01-09 18:05:20 +01:00
twinaphex
99c9afa5cd Update PATH_MAX to PATH_MAX_LENGTH 2015-01-09 18:04:29 +01:00
twinaphex
215042cdbb (rarchdb) Silence some warnings 2015-01-09 17:55:56 +01:00
twinaphex
8fc4db23dc (360) Silence some warnings 2015-01-09 17:48:20 +01:00
Twinaphex
4bc5b57db6 (Apple) Some warning fixes 2015-01-09 17:44:00 +01:00
Twinaphex
9274a6a1ae Merge pull request #1331 from Swizzy/master
Some XDK360 fixes
2015-01-09 17:41:11 +01:00
twinaphex
ec22bada36 Add retroarch.h header 2015-01-09 17:40:47 +01:00
Swizzy
82f94d1567 (XDK360) Disable XUI User Input 2015-01-09 17:38:33 +01:00
twinaphex
3249e5b8ff settings.c - cleanups 2015-01-09 16:59:19 +01:00
twinaphex
f52579019a Fixup zlib_file_size early return 2015-01-09 16:57:04 +01:00
twinaphex
8f511815d1 Create new header 'settings.h' 2015-01-09 16:56:21 +01:00
twinaphex
6dcef0e0d2 More documentation for settings_data.c 2015-01-09 16:45:58 +01:00
twinaphex
b1aeb9806b settings_data.c - cleanups 2015-01-09 16:22:56 +01:00