Commit Graph

206 Commits

Author SHA1 Message Date
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
bf9980d8bc (RARCH_CONSOLE) Control refactor - add post_init and set_analog_to_dpad_mapping
members
2012-07-27 15:46:15 +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
Twinaphex
870f3a4b19 (Wii) Rename wii input/audio/video drivers - add ToadKing
to Wii port credits
2012-07-26 23:11:52 +02:00
Toad King
02ee5b7948 (Wii) use input driver for menu 2012-07-26 17:07:47 -04: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
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
Toad King
f9d72f583e (Wii) implement audio controll rate settings
have left/right act as page up/down in file browser
change "Start" to reset values in settings
2012-07-18 20:38:09 -04:00
Twinaphex
64260b8d33 (Wii) Settings value text can contain more characters now 2012-07-17 09:49:22 +02:00
Twinaphex
968924eca6 (Wii) Use rarch_settings_change for toggling settings-related options
as much as possible
2012-07-17 01:06:13 +02:00
Toad King
ad1ccae211 (Wii) allow basic Wiimote navigation
map Home button to quit
fix reset button for quit
2012-07-16 17:58:50 -04:00
Toad King
7f0d3c3e38 (Wii) initial code for a settings menu 2012-07-16 17:57:43 -04:00
Twinaphex
2d237784b3 (RARCH_CONSOLE) rarch_console_load_game created 2012-07-08 17:49:58 +02:00
Twinaphex
c3d40d0f5a Snes exorcism 2012-07-07 17:19:32 +02:00
Toad King
aae5870412 (Wii) remember file browser position after returning from game 2012-06-30 04:54:20 -04:00
Toad King
c6fdbaa86d (Wii) remember position in file browser when going back up the folder hierarchy 2012-06-30 04:49:50 -04:00
Toad King
89d2be66da (Wii) display current directory in file browser 2012-06-30 04:03:48 -04:00
Toad King
c9c723482a (Wii) allow changing between SD and USB 2012-06-30 03:08:05 -04:00
Toad King
65a269a532 do not specify device, let launcher choose default one 2012-06-30 01:54:32 -04:00
Toad King
7666d376ab some message display changes 2012-06-29 21:53:00 -04:00
Toad King
0d4c14c6d6 Merge branch 'master' of git://github.com/Themaister/RetroArch 2012-06-29 19:14:29 -04:00
Toad King
8f5300072d only for Wii, not GC 2012-06-29 19:10:41 -04:00
Toad King
7156c47054 L2Enhance() 2012-06-29 18:42:42 -04:00
Twinaphex
81c35236fa (Wii) Set audiorate control delta to 0.004 2012-06-29 21:39:28 +02:00
Twinaphex
824f62fd8e (Wii) Use audio rate control - seems to eliminate frame skipping
problem for now
2012-06-29 21:06:38 +02:00
Twinaphex
21241ddbf0 Merge git://github.com/ToadKing/RetroArch-Rpi
Conflicts:
	console/console_settings.h
	wii/frontend/rgui.c
