You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineFF_WF_FAST_CONTIGUOUS_READ 0
#defineFF_WF_FAST_CONTIGUOUS_WRITE 0
/* FF_WF_FAST_CONTIGUOUS_* controls whether or not contiguous reads or writes/ of more than 1 cluster (>4-32KB) are optimized to use large disk_read()/ and disk_write() calls. This can be useful on platforms where the cost of/ initializing a sector read/write is large.// 0: Do not optimize this scenario./ 1: Optimize this scenario.*/
This should be able to speed up ROM loading (as performed by flashcart menus) by quite a bit, by issuing even just a single read operation.
We should review the change in wf-fatfs and incorporate them if applicable to N64.
The text was updated successfully, but these errors were encountered:
https://github.com/WonderfulToolchain/wf-fatfs is a FatFs fork which contains some interesting speedup. For instance:
This should be able to speed up ROM loading (as performed by flashcart menus) by quite a bit, by issuing even just a single read operation.
We should review the change in wf-fatfs and incorporate them if applicable to N64.
The text was updated successfully, but these errors were encountered: