Merge pull request #109 from jdgleaver/post-process-fix

Ensure post processing configuration is correctly reset in retro_deinit()
This commit is contained in:
Autechre 2021-03-16 14:24:29 +01:00 committed by GitHub
commit b9ac453675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -545,6 +545,8 @@ void retro_deinit(void)
gba_processed_pixels = NULL;
gba_screen_pixels_prev = NULL;
video_post_process = NULL;
post_process_cc = false;
post_process_mix = false;
}
static retro_time_t retro_perf_dummy_get_time_usec() { return 0; }