twinaphex
|
fbb7dbd36b
|
Add pipeline.active to menu_display_draw_ctx_t
|
2017-01-09 17:22:28 +01:00 |
|
twinaphex
|
04c23189e9
|
(menu_display.c) Cleanups
|
2017-01-09 17:10:57 +01:00 |
|
twinaphex
|
1e60376e7c
|
Simplify menu_display_draw_bg - take out XMB-specific code out of
menu_display.c
|
2017-01-09 16:55:46 +01:00 |
|
twinaphex
|
bbcdc18801
|
Remove unused variables
|
2017-01-05 22:18:09 +01:00 |
|
Logan McNaughton
|
017d9cea9d
|
This fixes the XMB menu for me
When using threaded video and shared context
Threaded video gets disabled for GL contexts, so you can't rely on the settings value
|
2017-01-05 12:53:55 -08:00 |
|
twinaphex
|
9657bbd998
|
Get rid of set_rgba/unset_rgba inside image_texture.c
|
2016-12-29 23:22:40 +01:00 |
|
Jean-André Santoni
|
2fc592bbe6
|
Savestate thumbnails reimplementation
|
2016-12-01 20:31:07 +01:00 |
|
Brad Parker
|
ba54f20626
|
initial libcaca video driver
|
2016-12-01 12:13:45 -05:00 |
|
twinaphex
|
079de87c61
|
Cleanups
|
2016-11-21 15:37:51 +01:00 |
|
twinaphex
|
e9daa5e99c
|
Cleanups
|
2016-11-20 14:42:20 +01:00 |
|
Jean-André Santoni
|
4722bb45c8
|
Move the font_param stuff to menu_display.c
|
2016-11-03 15:56:40 +01:00 |
|
Jean-André Santoni
|
f72bf26eac
|
Improve OSK look on XMB
|
2016-11-03 08:55:24 +01:00 |
|
Jean-André Santoni
|
6cc14a4fb9
|
Add missing copyright mention on some files
|
2016-10-27 18:17:43 +02:00 |
|
Brad Parker
|
d1d5584d18
|
update copyright
|
2016-10-27 11:47:10 -04:00 |
|
twinaphex
|
45688b2a9d
|
Coverity doesn't understand retro_assert and these checks are
superfluous anyway
|
2016-10-26 09:53:15 +02:00 |
|
Jean-André Santoni
|
55c480358d
|
Move draw_quad to menu_display
|
2016-10-25 08:11:37 +02:00 |
|
twinaphex
|
456c4c4d58
|
Remove video_driver_cached_frame_render wrapper function
|
2016-10-25 00:42:26 +02:00 |
|
twinaphex
|
e9766ce141
|
Cleanups
|
2016-10-21 23:30:34 +02:00 |
|
twinaphex
|
cb772047ff
|
Prevent some more memsets
|
2016-10-21 19:32:44 +02:00 |
|
twinaphex
|
0b3b0a474b
|
Fix CXX_BUILD
|
2016-10-19 03:59:32 +02:00 |
|
twinaphex
|
0f3081701b
|
Cleanups
|
2016-10-19 03:55:57 +02:00 |
|
Higor Eurípedes
|
46fe9fa29e
|
Add multiple font support to material and xmb
|
2016-10-18 20:36:54 -03:00 |
|
twinaphex
|
584d9a5997
|
Prevent some more implicit memsets
|
2016-10-18 04:15:24 +02:00 |
|
aliaspider
|
afd5e85a31
|
(3DS) add experimental font and menu_display drivers.
|
2016-09-29 20:14:12 +01:00 |
|
twinaphex
|
12fa0bd019
|
Fix unchecked return value warning
|
2016-09-23 16:05:14 +02:00 |
|
twinaphex
|
e19699bac4
|
Cleanups
|
2016-09-16 01:25:04 +02:00 |
|
Brad Parker
|
ef29bc96b0
|
do not return to game after canceling quit confirm if user toggled the menu manually
|
2016-09-05 11:35:27 -04:00 |
|
Brad Parker
|
27925da4ae
|
revert confirm_on_exit option for now
|
2016-09-04 15:31:50 -04:00 |
|
Brad Parker
|
ee7545857c
|
add config option to enable quit confirmation
|
2016-09-01 21:47:25 -04:00 |
|
Francisco José García García
|
4221374072
|
(VITA) Add XMB support
|
2016-08-23 02:49:53 +02:00 |
|
twinaphex
|
6e5738f8b0
|
Create menu_display_reset_textures_list
|
2016-07-21 03:00:14 +02:00 |
|
twinaphex
|
745bc1eb0d
|
Dehardcode shader pipeline enums
|
2016-07-14 18:40:57 +02:00 |
|
twinaphex
|
664f90b023
|
Add 'Wallpaper' color theme for XMB too
|
2016-07-14 18:29:05 +02:00 |
|
twinaphex
|
97dfcbc4b4
|
Create menu_driver_ident
|
2016-07-09 16:45:36 +02:00 |
|
twinaphex
|
26f5970ffb
|
Correct menu_display_shader_pipeline_active
|
2016-07-09 16:37:51 +02:00 |
|
twinaphex
|
5be5409431
|
- Create menu_display_shader_pipeline_active ; don't make menu wallpaper
opacity active when shader pipeline is activated in xMB
- reduce dependency on hash_label
|
2016-07-09 16:33:55 +02:00 |
|
twinaphex
|
2fce2f4045
|
Add menu wallpaper opacity setting
|
2016-07-09 15:13:06 +02:00 |
|
twinaphex
|
a697e2507e
|
Cleanup
|
2016-07-01 16:21:16 +02:00 |
|
Hans-Kristian Arntzen
|
3ee172c410
|
Fix memory leak with white texture.
|
2016-06-25 14:25:44 +02:00 |
|
twinaphex
|
8badf1787d
|
CLeanups
|
2016-06-11 21:11:57 +02:00 |
|
twinaphex
|
bfa6f49ae6
|
Fix logically dead code warnings
|
2016-05-24 22:12:51 +02:00 |
|
twinaphex
|
ec88b464c3
|
Silence 'side effect in assertion' warnings
|
2016-05-24 21:51:45 +02:00 |
|
twinaphex
|
39faa9be1b
|
Remove logically dead code
|
2016-05-23 21:50:07 +02:00 |
|
twinaphex
|
0cff019c37
|
Remove self assignment
|
2016-05-23 21:41:06 +02:00 |
|
twinaphex
|
2f2ddb472a
|
(XMB) Move function to menu_display.c
|
2016-05-21 20:47:49 +02:00 |
|
Twinaphex
|
b7e15c2fe1
|
free user_data here too
|
2016-05-21 19:31:39 +02:00 |
|
twinaphex
|
7e36dcb27f
|
move video_texture_image to libretro-common and rename it to image_texture.c
|
2016-05-18 12:58:00 +02:00 |
|
twinaphex
|
7c20f2b868
|
Change namespace of thread functions
|
2016-05-10 03:14:23 +02:00 |
|
twinaphex
|
0e08dbe931
|
Rename gfx_coord to video_coord
|
2016-05-10 02:32:59 +02:00 |
|
twinaphex
|
725c202498
|
Remove input_driver_ctl
|
2016-05-08 23:12:04 +02:00 |
|