summaryrefslogtreecommitdiff
path: root/include/librfu.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2020-04-27 06:53:47 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2020-04-27 07:37:31 +0800
commit151f583f0c2c6cf52b29236b407a64588caa3740 (patch)
tree9f3f4ca80d85bd3742ad299e67384fa22dbc7a51 /include/librfu.h
parentdcc93061e1a0f54073497c1d0517df2b1ee3aede (diff)
librfu issues
Diffstat (limited to 'include/librfu.h')
-rw-r--r--include/librfu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/librfu.h b/include/librfu.h
index 3c9d776f1..6b5a1e126 100644
--- a/include/librfu.h
+++ b/include/librfu.h
@@ -90,13 +90,8 @@
#define RFU_MBOOT_DOWNLOADER_SERIAL_NO 0x0000 // The game serial number of the multi-boot downloader (programs that boot without a Game Pak)
-#if LIBRFU_VERSION >= 1028
-#define RFU_API_BUFF_SIZE_RAM 0x0e8c // Necessary size for buffer specified by rfu_initializeAPI (fast communication version that operates the library SIO interrupt routines in RAM)
-#define RFU_API_BUFF_SIZE_ROM 0x052c // Necessary size for buffer specified by rfu_initializeAPI (fast communication version that operates the library SIO interrupt routines in ROM)
-#else
#define RFU_API_BUFF_SIZE_RAM 0x0e64 // Necessary size for buffer specified by rfu_initializeAPI (fast communication version that operates the library SIO interrupt routines in RAM)
#define RFU_API_BUFF_SIZE_ROM 0x0504 // Necessary size for buffer specified by rfu_initializeAPI (fast communication version that operates the library SIO interrupt routines in ROM)
-#endif
#define RFU_CHILD_MAX 4 // Maximum number of slaves that can be connected to one parent device