VideoCommon: rename efb2tex and efb2ram

This commit is contained in:
degasus
2015-02-21 12:08:47 +01:00
parent 1313d3461f
commit 967eaad8df
10 changed files with 15 additions and 24 deletions

View File

@ -91,7 +91,7 @@ struct DTMHeader
u8 CPUCore; // 0 = interpreter, 1 = JIT, 2 = JITIL
bool bEFBAccessEnable;
bool bEFBCopyEnable;
bool bCopyEFBToTexture;
bool bSkipEFBCopyToRam;
bool bEFBCopyCacheEnable;
bool bEFBEmulateFormatChanges;
bool bUseXFB;