mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-25 16:23:41 -05:00
Fixing sendRom documentation
This commit is contained in:
parent
65841b3cb2
commit
705f071162
|
|
@ -139,8 +139,8 @@ class LinkCableMultiboot {
|
|||
* @param cancel A function that will be continuously invoked. If it
|
||||
* returns `true`, the transfer will be aborted.
|
||||
* @param mode Either `TransferMode::MULTI_PLAY` for GBA cable (default
|
||||
* value) or `TransferMode::SPI` for GBC cable. \warning Blocks the system
|
||||
* until completion or cancellation.
|
||||
* value) or `TransferMode::SPI` for GBC cable.
|
||||
* \warning Blocks the system until completion or cancellation.
|
||||
*/
|
||||
template <typename F>
|
||||
Result sendRom(const u8* rom,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user