15578 Commits

Author SHA1 Message Date
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
twinaphex
3098816ae1 Start documenting file_extract.c 2015-01-09 15:46:22 +01:00
twinaphex
0bcbf5d972 Cleanups 2015-01-09 15:33:58 +01:00
Swizzy
935a6c5a8f (XDK360) Dynamic XUI Text Width/Position
Dynamically change the width of the left and right text
Dynamically change the position of the right text
2015-01-09 12:36:44 +01:00
twinaphex
3aca3bceb9 (Menu) Implement action_cancel 2015-01-09 04:43:24 +01:00
twinaphex
82025586fe Add action_cancel to callbacks 2015-01-09 03:49:14 +01:00
twinaphex
8ae9f9daf3 Cleanups 2015-01-09 03:45:18 +01:00
twinaphex
102ec37365 netplay.c - get rid of a bunch of forward declarations 2015-01-09 03:21:47 +01:00
twinaphex
a771b61fd6 Simplify netplay.c - and move variables to top of functions 2015-01-09 03:11:27 +01:00
twinaphex
d4a08d7ec7 (netplay.c) Simplify init_tcp_connection 2015-01-09 03:00:24 +01:00
twinaphex
8ce32e01cd Add documentation for autosave.c and turn some functions static 2015-01-09 02:53:08 +01:00
twinaphex
886e6f3f1e Start adding documentation for performance.c 2015-01-09 02:37:46 +01:00
twinaphex
953120e5ab Add previous prototypes to settings_data.h to avoid warnings in OSX 2015-01-09 02:16:42 +01:00
twinaphex
9f764b1241 Add default case to config_get_default_*driver* functions 2015-01-09 02:15:12 +01:00
twinaphex
3521bfadd9 Some cleanups 2015-01-09 02:12:08 +01:00
twinaphex
41b5ae5dd6 (core_options.c) Small change 2015-01-09 02:06:41 +01:00
twinaphex
2929073a42 Document frontend.c 2015-01-09 01:55:10 +01:00
twinaphex
6abd887fc8 Document audio/utils.c 2015-01-09 01:43:57 +01:00
twinaphex
97f0d94c30 Declare variables at top of function 2015-01-09 01:31:36 +01:00