Commit Graph

3135 Commits

Author SHA1 Message Date
Twinaphex 03f6fa9e90 Remove broken solution 2012-07-27 22:01:15 +02:00
Twinaphex 5643ef1473 (PS3) Compiles with HAVE_LOGGER set to 1 again 2012-07-27 21:36:49 +02:00
Twinaphex 44cd3dc701 (Wii) Should compile now with HAVE_LOGGER set to 1 2012-07-27 21:33:18 +02:00
Twinaphex af6f103014 (Wii) Compile fixes for compiling with HAVE_LOGGER 2012-07-27 21:29:42 +02:00
Twinaphex 9f899b1f01 (Wii) Add WIIMOTE_PAD LUT bindings 2012-07-27 21:13:24 +02:00
Twinaphex e6a3737386 (Wii) Add some ifdefs for different LUT bindings for now - will need
to be changeable on-the-fly later
2012-07-27 21:00:56 +02:00
Toad King 501f02df64 Merge branch 'master' of github.com:Themaister/RetroArch 2012-07-27 14:55:41 -04:00
Toad King a2575d939a (Wii) add polling of Classic Controller D-Pad 2012-07-27 14:54:57 -04:00
Twinaphex 5af83668fb (Wii) Set up most of the paths on Wii 2012-07-27 19:15:42 +02:00
Twinaphex 61bfa98f5e (Wii) Quick hack so that 'ROM loading' message shows again - should
just make it so that g_console.info_msg_enable can be enabled/disabled
in the menu
2012-07-27 17:51:38 +02:00
Twinaphex 6a28a741df (Wii) get rid of warnings 2012-07-27 16:10:35 +02:00
Themaister ba05aa9f8b Place #ifdeffed stuff in null input together. 2012-07-27 16:06:39 +02:00
twinaphex 0b0a9e0f96 (Xbox 1) Build fix 2012-07-27 16:03:54 +02:00
twinaphex 6bc690b774 (360) Build fix 2012-07-27 16:01:49 +02:00
Twinaphex bf9980d8bc (RARCH_CONSOLE) Control refactor - add post_init and set_analog_to_dpad_mapping
members
2012-07-27 15:46:15 +02:00
Themaister e13b2e1cb5 Cleanup screensaver code. 2012-07-27 15:47:56 +02:00
Themaister ff9820af68 Merge branch 'master' of github.com:Themaister/RetroArch
Conflicts:
	gfx/gfx_common.c
2012-07-27 15:37:10 +02:00
twinaphex 243944ac62 (360) Build fix
(XDK) Fix system_dir setting
2012-07-27 14:59:45 +02:00
Twinaphex 3a661bff71 (RARCH_CONSOLE) Add new load_game_wrap function that all
console ports use - this abstracts away ZIP loading of ROMs too
(PS3) Add new 'ZIP Extract' mode - 'Current dir and load first
file'
2012-07-27 14:32:23 +02:00
Squarepusher f2e22e4b70 Merge pull request #33 from ficoos/linux_screensaver
Linux screensaver
2012-07-26 14:54:59 -07:00
Twinaphex 870f3a4b19 (Wii) Rename wii input/audio/video drivers - add ToadKing
to Wii port credits
2012-07-26 23:11:52 +02:00
Twinaphex ea32b7ac6d Merge git://github.com/ToadKing/RetroArch-Rpi 2012-07-26 23:03:27 +02:00
Toad King 02ee5b7948 (Wii) use input driver for menu 2012-07-26 17:07:47 -04:00
Twinaphex 6ed82854bf Merge git://github.com/ToadKing/RetroArch-Rpi 2012-07-26 21:38:37 +02:00
Twinaphex 468f7256df (PS3) Add new ZIP extract mode - can extract ZIP to current directory
now
2012-07-26 13:08:08 +02:00
Toad King 30b77de46c Merge branch 'master' of git://github.com/Themaister/RetroArch
Conflicts:
	console/retroarch_console.c
	console/retroarch_console_input.h
	wii/input.c
