twinaphex
|
02a43c6b2a
|
Change 'rarch' to 'retro' namespace in libretro-common
|
2015-10-26 03:18:13 +01:00 |
|
twinaphex
|
798ed9eba8
|
(Zarch) Use menu_display_draw_frame
|
2015-10-24 07:51:33 +02:00 |
|
twinaphex
|
8ecfa76ab9
|
Add vertex count variable to menu_display drawing functions
|
2015-10-24 07:28:49 +02:00 |
|
twinaphex
|
b5aa3049c6
|
Refactor menu_video_ functions to menu_display_
|
2015-10-18 07:43:27 +02:00 |
|
twinaphex
|
38c66f62d0
|
Merge menu_video.c and menu_display.c
|
2015-10-18 07:15:54 +02:00 |
|
twinaphex
|
8223c3d2d3
|
Refactor MENU_DISPLAY_CTL_UPDATE_PENDING
|
2015-10-11 13:03:04 +02:00 |
|
Twinaphex
|
d0ded1751d
|
menu_display.c - Get rid of HAVE_OPENGL ifdef
|
2015-10-11 09:19:49 +02:00 |
|
Alcaro
|
edc80ee837
|
Get rid of call to nonexistent function.
|
2015-10-11 08:49:33 +02:00 |
|
Andre Leiradella
|
5fce3f4138
|
grouped core functions inside a retro_core_t structure; swapped core function globals by one retro_core_t variable
|
2015-10-06 14:34:09 -03:00 |
|
twinaphex
|
6ce4b96d12
|
Header include cleanups
|
2015-09-27 01:10:15 +02:00 |
|
twinaphex
|
613347a612
|
(menu_display) Cleanups
|
2015-09-27 01:03:58 +02:00 |
|
twinaphex
|
68481e8942
|
Cleanups
|
2015-09-27 00:11:13 +02:00 |
|
twinaphex
|
ceff590094
|
Don't use menu_display_get_ptr outside of menu_display.c anymore
|
2015-09-27 00:09:15 +02:00 |
|
twinaphex
|
057b498bb1
|
(RGUI) Start refactoring menu_display code in RGUI
|
2015-09-27 00:00:54 +02:00 |
|
twinaphex
|
f83e26ea32
|
Add MENU_DISPLAY_CTL_MSG_FORCE/MENU_DISPLAY_CTL_SET_MSG_FORCE
|
2015-09-26 23:51:35 +02:00 |
|
twinaphex
|
515c8c6322
|
More menu_display_ctl refactors
|
2015-09-26 23:37:25 +02:00 |
|
twinaphex
|
16eb95d3aa
|
Cleanup some enums
|
2015-09-26 23:27:03 +02:00 |
|
twinaphex
|
e3a7a67e43
|
Add some MENU_DISPLAY_CTL_* enums
|
2015-09-26 23:25:04 +02:00 |
|
twinaphex
|
830be31c87
|
Create MENU_DISPLAY_CTL_LIBRETRO
|
2015-09-26 03:02:09 +02:00 |
|
twinaphex
|
37e9108820
|
Move internal display state to menu_display.c
|
2015-09-26 01:23:10 +02:00 |
|
twinaphex
|
824e6618b2
|
Start creating menu_animation_ctl
|
2015-09-25 23:33:11 +02:00 |
|
twinaphex
|
541c9a2066
|
Refactor menu_animation.c
|
2015-09-25 22:24:07 +02:00 |
|
twinaphex
|
6c20d17f16
|
Refactors
|
2015-09-25 21:52:04 +02:00 |
|
twinaphex
|
4b69554a92
|
(menu_display.c) Refactors/cleanups
|
2015-09-25 21:41:24 +02:00 |
|
twinaphex
|
314dbf44e8
|
Add MENU_DISPLAY_CTL_SET_FB_DATA
|
2015-09-25 21:36:11 +02:00 |
|
twinaphex
|
f6a7256f20
|
Make state static and move it to menu_display.c
|
2015-09-25 21:25:37 +02:00 |
|
twinaphex
|
6482969459
|
(Menu) Cleanups/refactors
|
2015-09-25 21:20:26 +02:00 |
|
twinaphex
|
1329b4f265
|
(Menu) Cleanups
|
2015-09-25 21:07:12 +02:00 |
|
twinaphex
|
f4951300b7
|
Add MENU_DISPLAY_CTL_FB_DATA, MENU_DISPLAY_CTL_FB_PITCH
|
2015-09-25 21:03:23 +02:00 |
|
twinaphex
|
8dbc4c0eb0
|
Add MENU_DISPLAY_CTL_WIDTH, CTL_HEIGHT, CTL_SET_WIDTH, CTL_SET_HEIGHT
|
2015-09-25 20:28:56 +02:00 |
|
twinaphex
|
4e4bad9eba
|
Create MENU_DISPLAY_CTL_UPDATE_PENDING
|
2015-09-25 14:07:01 +02:00 |
|
twinaphex
|
8629697afb
|
Add MENU_DISPLAY_CTL_GET_DPI
|
2015-09-25 14:03:20 +02:00 |
|
twinaphex
|
26e1ec35cb
|
Create menu_display_ctl
|
2015-09-25 13:27:15 +02:00 |
|
twinaphex
|
6f4c97d697
|
Rename menu_display_fb to menu_display_libretro
|
2015-09-25 13:12:21 +02:00 |
|
twinaphex
|
64018e1020
|
(Menu) Cleanups
|
2015-09-24 01:08:01 +02:00 |
|
twinaphex
|
c8b83de31c
|
Move ui companion msg_queue_push call to runloop_msg
|
2015-09-22 22:43:49 +02:00 |
|
twinaphex
|
f87154773d
|
Add msg_queue_push to UI companion driver interface
|
2015-09-22 22:20:03 +02:00 |
|
twinaphex
|
056dc5f3e1
|
Create menu_display_msg_queue_push
|
2015-09-22 22:10:43 +02:00 |
|
Twinaphex
|
3b3fa56309
|
Cleanup menu_animation_t
|
2015-09-06 05:00:08 +02:00 |
|
twinaphex
|
8405f76ff3
|
Refactor menu_animation.c
|
2015-09-06 02:41:36 +02:00 |
|
twinaphex
|
d3da036a4e
|
Header cleanups
|
2015-09-04 21:43:08 +02:00 |
|
twinaphex
|
0077304833
|
Cleanups
|
2015-09-04 21:27:14 +02:00 |
|
twinaphex
|
8c5128b189
|
(menu_display.c) Cleanup
|
2015-08-18 01:41:16 +02:00 |
|
twinaphex
|
fa177cb291
|
(Menu) Cleanups
|
2015-08-17 15:49:05 +02:00 |
|
twinaphex
|
cd1875ceb4
|
Cleanups
|
2015-08-17 15:39:24 +02:00 |
|
twinaphex
|
a70f09a90d
|
Rearrange structs
|
2015-07-27 17:18:10 +02:00 |
|
twinaphex
|
999343f7e3
|
(menu_input.c) Cleanup
|
2015-06-22 02:21:53 +02:00 |
|
twinaphex
|
6f1bc69fc7
|
Refactor libretro_dummy mechanics
|
2015-06-20 23:42:30 +02:00 |
|
twinaphex
|
5341c4262b
|
(menu_display.c) Prevent warning
|
2015-06-15 22:49:35 +02:00 |
|
twinaphex
|
0c4ac61b38
|
(Menu) Cleanups
|
2015-06-15 17:34:12 +02:00 |
|