Files
ppsspp/GPU
mrfixit2001 0ab6c59fbe Avoid possible compile error: conflicting defs
In some cases, depending on the build flags, these two lines can be actively compiled at the same time, resulting in a conflicting definitions error:
https://github.com/hrydgard/ppsspp/blob/master/GPU/Common/DrawEngineCommon.h#L41
https://github.com/hrydgard/ppsspp/blob/master/GPU/Common/TextureDecoder.h#L88

I believe all that's necessary here is to add these "or" clauses to avoid it and safeguard against the error.
2018-11-26 14:59:14 -05:00
..
2018-11-24 10:51:47 -08:00
2018-11-24 10:19:28 -08:00
2018-11-24 10:19:28 -08:00
2014-09-13 23:51:07 +02:00
2017-12-28 19:27:45 -08:00