Remove unused crust

This commit is contained in:
David Guillen Fandos 2021-08-16 00:03:24 +02:00
parent 7f7d066854
commit 1409e04629
1 changed files with 0 additions and 10 deletions

10
video.c
View File

@ -4502,14 +4502,4 @@ void update_scanline(void)
affine_reference_y[1] += (s16)read_ioreg(REG_BG3PD);
}
#define video_savestate_builder(type) \
void video_##type##_savestate(void) \
{ \
state_mem_##type##_array(affine_reference_x); \
state_mem_##type##_array(affine_reference_y); \
}
video_savestate_builder(read)
video_savestate_builder(write)