Disable clearEfb for now

Causes crash due to weird way of clearing depth buffer
This commit is contained in:
PJB3005
2026-02-27 23:33:36 +01:00
parent bb0ef954c2
commit f759c7fe65
+4
View File
@@ -427,6 +427,10 @@ void JFWDisplay::clearEfb(GXColor color) {
}
void JFWDisplay::clearEfb(int param_0, int param_1, int param_2, int param_3, GXColor color) {
#if TARGET_PC
puts("clearEfb not implemented");
return;
#endif
u16 width;
u16 height;
Mtx44 mtx;