Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
Go to file
2011-01-31 00:08:06 +00:00
Data/User/GameConfig Initial directory structure. 2009-08-09 21:01:41 +00:00
Languages/po Initial directory structure. 2009-08-09 21:01:41 +00:00
16bit.txt Adding 5 shaders by Gabriel P. 2010-07-05 22:31:03 +00:00
32bit.txt Adding 5 shaders by Gabriel P. 2010-07-05 22:31:03 +00:00
acidmetal.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
acidtrip2.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
acidtrip.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
auto_toon2.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
auto_toon.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
bad_bloom.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
brighten.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
chrismas.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
cool1.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
darkerbrighter.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
emboss.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
fire2.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
fire.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
firewater.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
grayscale2.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
grayscale.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
invert_blue.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
invert.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
invertedoutline.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
mad_world.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
nightvision2.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
nightvision2scanlines.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
nightvision.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
posterize2.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
posterize.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
primarycolors.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
README.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
sepia.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
sketchy.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
spookey1.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
spookey2.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
stereoscopic2.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
stereoscopic.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
sunset.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
swap_RGB_BGR.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
swap_RGB_BRG.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
swap_RGB_GBR.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
swap_RGB_GRB.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
swap_RGB_RBG.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00
toxic.txt Set svn:eol-style native. 2011-01-31 00:08:06 +00:00

//dummy shader:
uniform samplerRECT samp0 : register(s0);

void main(out float4 ocol0 : COLOR0, in float2 uv0 : TEXCOORD0)
{
  float4 c0 = texRECT(samp0, uv0).rgba;
  ocol0 = float4(c0.r, c0.g, c0.b, c0.a);
}
/*
And now that's over with, the contents of this readme file!
For best results, turn Wordwrap formatting on...
The shaders shown in the dropdown box in the video plugin configuration window are kept in the directory named User/Data/Shaders. They are linked in to the dolphin source from the repository at <http://dolphin-shaders-database.googlecode.com/svn/trunk/>. See <http://code.google.com/p/dolphin-shaders-database/wiki/Documentation> for more details on the way shaders work.

This file will hopefully hold more content in future...
*/