Fixed the makefile's header revision and date.

This commit is contained in:
OBattler
2018-03-07 20:17:04 +01:00
parent 16c722b32f
commit 574f633a62
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
#include "io.h"
#include "mem.h"
#include "rom.h"
#ifdef USE_DYNAREC
# include "cpu/codegen.h"
#else