mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Revert pull 910, fix for numerous games, frameskip
This commit is contained in:
parent
6ffefb49b2
commit
e916af3755
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ void TextureCache::SetTexture() {
|
|||
if (iter != cache.end()) {
|
||||
entry = &iter->second;
|
||||
// Check for FBO - slow!
|
||||
if (g_Config.bBufferedRendering && entry->framebuffer) {
|
||||
if (entry->framebuffer) {
|
||||
entry->framebuffer->usageFlags |= FB_USAGE_TEXTURE;
|
||||
if (entry->framebuffer->fbo){
|
||||
fbo_bind_color_as_texture(entry->framebuffer->fbo, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue