Possible fix for crash handler
This commit is contained in:
parent
947f78d4dd
commit
94df8dfaec
|
@ -120,6 +120,9 @@ void render_create_dl_ortho_matrix() {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void crash_handler_produce_one_frame() {
|
static void crash_handler_produce_one_frame() {
|
||||||
|
extern u8 gRenderingInterpolated;
|
||||||
|
gRenderingInterpolated = false;
|
||||||
|
|
||||||
// Start frame
|
// Start frame
|
||||||
gfx_start_frame();
|
gfx_start_frame();
|
||||||
load_gfx_memory_pool();
|
load_gfx_memory_pool();
|
||||||
|
|
Loading…
Reference in New Issue