Gered
4436f3e131
disable texture filtering (use nearest-neighbor) for sharper pixels
2016-10-30 17:05:52 -04:00
Gered
ff724a67a4
add SDL_USE240P flag, and some better video mode config behaviour
...
this new SDL_USE240P flag must be provided to SDL_SetVideoMode if
the application wants to use a 240p TV video mode _AND_ only is used
if the video mode being set with SDL_SetVideoMode is 320x240. otherwise
libogc's VIDEO_GetPreferredMode is used which will result in either
480i or 480p
also borrowed some of the logic from VIDEO_GetPreferredMode to set an
equivalent video mode to 240p for PAL regions
2016-10-30 15:23:27 -04:00
Gered
c40dab22fe
add support for using an actual 240p mode for 320x240
2016-10-30 13:14:40 -04:00
Gered
34179cedeb
add gitignore
2016-10-24 21:08:06 -04:00
Gered
a8f0a0405e
ensure that build succeeds, even if $(DEVKITPPC)/bin is not on PATH
...
there is no need for it to be on the PATH, and with this simple change
it's never going to be a problem for building sdl-wii
2016-10-24 18:05:13 -04:00
fabio.olimpieri
10e5b7c00e
SDL_KillThread not implemented on WII
2014-12-21 17:52:00 +00:00
fabio.olimpieri
b341a986bb
Thread creation error handling (max 12 treads can be created) and priority equal to the main (64)
2014-12-21 17:49:18 +00:00
fabio.olimpieri
30ed1f23d6
LWP_CondTimedWait's timespec parameter passes relative time instead of absolute time as specified in the documentation
2014-12-21 17:46:29 +00:00
fabio.olimpieri
4c99ac2c74
Reduced sensitivity in mouse emulation by wiimote
2013-10-26 11:49:01 +00:00
fabio.olimpieri
0637dc5899
Reduced mouse sensitivity
2013-10-26 11:46:09 +00:00
fabio.olimpieri
4e5df9d378
Fixe Gamecube controller support and L/R triggers of Wii classic
2013-10-26 11:02:46 +00:00
dborth
537ea29c41
use efbHeight instead of xfbHeight (issue 47)
2012-08-12 18:43:06 +00:00
dborth
e69272eb2f
use default video mode
2012-04-27 05:14:09 +00:00
dborth
bed3e501c0
patches from tracker
2011-08-22 03:04:01 +00:00
dborth
103db77151
2011-06-21 02:23:05 +00:00
dborth
eb0f87fd05
2010-11-17 07:27:36 +00:00
dborth
fcc228ab8d
2010-08-11 22:27:35 +00:00
dborth
d9726f2ce2
check/reload IOS
2010-08-11 04:10:23 +00:00
dborth
89cb25a2b6
2010-07-09 03:19:29 +00:00
dborth
8eb7ad5672
2010-07-09 03:05:17 +00:00
dborth
2bfdd07d6c
there!
2010-07-09 03:02:10 +00:00
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