Twinaphex
|
5e85c874ab
|
(Remapping) Simplify conditional and silence warning on OSX
|
2015-01-10 23:49:47 +01:00 |
|
twinaphex
|
9afaaa0ccc
|
(menu/disp) Declare variables at top of functions
|
2015-01-10 23:45:14 +01:00 |
|
twinaphex
|
2c0ad226cc
|
Add documentation to retroarch.c
|
2015-01-10 23:23:01 +01:00 |
|
twinaphex
|
73d4622b54
|
Create pre_state_checks
|
2015-01-10 22:51:03 +01:00 |
|
twinaphex
|
f87590b355
|
Remap only IDs between 0 and 16 for now. Fixes some button combo
issues with FBA.
|
2015-01-10 22:38:58 +01:00 |
|
twinaphex
|
49120c06c9
|
Push analog pad for every user
|
2015-01-10 22:31:14 +01:00 |
|
twinaphex
|
d6169e6ddc
|
Add more documentation to runloop.c
|
2015-01-10 21:47:30 +01:00 |
|
twinaphex
|
75b6ed9545
|
Some more documentation for input_common.c
|
2015-01-10 21:17:34 +01:00 |
|
twinaphex
|
e707c401c8
|
More documentation for input/input_joypad.c
|
2015-01-10 20:48:26 +01:00 |
|
twinaphex
|
34bf60cf51
|
Start documenting input_joypad.c
|
2015-01-10 20:34:37 +01:00 |
|
twinaphex
|
293319c890
|
Less header includes in input_joypad.h
|
2015-01-10 20:11:57 +01:00 |
|
twinaphex
|
b4b81bd740
|
Split up input_common.c into two files - input_joypad.c and
input_common.c
|
2015-01-10 20:10:45 +01:00 |
|
twinaphex
|
c6b6a06859
|
(udev_joypad.c) Declare variables at top
|
2015-01-10 19:55:47 +01:00 |
|
twinaphex
|
0be5b52ad0
|
Get rid of some tertiary conditionals and move conditional inside
dsp conditional block
|
2015-01-10 19:40:57 +01:00 |
|
twinaphex
|
878d1f0647
|
Some cleanups in video_thread_wrapper.c
|
2015-01-10 18:55:37 +01:00 |
|
twinaphex
|
7f30aee093
|
Start documenting gfx_common.c
|
2015-01-10 18:23:07 +01:00 |
|
twinaphex
|
2f195b96cd
|
(Gfx context) Cleanups in gfx context drivers
|
2015-01-10 17:51:00 +01:00 |
|
twinaphex
|
4bdb26e2a1
|
(MSVC) Buildfix
|
2015-01-10 16:52:06 +01:00 |
|
Twinaphex
|
16a686345f
|
(iOS) Buildfix
|
2015-01-10 16:49:10 +01:00 |
|
Twinaphex
|
5f5000a1bd
|
(CoreText) remove unused variable
|
2015-01-10 16:47:38 +01:00 |
|
twinaphex
|
0ac6fee02a
|
(Fonts) Cleanups; declare variables at top of functions
|
2015-01-10 16:46:58 +01:00 |
|
Swizzy
|
16dd8a9a44
|
(XDK360) Code Cleanup
|
2015-01-10 13:00:47 +01:00 |
|
twinaphex
|
5f26bbcfb9
|
Move main_entry_decide function prototype to frontend.h
|
2015-01-10 06:46:21 +01:00 |
|
twinaphex
|
8cfdd30ca0
|
movie.c - move variable declarations to top of function
|
2015-01-10 06:43:56 +01:00 |
|
twinaphex
|
5bacd9ed1b
|
Rename apply_deferred_settings
|
2015-01-10 06:37:27 +01:00 |
|
twinaphex
|
d32e9ed4c5
|
Move input_frame to menu_input_line_cb.c and rename it menu_input_frame
|
2015-01-10 06:33:05 +01:00 |
|
twinaphex
|
c1e6a955dd
|
Rename setting_handler to menu_action_setting_handler
|
2015-01-10 06:26:34 +01:00 |
|
twinaphex
|
6c58456ba0
|
Rename some functions in menu_entries.c
|
2015-01-10 06:24:04 +01:00 |
|
twinaphex
|
fbac91cd79
|
Document menu_init_list/menu_free_list
|
2015-01-10 06:13:12 +01:00 |
|
twinaphex
|
62b430e6eb
|
Rename function to menu_load_content
|
2015-01-10 06:09:30 +01:00 |
|
twinaphex
|
b2c03ccbfb
|
Document and refactor menu_shader.c
|
2015-01-10 05:53:41 +01:00 |
|
twinaphex
|
ef720d3815
|
Remove menu_type_is - now obsolete
|
2015-01-10 05:25:37 +01:00 |
|
twinaphex
|
16697eb632
|
(Menu) Kill off some header dependencies
|
2015-01-10 04:59:55 +01:00 |
|
twinaphex
|
b95cdd2215
|
Rename menu_common.c to menu.c
|
2015-01-10 04:53:37 +01:00 |
|
twinaphex
|
4974e6848e
|
Rename menu_common_type_is
|
2015-01-10 04:47:33 +01:00 |
|
twinaphex
|
f1ede10717
|
Split up menu_common_list functions into separate functions
|
2015-01-10 04:44:18 +01:00 |
|
twinaphex
|
1eb844ca53
|
(menu_navigation.c) Start documenting menu_navigation.c
|
2015-01-10 04:32:10 +01:00 |
|
twinaphex
|
27d9441ffa
|
(ALSA) Some simplifications
|
2015-01-10 04:26:19 +01:00 |
|
twinaphex
|
9817555200
|
Move convenience macros used in runloop to runloop.c
|
2015-01-10 04:18:54 +01:00 |
|
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 |
|