2012-07-26 03:20:28 -04:00
Toad King 8d7ec021f5 (Wii) Lots of input work, interface is now ready for control rebinding
Issues:
* Wiimote with nunchuk attached has button holding issue, Classic Controller might have same issue
* Have to decide how D-Pad emulation should work with Wiimotes and GC controllers
* Add special cases for menu navigation for holding up/down/left/right
2012-07-26 01:28:57 -04:00
Twinaphex 61c5bef909 (RGL PS3) Get rid of 30 microsecond sleep 2012-07-26 00:49:09 +02:00
Twinaphex 19836d5f4c (RGL) Tweaks 2012-07-26 00:35:51 +02:00
Twinaphex 1ab3cdd30a (PS3) Small cleanup in ps3_audio.c 2012-07-25 23:31:15 +02:00
twinaphex 5087d9f69c (Xbox 1) build fix 2012-07-25 23:24:38 +02:00
Twinaphex bfb933d98d (PS3) Split up more code in retroarch_console.c 2012-07-25 23:09:36 +02:00
Twinaphex 2ab5f84e5c (360/PS3) Ports that support HAVE_HDD_CACHE_PARTITION will
fill in default_paths member with path to cache dir
2012-07-25 21:46:22 +02:00
Twinaphex 811abcf612 (RARCH_CONSOLE) Further Input rewrite for console ports 2012-07-25 21:02:01 +02:00
Twinaphex 4ed249fe18 (RARCH_CONSOLE) Split up input code into retroarch_console_input.c -
beter segregation of input code
2012-07-25 19:35:21 +02:00
Twinaphex 86067e3aeb (RARCH_CONSOLE) Split up rzlib helper functions into separate file 2012-07-25 19:03:01 +02:00
Squarepusher a6c2139a21 Merge pull request #34 from freakdave/master
(Xbox 1) Rom list/text position fixes, 720p background image fix
2012-07-25 06:43:53 -07:00
freakdave 3c1a55dce4 (Xbox 1) Fixed rom list/text position in 720p
(Xbox 1) Fixed 720p background image problem (loads native 720p image now)
2012-07-25 14:23:59 +02:00
twinaphex d1d10eefdf (360) Get rid of ifdefs in 360-specific input driver 2012-07-25 14:11:00 +02:00
Saggi Mizrahi de8c4b9a5f (Linux) Suspend screen saver when using SDL or XVIDEO
This doesn't add support for the opengl backend because I'm too tired to
figure out the context mess.

Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2012-07-25 02:04:33 -04:00
Saggi Mizrahi 5a6bec18b6 Remove trailing newlines from some files
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2012-07-25 01:22:49 -04:00
Themaister dd3a1d0df2 Error out in linuxinput if stdin is used for rom loading. 2012-07-25 04:50:47 +02:00
Themaister 38f7673fac Add command functionality to stdin. 2012-07-25 04:50:46 +02:00
Themaister bfdb1615b5 Style nitting. 2012-07-25 04:50:46 +02:00
Themaister fa1c92d7cf Clear up ifdef usage. 2012-07-25 04:50:46 +02:00
twinaphex eb0b1f9327 (Xbox 1) Cleanups to Xinput 1 driver 2012-07-24 20:04:42 +02:00
Twinaphex 04e6ef4719 (Xbox 1) Change around default keybinds for Xbox 1 2012-07-24 19:50:12 +02:00
twinaphex 19c611bf42 (Xbox 1) Dehardcoded controls 2012-07-24 19:58:49 +02:00
twinaphex c29a7e80c9 (Xbox 1) Get rid of retrolaunch.cpp wrapper file - put include lines
in griffin.c instead
2012-07-24 18:35:29 +02:00
twinaphex e88c6b5cfe (Xbox 1) Add Griffin-like wrapper file for the RetroLaunch source
files
2012-07-24 18:16:03 +02:00