Commit Graph

39 Commits

Author SHA1 Message Date
twinaphex
f7631c41cd Backport xerpi's patch 2015-08-30 17:23:01 +02:00
Sergi Granell
f0ea1fd454 (Vita) Update Makefile.griffin, performance.c and file extensions 2015-08-30 16:12:45 +02:00
twinaphex
f95049e99c Add wiiusb_hid driver courtesy of @xerpi 2015-08-30 09:48:38 +02:00
twinaphex
039b4e0454 Move code back to logger.c 2015-08-29 18:57:07 +02:00
twinaphex
3336849e80 (wii) Define HAVE_NETPLAY 2015-08-29 18:50:35 +02:00
twinaphex
cd56d21003 (Wii) Compile in HAVE_NETWORKING if HAVE_LOGGER is defined 2015-08-29 18:45:42 +02:00
twinaphex
5b67aaaa17 Start making the logging code more portable 2015-08-29 15:40:23 +02:00
Jose Ernesto Ramirez Ramirez
09f3c3ca77 Fixed nunchuk controller support, it was not correctly detected.
Fixed classic controller's analogs, were not working at all.
Restored sixaxis controller support, now with completely rewroten library.
Changed detection order (GC, Sixaxis, Wiimote/Nunchuck/Classic, left wiimote at the end, otherwise we needed to disconnect it to be able to use GC controller or sixaxis controller.
2015-07-13 22:58:01 -05:00
Toad King
1aaf8b3971 [GX] build with larger stack on all builds by default. Fixes #1757 2015-06-12 20:38:32 -05:00
twinaphex
e81fb29699 (Makefile.griffin) Add HAVE_LIBRETRODB rule 2015-06-08 00:48:21 +02:00
twinaphex
4e5bf65e23 Create HAVE_RPNG define 2015-04-19 16:55:03 +02:00
twinaphex
4d13e9d4cb Turn WANT_MINIZ into WANT_ZLIB 2015-03-14 05:24:57 +01:00
twinaphex
aece30f6bc Rename deps/rzlib to deps/zlib 2015-03-06 01:47:09 +01:00
Toad King
14fe8623bb [GX] fix menu pitch 2015-02-28 22:18:23 -06:00
twinaphex
a33016d457 Renamed libretro-sdk to libretro-common 2015-02-19 00:04:03 +01:00
twinaphex
4e0a6c765d (Wii) Take out HAVE_NETWORKING and HAVE_NETPLAY -would need suitable
headers and netport implementation - look at this for reference -
https://code.google.com/p/diiscent/source/browse/trunk/netport/?r=4
2015-01-31 06:15:51 +01:00
twinaphex
7f3e727967 Update Makefile.griffin 2015-01-31 06:09:50 +01:00
twinaphex
181c594073 (Wii) Build with HAVE_NETWORKING and HAVE_NETPLAY options 2015-01-31 06:08:56 +01:00
twinaphex
557d2472df Update default shader dir - becomes media/shaders_cg 2014-10-29 07:44:06 +01:00
Toad King
e30734230e add USB Gecko debugging support 2014-10-27 19:37:08 -05:00
twinaphex
c62d52de0f Start properly implementing libretro SDK for boolean.h include
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00
twinaphex
ce6c884724 Take out HAVE_CC_RESAMPLER define 2014-09-24 09:39:41 +02:00
twinaphex
3787c831e7 (Wii) Compile in 7zip support 2014-09-12 22:24:18 +02:00
twinaphex
d1a85b6d95 Take out HAVE_SCREENSHOTS everywhere 2014-07-22 03:22:18 +02:00
twinaphex
74708ede99 (GX) Input rewrite pt. 2 - buggy and error-prone right now 2014-06-09 23:21:48 +02:00
twinaphex
001d6e8897 Get rid of PERF_TEST entirely - if Performance Counters setting is
enabled, will also report performance counters log at exit
2014-06-01 22:16:22 +02:00
twinaphex
c6eb7988dc Move netlogger code around 2014-06-01 16:09:12 +02:00
twinaphex
87efd9e17b (GX) Define HAVE_FILTERS_BUILTIN 2014-05-31 16:12:30 +02:00
twinaphex
4942306fff Add HAVE_CC_RESAMPLER to nearly all targets 2014-04-20 04:17:18 +02:00
twinaphex
d4845cc6e3 (RARCH_CONSOLE) Fix whole archive linking for NXEngine cores 2014-04-17 18:10:04 +02:00
twinaphex
70dd57ed63 Add MSB_FIRST to all big-endian consoles 2014-04-17 17:23:38 +02:00
twinaphex
d23d56c988 (GX) Add experimental libsicksaxis support - doesn't work properly
right now so not compiled in
2014-02-26 23:07:16 +01:00
twinaphex
f613bfbed6 Rename overlays-convert-glsl to shaders-convert-glsl -
To convert shaders to GLSL: make -f Makefile.griffin shaders-convert-glsl
2014-02-21 22:12:51 +01:00
twinaphex
56bd2127cb Move functionality of Makefile.shaders inside Makefile.griffin
To checkout shaders : make -f Makefile.griffin shaders-checkout
To checkout overlays: make -f Makefile.griffin overlays-checkout
To deploy overlays to PS3 media dir : make -f Makefile.griffin platform=ps3 shaders-deploy
To deploy overlays to PS3 cobra media dir : make -f Makefile.griffin platform=ps3-cobra shaders-deploy
2014-02-21 22:09:46 +01:00
Toad King
41a3d5b5cf [Griffin] change default logging address to broadcast address 2014-02-20 23:50:45 -05:00
twinaphex
78126ec224 (NGC) Build fix 2014-02-21 02:38:15 +01:00
Toad King
041ec45132 Merge branch 'gx-overlays'
Conflicts:
	Makefile.wii
	gx/gx_video.c
2014-02-20 19:46:43 -05:00
twinaphex
71b6485bb5 (PSP) Fix warnings 2014-02-19 17:47:59 +01:00
twinaphex
f1d2aedbbd Create Makefile.griffin - replacement for Makefile.ngc and
Makefile.wii.

Build the Wii port like this: make -f Makefile.griffin platform=wii
Build the NGC port like this: make -f Makefile.griffin platform=ngc
2014-02-19 16:27:27 +01:00