Possible fix for crash handler

This commit is contained in:
MysterD 2022-05-04 06:00:46 -07:00
parent 3a2bcd8c25
commit bb8d846237
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ void render_create_dl_ortho_matrix() {
}
static void crash_handler_produce_one_frame() {
extern u8 gRenderingInterpolated;
gRenderingInterpolated = false;
// Start frame
gfx_start_frame();
load_gfx_memory_pool();