mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Possible fix for crash handler
This commit is contained in:
parent
4b15338536
commit
0b33a26960
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue