mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-04-25 06:06:03 +03:00
[GH-ISSUE #5035] 3rd Birthday glitches #2111
Labels
No labels
Atrac3+
Audio
CPU emulation
D3D11
D3D9 (removed)
Depth / Z
Feature Request
Font Atlas
GE emulation
Guardband / Range Culling
HLE/Kernel
I/O
Input/Controller
MP3
Multithreading
Needs hardware testing
Networking/adhoc/infrastructure
No Feedback / Outdated?
OpenGL
PGF / sceFont
PSMF / MPEG
Platform-specific (Android)
Platform-specific (Windows)
Platform-specific (iOS)
PowerVR GPU
SDL2
Saving issue
User Interface
Vulkan
arm64jit
armjit
armv6
x86jit
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ppsspp#2111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pinguallyj on GitHub (Jan 7, 2014).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/5035
Well, i have some glitches whenever I'm playing 4th episode.

1st its Aya's:
Also when i'm overdriving some text or soldier's body left on screen
I tried both buffered and non buffered rendering, but nothing helps I also disabled HW transform which didn't helped.
Second is crashes, they appear randomly but very often
@dbz400 commented on GitHub (Jan 7, 2014):
Did you see this glitch when you first start the game ? (It should be strong blue fog but not like this)
Besides, please try it on 0.9.6-360 .
@pinguallyj commented on GitHub (Jan 7, 2014):
@raven02 Yep, its fixed in 0.9.6-360, thanks.
But glitch with text and soldiers still appears
@dbz400 commented on GitHub (Jan 7, 2014):
What is the "glitch with text and soldiers"? i think different from that 4th episode
@pinguallyj commented on GitHub (Jan 7, 2014):
@raven02 there is soldier's silhouettes left on teh screen while overdriving

@unknownbrackets commented on GitHub (Jan 20, 2014):
I think this is the same issue as #3354. The ghosting is caused by rendering to a texture, from the same texture, which OpenGL does not really support.
-[Unknown]