aboutsummaryrefslogtreecommitdiff
path: root/test/bin/test_file_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bin/test_file_read.c')
-rw-r--r--test/bin/test_file_read.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/bin/test_file_read.c b/test/bin/test_file_read.c
index b3357ce..391e2c6 100644
--- a/test/bin/test_file_read.c
+++ b/test/bin/test_file_read.c
@@ -16,6 +16,8 @@ void printData(uint8_t* in) {
}
void hh_ppu_load_tilemap() {
+
+
char* filename = "tiles.bin";
FILE* fp = fopen(filename,"rb");
if (!fp){