mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-02-12 14:06:12 -06:00
Dolphin : Update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
float4 a = SampleOffset(int2( 1, 1));
|
||||
float4 b = SampleOffset(int2(-1, -1));
|
||||
SetOutput(( a*a*1.3 - b ) * 8.0);
|
||||
}
|
||||
void main()
|
||||
{
|
||||
float4 a = SampleOffset(int2( 1, 1));
|
||||
float4 b = SampleOffset(int2(-1, -1));
|
||||
SetOutput(( a*a*1.3 - b ) * 8.0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user