mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-12 04:11:56 +00:00
Clean up accidental debug code.
This commit is contained in:
parent
30e13c7c37
commit
f084084ff7
@ -367,6 +367,9 @@ void TextureReplacer::NotifyTextureDecoded(const ReplacedTextureDecodeInfo &repl
|
||||
case ReplacedTextureFormat::F_8888_BGRA:
|
||||
ConvertBGRA8888ToRGBA8888(saveBuf.data(), (const u32 *)data, (pitch * h) / sizeof(u32));
|
||||
break;
|
||||
case ReplacedTextureFormat::F_8888:
|
||||
// Impossible. Just so we can get warnings on other missed formats.
|
||||
break;
|
||||
}
|
||||
|
||||
data = saveBuf.data();
|
||||
|
@ -1,5 +1,3 @@
|
||||
#pragma optimize("", off)
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#define NOMINMAX
|
||||
|
Loading…
x
Reference in New Issue
Block a user