46177 Commits

Author SHA1 Message Date
Francisco Javier Trujillo Mata
18dc40117d Applied color correction to the libretro core 2018-11-09 22:40:51 +01:00
Francisco Javier Trujillo Mata
b378ecf26b Test Core working with 2 textures 2018-11-09 22:40:51 +01:00
Francisco Javier Trujillo Mata
4c77e426fa Replaced a lot of functions from libc to C implementation in compat_ctype.c 2018-11-09 22:40:51 +01:00
Francisco Javier Trujillo Mata
99b77a2c9c Copied from core compat string methods 2018-11-09 22:40:51 +01:00
Francisco Javier Trujillo Mata
17d30f9dd5 Use SDL timer for counters and sleep the thread 2018-11-09 22:40:51 +01:00
Francisco Javier Trujillo Mata
5ba2509e7c Now the directories are working 2018-11-09 22:40:50 +01:00
Francisco Javier Trujillo Mata
b4aedc801b Fixed issue on retro_dirent with if clausules 2018-11-09 22:40:50 +01:00
Francisco Javier Trujillo Mata
802c38bd92 Fix why default entries doesn't appear 2018-11-09 22:40:50 +01:00
Francisco Javier Trujillo Mata
fc9cd8f639 JoyPad implemented 2018-11-09 22:40:50 +01:00
Francisco Javier Trujillo Mata
8a0266cf8d PS2 Input looks to be ready 2018-11-09 22:40:50 +01:00
Francisco Javier Trujillo Mata
21587ba2a4 Now RGUI shows fullscreen proper colors 2018-11-09 22:40:50 +01:00
Francisco Javier Trujillo Mata
f4680b03eb now it looks full screen 2018-11-09 22:40:50 +01:00
Francisco Javier Trujillo Mata
1f756533f9 First Content on the Screen!! 2018-11-09 22:40:50 +01:00
Francisco Javier Trujillo Mata
d7cc3b7983 PS2 making the gfx driver clean the screen 2018-11-09 22:40:50 +01:00
Francisco Javier Trujillo Mata
0880bd00b0 PS2 is compiling with null drivers 2018-11-09 22:40:50 +01:00
Twinaphex
43a42d0d13
Merge pull request #7568 from orbea/cleanup
Makefile.common: Cleanup pt. 2
2018-11-09 22:01:34 +01:00
orbea
6a66ec9e45 Makefile.common: Cleanup pt. 2 2018-11-09 12:00:45 -08:00
Twinaphex
abfacf32e7
Merge pull request #7567 from natinusala/ozone
Ozone cursor improvements + missing assets message
2018-11-09 20:17:37 +01:00
Twinaphex
53787c19ca
Merge pull request #7566 from orbea/cleanup
Makefile.common: Cleanup.
2018-11-09 20:17:26 +01:00
orbea
139b886abe Makefile.common: Cleanup. 2018-11-09 11:14:15 -08:00
natinusala
650f9e9e36 ozone: pulsating cursor 2018-11-09 18:50:27 +01:00
natinusala
5406e19c3e ozone: add missing assets message 2018-11-09 17:00:44 +01:00
natinusala
20a8e1b40f ozone: fancy new cursor 2018-11-09 16:51:34 +01:00
Twinaphex
d514539867
Merge pull request #7564 from alfrix/master
Add more icons OZONE/XMB
2018-11-08 23:56:37 +01:00
Alfrix
0b29a93bf3 Add more icons OZONE/XMB 2018-11-08 19:43:42 -03:00
Twinaphex
56b6ef9d74
Merge pull request #7563 from Themaister/master
Vulkan: Fix scissor and slang \r endings.
2018-11-08 22:23:10 +01:00
Themaister
afcd25a3f8 Vulkan: Fix scissor in menu driver. 2018-11-08 21:45:51 +01:00
Themaister
3f344660c0 Remove Windows \r line endings in glslang parser. 2018-11-08 21:34:21 +01:00
Twinaphex
723741fc60
Merge pull request #7561 from natinusala/ozone
ozone: implement messagebox and OSK, fix font
2018-11-08 12:03:14 +01:00
natinusala
b5f869bf25 ozone: implement messagebox and OSK 2018-11-08 12:00:06 +01:00
natinusala
019e6d8e2d ozone: fix restore clear color on toggle 2018-11-08 12:00:06 +01:00
hizzlekizzle
65d205f431
Merge pull request #7558 from alfrix/check
More icons XMB
2018-11-07 13:43:08 -06:00
Alfrix
e1f97646ee More icons XMB 2018-11-07 15:10:13 -03:00
Twinaphex
dc0fdd7c68
Merge pull request #7557 from yoshisuga/ios-fix-cmd-event
iOS: fix stack overflow when loading glsl shader
2018-11-07 18:00:36 +01:00
Yoshi Sugawara
559ae6dfd0 iOS: fix to avoid stack overflow when loading glsl shader; see issue 7298. Re-applying this fix after the reverting to use cocoa_gl_ctx.m for the driver context 2018-11-07 06:57:04 -10:00
Twinaphex
59fdd8eabd
Merge pull request #7554 from alfrix/check
Do not draw icons in the dropdown (only the checkmark)
2018-11-07 17:12:49 +01:00
Twinaphex
b932d3f031
Merge pull request #7556 from natinusala/ozone
ozone: don't use subsetting icon for config
2018-11-07 16:47:48 +01:00
natinusala
9ceceef2b8 ozone: don't use subsetting icon for config 2018-11-07 13:45:51 +01:00
Twinaphex
ffd709f823
Merge pull request #7555 from natinusala/ozone
ozone: never draw cogs
2018-11-07 13:40:45 +01:00
natinusala
265683b0aa ozone: never draw cogs 2018-11-07 12:50:17 +01:00
Alfrix
a1213f372c Do not draw icons in the dropdown (only the checkmark) 2018-11-07 08:42:16 -03:00
Twinaphex
d5bfc4efb2
Merge pull request #7550 from alfrix/check
Add checkmark to XMB dropdown lists
2018-11-07 11:59:15 +01:00
Twinaphex
a6485d42dd
Merge pull request #7553 from natinusala/ozone
Ozone improvements
2018-11-07 11:59:02 +01:00
natinusala
4312868080 ozone: don't draw icons if all entries are cogs 2018-11-07 11:52:08 +01:00
natinusala
6fa40df7fd ozone: fix missing icons 2018-11-07 11:25:49 +01:00
Alfrix
2c7f24590a Add checkmark to XMB dropdown lists 2018-11-06 22:48:38 -03:00
twinaphex
f271ea789d (VG) Buildfix 2018-11-06 20:58:41 +01:00
Twinaphex
e4b30eb087
Merge pull request #7547 from theheroGAC/patch-39
Update msg_hash_it.h
2018-11-06 19:22:10 +01:00
theheroGAC
03e6ad8831
Update msg_hash_it.h 2018-11-06 17:50:12 +01:00
Twinaphex
3a47901a90
Merge pull request #7546 from natinusala/ozone
ozone: don't crash if font_driver_get_message_width isn't implemented
2018-11-06 17:01:17 +01:00