Project

General

Profile

Actions

Emulator Issues #3407

closed

Resident Evil 0 GC and Wii shadow effects

Added by irencepn over 14 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
GFX
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

What steps will reproduce the problem?
1.Run r5778 - character has no shadow
2.

What is the expected output? What do you see instead?

Dolphin version with the problem? Other Dolphin version without the
problem?

r5777 works properly
r5778 has this issue (no shadow)

32-bit or 64-bit and any other build parameters?

Any

OS version and versions of tools/libraries used?

Windows (any)

Please provide any additional information below.

http://forums.dolphin-emu.com/thread-11780-page-1.html


Related issues 1 (0 open1 closed)

Has duplicate Emulator - Emulator Issues #3552: Resident Evil Zero Shadows!!!Duplicate

Actions
Actions #1

Updated by hatarumoroboshi over 14 years ago

In fact it's only a problem of the Dx9 plugin, with the OpenGL plugin shadows aren't missing.

Actions #2

Updated by irencepn over 14 years ago

I use dx9 for example :))

Actions #3

Updated by bgtsetso over 14 years ago

I can confirm that this issue is still present in r6314

Actions #4

Updated by skidau over 14 years ago

  • Category set to gfx
Actions #5

Updated by skidau over 14 years ago

Issue 3552 has been merged into this issue.

Actions #6

Updated by Anonymous over 14 years ago

In void Renderer::SetLogicOpMode() else calls SetBlendMode(true) but in SetBlendMode is return:
if (bpmem.blendmode.logicopenable)
return;

commenting above line and shadows aper, also disabling check for bpmem.blendmode.logicmode != 3 in SetLogicOpMode helps.

Actions #7

Updated by Anonymous over 14 years ago

Above notes was for DX11 plugin, also using something like that in SetBlendMode helps:

if (bpmem.blendmode.logicopenable && !forceUpdate)
	return;
Actions #8

Updated by rodolfoosvaldobogado over 14 years ago

please try 6502

Actions #9

Updated by irencepn over 14 years ago

Will try, compiling!

Actions #10

Updated by irencepn over 14 years ago

Fixed!!!

Actions #11

Updated by auron344 over 14 years ago

Yeeeehaaa!!!

Actions #12

Updated by bgtsetso over 14 years ago

yep, the issue is fixed!

Actions #13

Updated by rodolfoosvaldobogado over 14 years ago

  • Status changed from New to Fixed
Actions

Also available in: Atom PDF