2012-06-29 17:18:13 +02:00
Twinaphex
1a760f2448 (PS3) Add ROM loading message 2012-06-29 16:47:02 +02:00
Toad King
1db8efedbc (Wii) message box fixes
Have ROM error boxes display for a short period and not reset the file browser
2012-06-28 21:13:45 -04:00
Twinaphex
f0026384d3 (Console) Rename console_ext.c to retroarch_console.c 2012-06-28 17:52:51 +02:00
Twinaphex
f6b1d8cfca (Wii) Use rarch_settings_msg for platform-agnostic string representation
in RetroArch console ports
2012-06-28 12:05:36 +02:00
Toad King
470dda1e3c (WII) add message box when loading a rom (feedback when loading large roms)
fix file browser list stretching past the bottom of the screen
2012-06-27 02:30:14 -04:00
Toad King
bae4f75d2c Merge branch 'master' of git://github.com/Themaister/RetroArch 2012-06-27 00:57:59 -04:00
Toad King
5713f88f11 (WII) enable file browser loop-around 2012-06-27 00:43:25 -04:00
Twinaphex
41259ad334 (Wii) Add File Browser string on top - move filebrowser entries
down
2012-06-27 00:17:02 +02:00
Themaister
b3c270d3f3 Add rate control interface for Wii audio. 2012-06-26 20:11:52 +02:00
Twinaphex
ad8cc4a37e (Wii) Support video frame duping - for Gambatte 2012-06-26 19:04:37 +02:00
Twinaphex
d97465d16d (Wii) Removed freetype dependency 2012-06-26 18:58:41 +02:00
Toad King
25a55c1565 audio fix 2012-06-25 16:46:09 -04:00
Toad King
6b90c32d3f audio fixes 2012-06-25 16:33:40 -04:00
Toad King
ebf7259128 Merge branch 'master' of http://github.com/Themaister/RetroArch 2012-06-25 15:27:55 -04:00
Toad King
49c9e766af Wii changes 2012-06-25 15:27:41 -04:00
Twinaphex
3e4f09d66d (Wii) Move RGUI code over to wii/frontend 2012-06-24 13:20:55 +02:00
TwinAphex51224
c58d18b1c1 (360/Wii) Move to frontend directories 2012-06-23 21:06:38 +02:00
Twinaphex
b429637d1c (Wii) Makefile fixes to wii 2012-06-19 06:44:36 +02:00
Themaister
bc5d73dbdd Update to 0.9.6. 2012-06-03 22:09:04 +02:00
Twinaphex
a171f4c9fd (RARCH_CONSOLE) We want to init the message queue way before RetroArch
actually starts on consoles - therefore we add this ifdef -
beats having to add this for every console port
2012-05-28 23:14:18 +02:00
Twinaphex
c5735e0aec (360/Wii/PS3) Abstracted input code 2012-05-28 05:06:25 +02:00
Twinaphex
663268be24 (Wii) Remove some obsolete functions 2012-05-28 04:47:29 +02:00
TwinAphex51224
7064abded5 (RARCH_CONSOLE) message queue needs to be inited long before
Retro arch main init function - also added some onscreen
messages to some of the settings for the 360 port
2012-05-22 04:14:28 +02:00
Themaister
068b3b90f5 Update version to 0.9.6-rc1. 2012-05-11 21:43:56 +02:00
Themaister
2e205f6a94 Update Makefiles to 0.9.6. 2012-05-07 20:58:32 +02:00
Twinaphex
419bfc17ef (Rgui) Rename SGUI to RGUI 2012-05-06 04:04:33 +02:00
Themaister
2c9eb8e840 Update version to 0.9.6-beta1. 2012-04-29 01:06:53 +02:00
Twinaphex
b34da9df49 (Wii) Wii port compiles again. 2012-04-22 00:38:24 +02:00
Themaister
ce740f8948 More fixups. 2012-04-21 23:31:57 +02:00
Themaister
aab8fb6151 ssnes_* => rarch_*. 2012-04-21 23:25:32 +02:00
Themaister
9ab51ad23a SSNES => RetroArch. 2012-04-21 23:17:43 +02:00
Twinaphex
a853964755 (Wii) Simplify macros in wii/video.c 2012-04-14 16:41:01 +02:00
Twinaphex
dd50c986ec (Wii) Some small fixes in wii/video.c 2012-04-14 02:35:19 +02:00
Twinaphex
b0cc4a6f61 (Wii) Prepare for Griffin 2012-04-14 01:00:09 +02:00
Twinaphex
1352c29f39 (Wii) Add HAVE_FILE_LOGGER debugging code 2012-04-13 23:40:10 +02:00
Twinaphex
6fb2f9b161 Move to HAVE_SSNES_MAIN_WRAP for Wii 2012-04-13 23:16:51 +02:00
Twinaphex
1193d41360 Add some file logging stuff for Wii debugging 2012-04-13 22:54:30 +02:00
Twinaphex
9db2a51a81 Updated meta.xml + fixed some indenting in xdk360_video.cpp 2012-04-13 03:23:23 +02:00
Twinaphex
9cb9597e8a (Wii) Wii port updates - broken right now -
exits to HBC right after loading a ROM
2012-04-13 02:17:27 +02:00
Twinaphex
d33e0250b6 (Wii/NGC) Add HW_RVL defines to wii/input.c (there will be
SSNES GameCube too)
2012-04-11 04:25:55 +02:00
Twinaphex
24ecf1c4e5 (Wii) Some cleanups to wii/input.c 2012-04-11 04:22:41 +02:00
Twinaphex
cb9fa07ad9 (Wii) Fix include path 2012-04-10 22:40:44 +02:00
Twinaphex
5906754468 (Libretro) libretro-related to ports 2012-04-10 03:14:21 +02:00
Twinaphex
b2fcf5b281 (PS3) More libretro commits - broken right now on retro_run 2012-04-10 01:00:25 +02:00
Themaister
e3a71a8c5b Fixup headers. 2012-04-09 22:05:26 +02:00
Themaister
62c96ea937 Change license header. 2012-04-09 22:03:57 +02:00
Themaister
9698cd7dbd Change headers. 2012-04-09 22:03:57 +02:00
Themaister
6cd4989651 Rename macro. 2012-03-12 22:55:19 +01:00
Themaister
7f4d701b19 Preparations for 0.9.5 release. 2012-03-11 17:52:10 +01:00
Themaister
b0ddf78db0 Updates for 0.9.4.1. 2012-01-22 19:43:13 +01:00
TwinAphex51224
c7e32cbbd2 (PS3) Some more work on PS3 menu front 2012-01-17 23:59:23 +01:00
Themaister
d186e14eeb VSync one frame earlier. 2012-01-08 02:21:28 +01:00
Themaister
08aaa1021c More aestethically pleasing effect. 2012-01-08 01:32:45 +01:00
Themaister
b4248038fb Update license headers. 2012-01-08 01:12:05 +01:00
Themaister
ca587ab92e Actually runs. 2012-01-08 01:07:26 +01:00
Themaister
6f5c33848e Begin work on menu for Wii. 2012-01-08 00:57:44 +01:00
Themaister
114c723d59 Only init input once. 2012-01-03 12:22:07 +01:00
Themaister
da39f8d3d6 Support classic controller. 2012-01-03 12:11:02 +01:00
Themaister
33b76628aa Far better vsync handling. 2012-01-03 11:32:07 +01:00
Themaister
94162f452d Use RGB5A3 for Wii. 2012-01-03 10:32:51 +01:00
Themaister
d66e039536 Fix 15->16 bit conversions. 2012-01-02 15:43:46 +01:00
Themaister
eeebc2d06b Optimize a bit. 2012-01-02 14:50:03 +01:00
Themaister
7d1ebdf94a Pick linear/nearest filtering correctly. 2012-01-02 13:45:31 +01:00
Themaister
793c00e614 Attempt on tiled textures for Wii. 2012-01-02 12:56:09 +01:00
Themaister
62ead00f0f Some additions, but still broken. 2011-12-24 14:41:19 +01:00
Themaister
0b78abb31d hrr drr. 2011-12-15 00:28:47 +01:00
Themaister
2fd8ffbf22 Some progress at least. 2011-12-14 23:56:07 +01:00
Themaister
83f7be0cbb Some more stuff. 2011-12-14 22:29:12 +01:00
Themaister
7f5db4d70f Boots up, but broken graphics. 2011-12-14 21:44:03 +01:00
Themaister
4f04c1288b Use fatInit default. 2011-12-14 19:11:46 +01:00
Themaister
fd7b0b05b8 Hurr. 2011-12-14 16:01:16 +01:00
Themaister
9abc7c00c9 It links :o 2011-12-14 14:52:58 +01:00
Themaister
aa4f79f236 Start working on video. 2011-12-14 14:26:40 +01:00
Themaister
62f5c53b72 Start on Wii input. 2011-12-14 13:20:22 +01:00
Themaister
534163a57f Start adding stuff for Wii. 2011-12-14 12:49:13 +01:00