mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
fix efb2ram decoder
This commit is contained in:
parent
85ac76e8e2
commit
cf8f936abb
@ -282,7 +282,7 @@ void WriteSampleColor(char*& p, const char* colorComp, const char* dest, API_TYP
|
||||
|
||||
// the increment of sampleUv.x is delayed, so we perform it here. see WriteIncrementSampleX.
|
||||
const char* texSampleIncrementUnit;
|
||||
if (ApiType != API_OPENGL || ApiType != API_GLSL)
|
||||
if (ApiType != API_OPENGL && ApiType != API_GLSL)
|
||||
texSampleIncrementUnit = I_COLORS"[0].x / " I_COLORS"[0].z";
|
||||
else
|
||||
texSampleIncrementUnit = I_COLORS"[0].x";
|
||||
|
Loading…
Reference in New Issue
Block a user