Skip to content

Commit

Permalink
Fix video catalog after playback in emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Oct 3, 2024
1 parent 2786ce3 commit 2ffcad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emulator-patches/kinetoscope.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ static void flip_region() {
static void get_video_list() {
printf("Kinetoscope: list\n");

global_compressed = 0;
global_sram_offset = 0;
if (!fetch_to_sram(VIDEO_CATALOG_URL)) {
report_error("Failed to download video catalog!");
Expand Down

0 comments on commit 2ffcad8

Please sign in to comment.