kernel: Add scePthreadExit

This commit is contained in:
IndecisiveTurtle 2024-06-21 19:09:55 +03:00 committed by georgemoralis
parent 30351ad112
commit 30199fe701
3 changed files with 9 additions and 3 deletions

View file

@ -191,6 +191,7 @@ vk::Format DemoteImageFormatForDetiling(vk::Format format) {
case vk::Format::eBc3SrgbBlock:
[[fallthrough]];
case vk::Format::eBc3UnormBlock:
case vk::Format::eBc7SrgbBlock:
return vk::Format::eR32G32B32A32Uint;
default:
break;