Commit graph

93 commits

Author SHA1 Message Date
simon.kagstrom e9a7132651 Swap Y-direction of analogue sticks on the classic controller 2009-05-25 17:17:41 +00:00
dborth 885234bde0 match new keyboard def in libogc 2009-05-16 17:13:23 +00:00
dborth b32c91e970 SDL_HWPALETTE fix (submitted by tehpola) 2009-05-13 08:36:39 +00:00
dborth 9b4b52aba7 remove usb mouse/keyboard - now using from libogc :) 2009-05-13 08:31:52 +00:00
dborth 9d032dd6d9 reduce # samples to 512, add buffer padding for safety 2009-05-11 08:38:01 +00:00
simon.kagstrom 01a3096ca9 Correct sound buffer size (given in number of words, expected as bytes) 2009-05-10 19:31:56 +00:00
simon.kagstrom edce2af9fe Allow setting sound frequency to either 32KHz or 48KHz 2009-05-10 18:16:51 +00:00
simon.kagstrom 0533c60e56 Make 16bpp the default mode 2009-05-10 14:54:27 +00:00
Carl.Kenner 3b4c232b4d Joystick fixed for Nunchuk and Classic controller (Y axis was inverted). Someone still needs to check gamecube. Makefile fixed. 2009-05-10 10:24:50 +00:00
dborth 554c1977b9 remove some unneeded files 2009-05-08 16:53:03 +00:00
dborth 83da7b0219 fix compiler warning 2009-05-08 16:33:32 +00:00
dborth 626097be55 makefile corrections 2009-05-08 08:37:17 +00:00
dborth 2e17ed7186 Add libogc function defs 2009-05-08 08:13:43 +00:00
dborth e9b7ee50bf remove unneeded files 2009-05-08 07:41:25 +00:00
dborth 806019e2d4 SDL net patch from s_parlane 2009-05-08 06:43:26 +00:00
dborth 22bac17197 run: before all: is a naughty thing! moving it below... 2009-05-08 03:07:24 +00:00
dborth 0f2d658e36 change pad functionality 2009-05-07 08:01:02 +00:00
Carl.Kenner 5737aa7a2c Power buttons are now handled by SDL. Power switches off the Wii. Reset returns to Homebrew channel.
Project files added.
2009-05-05 19:02:30 +00:00
simon.kagstrom 11d0ef5030 Fix issue #5 2009-05-05 18:10:59 +00:00
simon.kagstrom c7b30010e0 dos2unix 2009-05-05 18:09:29 +00:00
simon.kagstrom e2f1267520 Switch instead of ifs for the surface flipping 2009-05-04 16:29:15 +00:00
simon.kagstrom 2440cd5191 Make sure the palette values does not overflow 2009-05-04 15:54:02 +00:00
simon.kagstrom 7f92f6a7d8 Adapt scanffs 24->16 method for 8->16 2009-05-04 15:46:38 +00:00
scanff 34764de2af Added support for 24bit video. Kinda crude conversion to the 16bit color space but will work fine until I find more time to work on it. 2009-05-02 07:45:02 +00:00
dborth a8da628b77 add dummy cdrom, fix joystick init, small audio changes 2009-04-30 05:38:31 +00:00
simon.kagstrom 3071956417 Revert last change - it only works for one joystick (with two, scan pads would stop when one is closed) 2009-04-30 05:18:18 +00:00
dborth 6ddb9972a3 minor changes 2009-04-29 23:23:57 +00:00
simon.kagstrom 369ee60677 Started working on support for 8-bit color depth. Palette is OK and
drawing is "somewhat" correct, this need to be finished later...
2009-04-29 20:02:23 +00:00
dborth 7277a9e710 small GX tweak 2009-04-29 17:22:11 +00:00
simon.kagstrom 1a727cf088 Move scanning of pads to joystick implementation instead. Frodo doesn't use
the SDL joystick support (and scans the pads by itself!). Scanning the pads
at multiple places just makes things fall apart.
2009-04-29 16:34:42 +00:00
dborth 7690bb4d2b add SDL_net source (not ported) 2009-04-29 07:40:27 +00:00
dborth d80f471105 UNTESTED - Wii joystick support (thanks Squidman!) 2009-04-29 05:40:27 +00:00
dborth 980150bc6b rewrite audio system to use threading for conversion 2009-04-29 04:30:45 +00:00
dborth b42793c03c rewrite video system to use GX 2009-04-28 21:34:53 +00:00
simon.kagstrom c60046e30b Handle shift correctly (patch from Danny Milo) 2009-04-26 07:43:49 +00:00
simon.kagstrom aacfe90738 Don't quit on pressing the HOME button on the remote. At least Frodo/Wii
uses HOME to access it's menu, and it also doesn't make sense to
hard-code this anyhow.

Binding the reset button to this would make sense though.
2009-04-26 06:36:01 +00:00
simon.kagstrom c27c5523e8 Make install dir configurable 2009-04-26 06:34:28 +00:00
simon.kagstrom 1a09c789f3 Make install dir for headers/libs settable 2009-04-25 05:39:02 +00:00
simon.kagstrom 8b85caa732 Remove DOS line endings 2009-04-25 05:32:48 +00:00
dborth 76df2a27aa delete old files 2009-04-24 08:00:40 +00:00
dborth 418eb1bf6e update makefiles for easier compiling/installing 2009-04-23 19:46:20 +00:00
dborth eb25849316 2009-04-23 18:30:56 +00:00
dborth 429fc0a381 Initial import. 2009-04-23 17:32:29 +00:00