Commit Graph

39496 Commits

Author SHA1 Message Date
twinaphex
2b49669898 Update Makefile.libogc 2017-08-20 00:50:04 +02:00
twinaphex
06ab96c622 (libogc) Exclude unused dvd file to shave off a tiny bit of memory 2017-08-19 23:37:58 +02:00
twinaphex
1cac74d69f Makefile.libogc should not remove already pre-created lib files 2017-08-19 23:29:35 +02:00
twinaphex
7ca508d516 Small cleanups to Makefile.libogc 2017-08-19 23:28:38 +02:00
twinaphex
7156de52c4 Add Makefile.libogc 2017-08-19 23:20:54 +02:00
twinaphex
3a46538680 Remove hashes 2017-08-19 22:16:21 +02:00
twinaphex
836aae9e9d Add TODO/FIXME notes 2017-08-19 22:10:33 +02:00
twinaphex
b694c99631 Regression fix 2017-08-19 22:08:51 +02:00
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