hopefully fix MSVC build

This commit is contained in:
tildearrow 2022-04-06 04:24:20 -05:00
parent 4a131952e4
commit 9d653b58b3
2 changed files with 2 additions and 2 deletions

View file

@ -21,8 +21,6 @@
#include <string.h>
#include "apu.h"
struct _nla_table nla_table;
void apu_tick(struct NESAPU* a, BYTE *hwtick) {
/* sottraggo il numero di cicli eseguiti */
a->apu.cycles--;