mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
fix for re missing characters in both plugins, thanks to autoran for the testing. also modified depth efb copy behavior to work accordantly to this change.
in opengl efb copy, set the destination texture format and not use argb always. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4575 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -355,7 +355,7 @@ have_texture:
|
||||
colmat[0] = colmat[4] = colmat[8] = colmat[13] = 255.0f/254.0f;
|
||||
break;
|
||||
case 6: // Z24X8
|
||||
colmat[2] = colmat[5] = colmat[8] = 255.0f/254.0f;
|
||||
colmat[0] = colmat[5] = colmat[10] = 255.0f/254.0f;
|
||||
break;
|
||||
case 9: // Z8M
|
||||
colmat[1] = colmat[5] = colmat[9] = colmat[13] = 255.0f/254.0f;
|
||||
|
Reference in New Issue
Block a user