| 59 | |
| 60 | #if defined(DAEDALUS_GL) || defined(DAEDALUS_ACCURATE_TMEM) |
| 61 | static ETextureFormat SelectNativeFormat(const TextureInfo & ti) |
| 62 | { |
| 63 | // On OSX, always use RGBA 8888 textures. |
| 64 | return TexFmt_8888; |
| 65 | } |
| 66 | |
| 67 | #else |
| 68 |
no test coverage detected