[Scummvm-git-logs] scummvm master -> 984341d73f7c517d694ef024052f834068375925
rsn8887
noreply at scummvm.org
Sun Nov 6 16:59:25 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
984341d73f BACKENDS: PSP: Remove unused code in RGBA8888 path
Commit: 984341d73f7c517d694ef024052f834068375925
https://github.com/scummvm/scummvm/commit/984341d73f7c517d694ef024052f834068375925
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2022-11-06T10:59:02-06:00
Commit Message:
BACKENDS: PSP: Remove unused code in RGBA8888 path
Changed paths:
backends/platform/psp/psppixelformat.cpp
diff --git a/backends/platform/psp/psppixelformat.cpp b/backends/platform/psp/psppixelformat.cpp
index ef56e456212..777c04decf9 100644
--- a/backends/platform/psp/psppixelformat.cpp
+++ b/backends/platform/psp/psppixelformat.cpp
@@ -46,8 +46,6 @@ void PSPPixelFormat::set(Type type, bool swap /* = false */) {
case Type_8888_RGBA:
bitsPerPixel = 32;
break;
- bitsPerPixel = 32;
- break;
case Type_Palette_8bit:
bitsPerPixel = 8;
break;
More information about the Scummvm-git-logs
mailing list