mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Reformat all the things!
This commit is contained in:
@ -1194,7 +1194,10 @@ static void WriteTevRegular(ShaderCode& out, const char* components, int bias, i
|
||||
|
||||
const char* tevLerpBias[] = // indexed by 2*op+(shift==3)
|
||||
{
|
||||
"", " + 128", "", " + 127",
|
||||
"",
|
||||
" + 128",
|
||||
"",
|
||||
" + 127",
|
||||
};
|
||||
|
||||
const char* tevBiasTable[] = {
|
||||
|
Reference in New Issue
Block a user