Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Narisokonai Eiyuutan: Taiyou to Tsuki no Monogatari (ULJS-00177) - [Unknown] - 12-12-2013 01:24 AM

Forum Jump: