Narisokonai Eiyuutan: Taiyou to Tsuki no Monogatari (ULJS-00177)
|
12-12-2013, 01:24 AM
Post: #12
|
|||
|
|||
RE: Narisokonai Eiyuutan: Taiyou to Tsuki no Monogatari (ULJS-00177)
Hmm, so theoretically we're upgrading that width to 32 automatically (since it's 4 bit.)
I wonder why that wouldn't be working... As an experiment, what happens if you change this: https://github.com/hrydgard/ppsspp/blob/...oder.h#L79 To: 0x7FF & ~(((8 * 32) / 4) - 1), //GE_TFMT_CLUT4, Or: 0x7FF & ~(((8 * 8) / 4) - 1), //GE_TFMT_CLUT4, Does either one make it look better? -[Unknown] |
|||
« Next Oldest | Next Newest »
|