twinaphex
|
00cd281a1f
|
Move menu_ticker_line to menu_animation.c
|
2015-02-11 18:52:59 +01:00 |
|
twinaphex
|
915c97b76f
|
Refactor menu_driver.h
|
2015-02-11 18:36:37 +01:00 |
|
twinaphex
|
97564dd1be
|
(menu_entries_cbs.c) Cut down on code duplication pt. 2
|
2015-02-11 18:17:02 +01:00 |
|
twinaphex
|
3ca18c14d4
|
(menu_entries_cbs.c) Cut down code duplication
|
2015-02-11 18:14:53 +01:00 |
|
twinaphex
|
5ee4e6da73
|
Guard against entering video filter or audio filter directory
if path is not correct
|
2015-02-11 17:53:38 +01:00 |
|
twinaphex
|
d0e6685d3d
|
Move readjust_input_rate function to audio_driver.c
|
2015-02-11 17:36:31 +01:00 |
|
twinaphex
|
d99a224688
|
gl_load_texture_data - add early return if driver.video is
NULL
|
2015-02-11 16:40:05 +01:00 |
|
twinaphex
|
539c26c611
|
Refactor gl_set_texture_fmts
|
2015-02-11 16:11:05 +01:00 |
|
twinaphex
|
821a3283dc
|
Refactor gl_set_texture_frame
|
2015-02-11 16:05:11 +01:00 |
|
twinaphex
|
118ce66dec
|
Refactor gl_load_texture_data
|
2015-02-11 15:53:37 +01:00 |
|
twinaphex
|
77f6b98aa9
|
Reuse gl_load_texture_data some more
|
2015-02-11 15:46:55 +01:00 |
|
twinaphex
|
f19339eb38
|
Have menu_texture.c reuse gl_common.c's gl_load_texture_data
|
2015-02-11 15:19:21 +01:00 |
|
twinaphex
|
b64584672f
|
(GLUI) Cleanups
|
2015-02-11 14:32:09 +01:00 |
|
twinaphex
|
bcfd2f7667
|
(Windows) Build fixes
|
2015-02-11 14:25:06 +01:00 |
|
twinaphex
|
21ff16471a
|
Alcaro - not a useless cast at all. Broke Windows build.
|
2015-02-11 14:22:43 +01:00 |
|
twinaphex
|
18aefdd83b
|
Rename rnpg_image_load_tga_shift
|
2015-02-11 07:12:21 +01:00 |
|
twinaphex
|
3d83c1fa75
|
Free menu->frame_buf in menu_free
|
2015-02-11 07:02:12 +01:00 |
|
twinaphex
|
cf57120fdd
|
(RMenu) Cleanups
|
2015-02-11 06:59:19 +01:00 |
|
twinaphex
|
3b2e11c446
|
(udev_joypad.c) Cleanup
|
2015-02-11 06:44:16 +01:00 |
|
twinaphex
|
37d9661846
|
(XMB/GLUI) Cleanups
|
2015-02-11 06:34:30 +01:00 |
|
twinaphex
|
a687907bde
|
Cleanup xmb_render_messagebox
|
2015-02-11 06:27:28 +01:00 |
|
twinaphex
|
b20ab24fa2
|
(XMB) Cleanups pt. 5
|
2015-02-11 06:22:00 +01:00 |
|
twinaphex
|
1c4d628498
|
(XMB) Cleanups pt. 4
|
2015-02-11 06:21:03 +01:00 |
|
twinaphex
|
cc9d5dae28
|
(XMB) Cleanups pt. 3
|
2015-02-11 06:15:15 +01:00 |
|
twinaphex
|
d85a8d5452
|
(XMB) Cleanups pt. 2
|
2015-02-11 06:11:25 +01:00 |
|
twinaphex
|
d8a0126203
|
(XMB) Cleanups to xmb_draw_items
|
2015-02-11 06:05:27 +01:00 |
|
twinaphex
|
56aa3ddb5c
|
(GLUI) Cleanups
|
2015-02-11 05:55:36 +01:00 |
|
twinaphex
|
44d540eb3e
|
(GLUI) Cleanups
|
2015-02-11 05:50:37 +01:00 |
|
twinaphex
|
ed4d8d5acf
|
(XMB) Cleanups pt. 3
|
2015-02-11 05:43:42 +01:00 |
|
twinaphex
|
5eccada700
|
(XMB) Cleanups pt. 2
|
2015-02-11 05:39:56 +01:00 |
|
twinaphex
|
e8d21942b4
|
(XMB) cleanups
|
2015-02-11 05:33:53 +01:00 |
|
twinaphex
|
b658d47c70
|
(RGUI) Cleanups
|
2015-02-11 05:23:02 +01:00 |
|
twinaphex
|
4d1cc8c2a9
|
(RGUI) Cleanups
|
2015-02-11 05:16:19 +01:00 |
|
twinaphex
|
e8ad0d183b
|
Cleanup color_rect
|
2015-02-11 05:09:31 +01:00 |
|
twinaphex
|
da004daa8a
|
Move frame_buf/frame_buf_pitch to menu_driver struct
|
2015-02-11 05:08:07 +01:00 |
|
twinaphex
|
1b4519ec97
|
(Menu) rmenu_set_texture - make it static
|
2015-02-11 03:55:25 +01:00 |
|
twinaphex
|
04022926bc
|
Have XMB and GLUI reuse same menu_texture code
|
2015-02-11 03:52:35 +01:00 |
|
twinaphex
|
4186d97281
|
Start creating menu_texture.c - have GLUI use it
|
2015-02-11 03:40:29 +01:00 |
|
twinaphex
|
5c05086455
|
Start updating audio/test
|
2015-02-11 02:40:18 +01:00 |
|
twinaphex
|
4e5cec22d9
|
(Libretro SDK) Update
|
2015-02-11 02:32:20 +01:00 |
|
twinaphex
|
3a062538dd
|
Move rpng to libretro SDK
|
2015-02-11 02:30:56 +01:00 |
|
twinaphex
|
378bd85610
|
Move rxml in libretro-SDK
|
2015-02-11 02:23:41 +01:00 |
|
twinaphex
|
1bb8ff6f20
|
Move rxml to libretro SDK
|
2015-02-11 02:22:20 +01:00 |
|
twinaphex
|
8fca12257a
|
(Apple) Input cleanups
|
2015-02-11 02:16:33 +01:00 |
|
twinaphex
|
639fc61f60
|
(gfx/rpng) Correct copy_line_bw
|
2015-02-11 02:03:44 +01:00 |
|
twinaphex
|
f71c00112a
|
Add early return in case database/cursor directory has not been set or is
inaccessible
|
2015-02-11 01:43:16 +01:00 |
|
twinaphex
|
6d5939063c
|
Add early return in case cheat directory or remap file doesn't exist
|
2015-02-11 01:41:30 +01:00 |
|
Twinaphex
|
6cbb3ba3c8
|
action_ok_core_list - add early return if directory cannot be
accessed
|
2015-02-11 01:36:42 +01:00 |
|
twinaphex
|
436fe5150d
|
(menu_animation.c) subject does not need to be freed
|
2015-02-11 01:26:33 +01:00 |
|
twinaphex
|
37a8e0ef85
|
Improve menu_animation_free
|
2015-02-11 01:22:15 +01:00 |
|