diff options
author | Robert Neumann <[email protected]> | 2019-08-28 23:48:44 +0200 |
---|---|---|
committer | Robert Neumann <[email protected]> | 2019-08-28 23:48:44 +0200 |
commit | 07561bdaf0f14c80197534bd911fb05bde421b66 (patch) | |
tree | 467fab47efa8e9f296ca2f7d593d0aad12e8bb74 /Cart_Reader/GBA.ino | |
parent | a240702c9325d32939b7631492be0aeabbd5dcc6 (diff) | |
download | cartreader-07561bdaf0f14c80197534bd911fb05bde421b66.tar.gz cartreader-07561bdaf0f14c80197534bd911fb05bde421b66.zip |
n64_speedup: roughly double n64 dumping performance by using the 1024 byte file buffer and combining the checksum and dumping code; also some cleanup
Diffstat (limited to 'Cart_Reader/GBA.ino')
-rw-r--r-- | Cart_Reader/GBA.ino | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Cart_Reader/GBA.ino b/Cart_Reader/GBA.ino index 4f43dbe..f291cb0 100644 --- a/Cart_Reader/GBA.ino +++ b/Cart_Reader/GBA.ino @@ -768,8 +768,6 @@ void getCartInfo_GBA() { else {
char tempStr2[2];
char tempStr[5];
- char sizeStr[3];
- char saveStr[2];
// cart not in list
cartSize = 0;
|