Fix wrapping in FifoPlayer comment
This commit is contained in:
parent
d5cfac71d0
commit
0441826206
|
@ -43,12 +43,10 @@ enum class State;
|
||||||
// 8. The output of fifoplayer would be wrong.
|
// 8. The output of fifoplayer would be wrong.
|
||||||
|
|
||||||
// To keep compatibility with old fifologs, we have this flag which signals texture cache to not
|
// To keep compatibility with old fifologs, we have this flag which signals texture cache to not
|
||||||
// bother
|
// bother hashing the memory and just assume the hash matched.
|
||||||
// hashing the memory and just assume the hash matched.
|
|
||||||
// At a later point proper efb copy support should be added to fiforecorder and this flag will
|
// At a later point proper efb copy support should be added to fiforecorder and this flag will
|
||||||
// change
|
// change based on the version of the .dff file, but until then it will always be true when a
|
||||||
// based on the version of the .dff file, but until then it will always be true when a fifolog is
|
// fifolog is playing.
|
||||||
// playing.
|
|
||||||
|
|
||||||
// Shitty global to fix a shitty problem
|
// Shitty global to fix a shitty problem
|
||||||
extern bool IsPlayingBackFifologWithBrokenEFBCopies;
|
extern bool IsPlayingBackFifologWithBrokenEFBCopies;
|
||||||
|
|
Loading…
Reference in New Issue