Fixed a mess up in vid_voodoo.c.

This commit is contained in:
OBattler
2017-11-27 22:48:20 +01:00
parent 8a3f64e032
commit 54553f7680

View File

@@ -330,7 +330,6 @@ typedef struct voodoo_t
fifo_entry_t fifo[FIFO_SIZE];
volatile int fifo_read_idx, fifo_write_idx;
int cmd_read, cmd_written;
volatile int cmd_read, cmd_written, cmd_written_fifo;
voodoo_params_t params_buffer[PARAM_SIZE];