mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-10 23:15:08 +01:00
Updated snes_clk for exFAT changes
This commit is contained in:
parent
e78d6e99e0
commit
2c6c1c7f07
@ -1,9 +1,9 @@
|
||||
#include "snes_clk.h"
|
||||
#include <SdFat.h>
|
||||
#include "SdFat.h"
|
||||
#include "atoi32.h"
|
||||
|
||||
int32_t readClockOffset() {
|
||||
File clock_file;
|
||||
FsFile clock_file;
|
||||
unsigned char* clock_buf;
|
||||
int16_t i;
|
||||
int32_t clock_offset;
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef _SNES_CLK_H
|
||||
#define _SNES_CLK_H
|
||||
|
||||
#include <SdFat.h>
|
||||
#include "SdFat.h"
|
||||
#include "atoi32.h"
|
||||
|
||||
int32_t readClockOffset();
|
||||
|
Loading…
Reference in New Issue
Block a user