mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Use the universally supported Vulkan "565" 16-bit texture format
Previously mistakenly used the BGR format instead of the RGB. Probably won't make much of a difference for anything, but may affect #17881 if my theory about it is correct. Also minor cleanups.
This commit is contained in:
@@ -599,7 +599,7 @@ void __DisplayFlip(int cyclesLate) {
|
||||
}
|
||||
|
||||
if (!FrameTimingThrottled()) {
|
||||
NOTICE_LOG(SYSTEM, "Throttle: %d %d", (int)fastForwardSkipFlip, (int)postEffectRequiresFlip);
|
||||
// NOTICE_LOG(SYSTEM, "Throttle: %d %d", (int)fastForwardSkipFlip, (int)postEffectRequiresFlip);
|
||||
}
|
||||
|
||||
const bool fbDirty = gpu->FramebufferDirty();
|
||||
|
||||
Reference in New Issue
Block a user