|
|
| version 1.10, 2004/07/17 20:43:02 | version 1.11, 2004/07/19 14:24:05 |
|---|---|
| Line 103 static GXDisplayProperties GXGETDISPLAYP | Line 103 static GXDisplayProperties GXGETDISPLAYP |
| ret.cbyPitch = rfbi.cyStride; | ret.cbyPitch = rfbi.cyStride; |
| ret.cBPP = rfbi.wBPP; | ret.cBPP = rfbi.wBPP; |
| ret.ffFormat = 0; | ret.ffFormat = 0; |
| switch(rfbi.wBPP) { | switch(rfbi.wFormat) { |
| case RFBIFMT_565: | case RFBIFMT_565: |
| ret.ffFormat |= kfDirect565; | ret.ffFormat |= kfDirect565; |
| break; | break; |