mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-26 02:02:25 -05:00
Normalizing file format
This commit is contained in:
parent
ac9d4cd4e3
commit
6516744b6d
|
|
@ -251,7 +251,7 @@ class LinkCable {
|
|||
/**
|
||||
* @brief Waits for data from player #`playerId`. Returns `true` on success,
|
||||
* or `false` on disconnection.
|
||||
* @param playerId Number of player to wait data from.
|
||||
* @param playerId ID of player to wait data from.
|
||||
* @param cancel A function that will be continuously invoked. If it returns
|
||||
* `true`, the wait be aborted.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -277,4 +277,4 @@ enum LINK_PS2_KEYBOARD_EVENT {
|
|||
SPECIAL = 224 // Triggered before special keys
|
||||
};
|
||||
|
||||
#endif // LINK_PS2_KEYBOARD_H
|
||||
#endif // LINK_PS2_KEYBOARD_H
|
||||
|
|
|
|||
|
|
@ -272,4 +272,4 @@ class LinkPS2Mouse {
|
|||
|
||||
extern LinkPS2Mouse* linkPS2Mouse;
|
||||
|
||||
#endif // LINK_PS2_MOUSE_H
|
||||
#endif // LINK_PS2_MOUSE_H
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ class LinkUniversal {
|
|||
/**
|
||||
* @brief Waits for data from player #`playerId`. Returns `true` on success,
|
||||
* or `false` on disconnection.
|
||||
* @param playerId Number of player to wait data from.
|
||||
* @param playerId ID of player to wait data from.
|
||||
* @param cancel A function that will be continuously invoked. If it returns
|
||||
* `true`, the wait be aborted.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ LINK_WIRELESS_CODE_IWRAM void LinkWireless::_onTimer() {
|
|||
LINK_WIRELESS_CODE_IWRAM void LinkWireless::_onACKTimer() {
|
||||
__onACKTimer();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -770,4 +770,4 @@ extern LinkWirelessMultiboot* linkWirelessMultiboot;
|
|||
|
||||
#undef LWMLOG
|
||||
|
||||
#endif // LINK_WIRELESS_MULTIBOOT_H
|
||||
#endif // LINK_WIRELESS_MULTIBOOT_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user