mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Minor fix 'useBufferedRendering' bool variable
This commit is contained in:
parent
b6ce0b3d3b
commit
7612335992
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ void TextureCache::SetTexture() {
|
|||
TexCacheEntry *entry = NULL;
|
||||
gstate_c.flipTexture = false;
|
||||
gstate_c.skipDrawReason &= ~SKIPDRAW_BAD_FB_TEXTURE;
|
||||
bool useBufferedRendering = g_Config.iRenderingMode != 0 ? 1 : 0;
|
||||
bool useBufferedRendering = g_Config.iRenderingMode != FB_NON_BUFFERED_MODE;
|
||||
bool replaceImages = false;
|
||||
|
||||
if (iter != cache.end()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue