Commit Graph

39275 Commits

Author SHA1 Message Date
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
twinaphex 73e00e021a Bump up version to 1.6.7 2017-08-17 21:09:42 +02:00
twinaphex b4912db587 Update CHANGES.md 2017-08-17 21:07:16 +02:00
twinaphex 6fc48a39d9 (MaterialUI) Add Menu Icons Enable setting 2017-08-17 21:05:38 +02:00
twinaphex 6d3292945e Update CHANGES.md 2017-08-17 20:04:17 +02:00
Brad Parker 9242cdeda9 glui: subtract icon size from word wrap width if one is used 2017-08-17 14:02:41 -04:00
twinaphex 7a402b97ec Italian language build fixes 2017-08-17 20:01:34 +02:00
Twinaphex d4ffc6801f Merge pull request #5321 from theheroGAC/patch-12
Fixed translation errors
2017-08-17 20:00:16 +02:00
theheroGAC dff78cf0cc Fixed translation errors 2017-08-17 19:57:00 +02:00
twinaphex 4e37b784d2 Update CHANGES.md 2017-08-17 19:27:59 +02:00
twinaphex 828f4aa8b9 (materialUI) Add disk image append icons 2017-08-17 19:24:23 +02:00
twinaphex 6952d6bd12 Update CHANGES.md 2017-08-17 19:10:23 +02:00
twinaphex 366c73f429 Fix 'Append Disk Image' 2017-08-17 19:07:38 +02:00
twinaphex 5909d72a09 Fix 'Scan File' 2017-08-17 18:53:55 +02:00