twinaphex
d93dc10882
Remove hash
2017-08-19 21:58:47 +02:00
twinaphex
f8b4307356
Cleanups; get rid of hashes
2017-08-19 21:38:33 +02:00
twinaphex
af2042e0fd
Cleanups; get rid of more hashes
2017-08-19 21:35:12 +02:00
twinaphex
ca8fd24252
Get rid of some hashes
2017-08-19 21:10:15 +02:00
twinaphex
0605a8d656
Get rid of some hashes
2017-08-19 21:05:17 +02:00
Twinaphex
e0eb935b90
Update CHANGES.md
2017-08-19 20:28:19 +02:00
Twinaphex
866760f6db
Merge pull request #5348 from theheroGAC/patch-14
...
Fixed some strings
2017-08-19 20:21:39 +02:00
theheroGAC
85ab8b83a0
Fixed some strings
...
Fixed some strings and began to rearrange the various strings
2017-08-19 20:01:22 +02:00
Twinaphex
d17bc12b32
Merge pull request #5343 from gizmo98/master
...
Broadcom VC4: Add Videocore config option
2017-08-19 19:57:38 +02:00
Twinaphex
17726b36a1
Merge pull request #5342 from heuripedes/master
...
(xmb) Comment out visible item calculation in xmb_draw_items()
2017-08-19 19:47:40 +02:00
gizmo98
e79ed86e38
config.lib.sh: add missing $
2017-08-19 17:03:38 +02:00
gizmo98
1bc0319f79
Broadcom VC4: Add Videocore config option
...
Add option to disable Videocore autodetect so VC4 open source driver
can be used.
2017-08-19 17:03:01 +02:00
Higor Eurípedes
6bc5cd302a
(xmb) Comment out visible item calculation in xmb_draw_items()
...
Fixes a regression where fading animations didn't render if you were far
into the previous list. This happened because "current" has an incorrect
value thanks to a menu_navigation_set_selection(0) call in
menu_cbs_left.c:162
2017-08-19 11:01:27 -03:00
Twinaphex
4d8914e24b
Update CHANGES.md
2017-08-19 14:18:50 +02:00
twinaphex
e065d70426
(WGL) Try to use wglSwapLayerBuffers first before resorting to SwapBuffers
2017-08-19 14:17:30 +02:00
Twinaphex
1205c2f438
Merge pull request #5336 from heuripedes/master
...
(playlist.c) Fix clear/free loop conditionals
2017-08-19 13:53:39 +02:00
Higor Eurípedes
ab50eca024
(playlist.c) Fix clear/free loop conditionals
2017-08-19 08:40:09 -03:00
twinaphex
e193f7a22a
Style nits
2017-08-19 12:27:24 +02:00
twinaphex
822e2fd0d4
Put this around an HW_RVL ifdef
2017-08-19 12:13:03 +02:00
Twinaphex
1d2014a3c9
Update CHANGES.md
2017-08-19 10:17:44 +02:00
Twinaphex
e77f990807
Update CHANGES.md
2017-08-19 10:09:37 +02:00
Twinaphex
5b5774e153
Update CHANGES.md
2017-08-19 10:09:00 +02:00
Twinaphex
cb44766c47
Update CHANGES.md
2017-08-19 10:08:17 +02:00
Twinaphex
99aaee50f9
Merge pull request #5334 from QuarkTheAwesome/master
...
[libretro-common] Fix null dereference where argc is 0
2017-08-19 10:01:37 +02:00
Twinaphex
93f863aeb7
Merge pull request #5333 from QuarkTheAwesome/patch1
...
[WiiU] DRC touch support as pointer device
2017-08-19 10:00:51 +02:00
Ash
6b5aef09a1
[WiiU] DRC touch support as pointer device
...
Allow using the Gamepad's touch screen as a RETRO_DEVICE_POINTER.
Methodology could use some work, had to add an extra axis to
joypad in order to get the data transferred into the input driver.
Feel free to change this.
Needs to emulate RETRO_DEVICE_LIGHTGUN to really be useful.
Potential for Wiimote IR in future.
Partially addresses libretro/RetroArch#5294
2017-08-19 17:40:56 +10:00
Ash
738d17ff3b
Fix null deref where argc = 0
...
I noticed this on the Wii U emulator Decaf - it sets argc to 0 and,
annoyingly, sets up argv so that argv[0] is a bad read.
Gah.
2017-08-19 17:16:50 +10:00
twinaphex
6de19a1d6c
Add library files
2017-08-19 09:08:10 +02:00
twinaphex
7d259b4eaa
Update
2017-08-19 09:03:10 +02:00
twinaphex
993309daf1
Revert "Don't link against wiiuse and bte for Salamander"
...
This reverts commit e2653c949b
.
2017-08-19 09:01:51 +02:00
twinaphex
e2653c949b
Don't link against wiiuse and bte for Salamander
2017-08-19 09:01:24 +02:00
twinaphex
de638b66b5
(GX) Start adding internal libogc
2017-08-19 08:46:04 +02:00
twinaphex
61473d8f15
Start adding hooks for internal libogc
2017-08-19 08:31:02 +02:00
twinaphex
67ea020cdf
Fix typo
2017-08-19 06:27:25 +02:00
Twinaphex
842845a9fb
Merge pull request #5332 from heuripedes/xmb-improv
...
(xmb) Skip drawing the fading list when it is already transparent
2017-08-19 03:40:20 +02:00
Higor Eurípedes
aaecf82608
(xmb) Skip drawing the fading list when it is already transparent
2017-08-18 22:33:38 -03:00
Twinaphex
1d32d747d6
Merge pull request #5330 from GregorR/netplay-fix-disconnect
...
Fix disconnection not fully deinitializing Netplay.
2017-08-18 23:50:40 +02:00
Gregor Richards
584e12ed37
Fix disconnection not fully deinitializing Netplay.
2017-08-18 14:13:39 -04:00
Jean-André Santoni
6940019102
(XMB) Icon for the rename action
2017-08-18 18:30:31 +07:00
Jean-André Santoni
2ff6bee726
(Menu) Feedback when adding a content to favorites
2017-08-18 15:59:44 +07:00
Jean-André Santoni
6c56ddcc22
(Lakka) Expose the favorites tab setting
2017-08-18 14:54:35 +07:00
twinaphex
8e8bdaaab3
Update CHANGES.md
2017-08-18 02:52:46 +02:00
Brad Parker
6c91c39aae
glui: fix entry box highlight calculation
2017-08-17 20:49:21 -04:00
Twinaphex
59aaabb9bf
Merge pull request #5324 from theheroGAC/patch-13
...
Updated the MATERIALUI translation
2017-08-18 02:49:32 +02:00
Twinaphex
456e1b033f
Merge pull request #5326 from heuripedes/xmb-improv
...
Xmb improvements
2017-08-18 02:40:17 +02:00
Higor Eurípedes
0d59994c42
(xmb) Only iterate over visible items in xmb_render()
2017-08-17 21:36:48 -03:00
Higor Eurípedes
ea9991f749
(xmb) Detect non-visible items before drawing
2017-08-17 21:36:48 -03:00
Brad Parker
139d95c563
FreeBSD buildfix
2017-08-17 20:28:47 -04:00
theheroGAC
87b4576e78
Update msg_hash_it.h
2017-08-18 02:13:28 +02:00
theheroGAC
e70c15e641
Updated the MATERIALUI translation
2017-08-17 23:57:52 +02:00