Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SBS 3D in PPSSPP/Tridef
05-30-2016, 08:55 PM
Post: #2
RE: SBS 3D in PPSSPP/Tridef
Hmm, the depth changes might've actually been what broke this.

If you can compile PPSSPP, try removing this line from GPU/Directx9/GPU_DX9.cpp:

Code:
features |= GPU_SUPPORTS_ACCURATE_DEPTH;

When that flag is set, we squeeze the depth into 1/4th of the available depth space. That might seem crazy, but the goal is to better emulate some features and precision of the PSP's GPU. it might be causing issues with these tools, though.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
SBS 3D in PPSSPP/Tridef - sfdjr - 05-30-2016, 12:48 PM
RE: SBS 3D in PPSSPP/Tridef - [Unknown] - 05-30-2016 08:55 PM
RE: SBS 3D in PPSSPP/Tridef - firyace - 12-06-2016, 08:26 PM

Forum Jump: