mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-22 06:42:59 +12:00
Fix derp
This commit is contained in:
parent
494f3f1899
commit
3ca324350b
1 changed files with 1 additions and 1 deletions
|
@ -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!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue