mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 01:29:16 +01:00
change gl caps.dat constants
This commit is contained in:
parent
1686eb9871
commit
2f9a905c61
@ -942,7 +942,9 @@ RwBool RtCharsetDestroy(RtCharset * charSet) { charSet->destroy(); return
|
|||||||
RwInt32 _rwD3D8FindCorrectRasterFormat(RwRasterType type, RwInt32 flags)
|
RwInt32 _rwD3D8FindCorrectRasterFormat(RwRasterType type, RwInt32 flags)
|
||||||
{
|
{
|
||||||
#ifdef RW_GL3
|
#ifdef RW_GL3
|
||||||
return '3LGO';
|
if(flags & (rwRASTERFORMATPAL8 | rwRASTERFORMAT8888))
|
||||||
|
return 'NOPE';
|
||||||
|
return 'YUP';
|
||||||
#endif
|
#endif
|
||||||
return flags & 0xF00;
|
return flags & 0xF00;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user