This commit is contained in:
wheremyfoodat 2023-03-26 20:45:51 +03:00
parent 494f3f1899
commit 3ca324350b

View file

@ -85,7 +85,7 @@ public:
void setDepthFormat(DepthBuffer::Formats format) { depthBufferFormat = format; } void setDepthFormat(DepthBuffer::Formats format) { depthBufferFormat = format; }
void setDepthFormat(u32 format) { void setDepthFormat(u32 format) {
if (format == 2) { if (format == 1) {
Helpers::panic("[PICA] Undocumented depth-stencil mode!"); Helpers::panic("[PICA] Undocumented depth-stencil mode!");
} }