dborth
|
78f29f784c
|
|
2010-07-09 02:59:00 +00:00 |
|
dborth
|
e5e30cbf32
|
fix sound, fix compiling on r22
|
2010-06-24 18:07:10 +00:00 |
|
dborth
|
34460387ee
|
update audio to match libogc SVN
|
2010-05-23 06:24:36 +00:00 |
|
dborth
|
9486d6bb85
|
|
2010-03-17 06:38:37 +00:00 |
|
dborth
|
9b62de3e27
|
|
2010-03-17 06:34:05 +00:00 |
|
dborth
|
1a474d1e8f
|
add option to enable widescreen
|
2010-03-17 06:33:00 +00:00 |
|
dborth
|
2df669c7b0
|
add WII_ChangeSquare() - use this to do screen adjustments. add a console back in. disable with:
extern const devoptab_t dotab_stdnull;
devoptab_list[STD_OUT] = &dotab_stdnull;
devoptab_list[STD_ERR] = &dotab_stdnull;
if you need to
|
2010-01-07 21:07:25 +00:00 |
|
dborth
|
c3529e7cfe
|
reorder makefile for dependencies
|
2009-11-27 09:19:17 +00:00 |
|
scanff
|
3a513cffbd
|
Ogg's now play! As simple as changing.
SDL_BuildAudioCVT(cvt, AUDIO_S16, vi->channels, vi->rate, mixer.format,mixer.channels,mixer.freq);
To - AUDIO_S16MSB
|
2009-11-04 06:49:40 +00:00 |
|
dborth
|
72fef99548
|
workaround for wiimote mouse movement issue
|
2009-10-15 05:46:23 +00:00 |
|
dborth
|
b935d83ec9
|
rewrite mouse motion code, change vres when display size changes
|
2009-10-14 06:22:27 +00:00 |
|
dborth
|
4f9aadb9bb
|
correct use of DrawDone
|
2009-10-13 23:11:33 +00:00 |
|
dborth
|
a9519239d4
|
improvements to video/audio threading
|
2009-10-09 22:49:54 +00:00 |
|
dborth
|
ebb974cbe5
|
update for r18
|
2009-10-09 05:16:20 +00:00 |
|
dborth
|
a9f304ac53
|
|
2009-09-30 01:56:19 +00:00 |
|
dborth
|
5c3e6cd349
|
|
2009-09-30 01:26:27 +00:00 |
|
dborth
|
67b3140e95
|
corrections to video stop/start
|
2009-09-30 01:24:04 +00:00 |
|
dborth
|
05a413da93
|
|
2009-09-30 00:19:49 +00:00 |
|
dborth
|
302cf5b521
|
allow video to be shutdown/started up from outside SDL
|
2009-09-29 06:31:32 +00:00 |
|
dborth
|
31e8f79474
|
add missing files
|
2009-08-12 06:06:50 +00:00 |
|
dborth
|
43dac50e75
|
add missing mixer
|
2009-08-04 20:51:04 +00:00 |
|
dborth
|
9d9d253538
|
UpdateRect support and 32 bpp support, while maintaining older (faster) conversion code for 8/16 flipping
24/32 bpp now fully supported, but not recommended!
|
2009-08-04 07:16:43 +00:00 |
|
dborth
|
3c0e60b546
|
add smpeg to project
|
2009-08-04 05:44:43 +00:00 |
|
dborth
|
ff80b8d007
|
use $(LIBOGC_INC) and $(LIBOGC_LIB)
|
2009-07-28 05:43:51 +00:00 |
|
dborth
|
55c6b5968b
|
rollback r65 for now, see issue 19.
|
2009-07-23 07:09:57 +00:00 |
|
dborth
|
379044f0e1
|
UpdateRect support and 32 bpp support (thanks brijohn!)
slight performance decrease on FlipHWSurface :(
|
2009-07-23 06:25:50 +00:00 |
|
dborth
|
c992e47e46
|
update for libogc
|
2009-07-15 04:51:24 +00:00 |
|
dborth
|
a360132579
|
threads should be higher priority
|
2009-07-15 04:18:02 +00:00 |
|
simon.kagstrom
|
f57d4acbbb
|
Only call WPAD_Data() once
|
2009-07-11 11:21:19 +00:00 |
|
simon.kagstrom
|
8b980fc7b0
|
Add pitch/roll/yaw as axises
|
2009-07-11 11:11:17 +00:00 |
|
dborth
|
7617766f6c
|
apparently that was a bad idea.
|
2009-07-01 20:15:29 +00:00 |
|
dborth
|
e4c8dab329
|
_THIS -> this
|
2009-07-01 19:49:22 +00:00 |
|
dborth
|
c79279fc2a
|
UpdateRects - call flip. is this sufficient?
|
2009-07-01 19:44:17 +00:00 |
|
dborth
|
22d0644b0c
|
remove video callback - prevents over-reading of pads
|
2009-07-01 18:30:33 +00:00 |
|
dborth
|
6478c23656
|
minor joystick corrections
|
2009-06-30 06:14:45 +00:00 |
|
dborth
|
1268f79f9e
|
fix for PAL50
|
2009-06-28 19:50:57 +00:00 |
|
dborth
|
5df9ebe221
|
corrections to keyboard mappings, add missing keys
|
2009-06-28 19:30:55 +00:00 |
|
dborth
|
5a1a5a42b4
|
do not register wiimote 'mouse' clicks when the wiimote is not pointed at the screen
|
2009-06-28 18:29:09 +00:00 |
|
dborth
|
4b6ed2fd71
|
change comments
|
2009-06-14 06:30:04 +00:00 |
|
dborth
|
854235bdbc
|
add mutex lock
|
2009-06-11 17:51:32 +00:00 |
|
dborth
|
a191ec38ae
|
add global makefile :)
|
2009-06-03 22:30:46 +00:00 |
|
dborth
|
f8bd910f08
|
switch to -O3
|
2009-06-03 04:58:24 +00:00 |
|
dborth
|
63262e4da3
|
code formatting
|
2009-05-29 15:28:11 +00:00 |
|
dborth
|
771aa952a5
|
thread compiling fix
|
2009-05-29 15:19:29 +00:00 |
|
simon.kagstrom
|
cbd1320151
|
Comments that explain what the last commit is all about
|
2009-05-25 18:47:20 +00:00 |
|
simon.kagstrom
|
1dd586df01
|
Fix bug where classic UP is mis-identified as nunchuk Z (same key code)
|
2009-05-25 17:48:07 +00:00 |
|
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 |
|