mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-26 02:02:25 -05:00
Using LINK_NOINLINE
This commit is contained in:
parent
c0b69c1fc1
commit
996eb824d4
|
|
@ -792,7 +792,7 @@ class LinkWireless {
|
|||
* \warning This is internal API!
|
||||
*/
|
||||
#ifdef LINK_WIRELESS_ENABLE_NESTED_IRQ
|
||||
__attribute__((noinline)) void _onVBlank() {
|
||||
LINK_NOINLINE void _onVBlank() {
|
||||
#else
|
||||
void _onVBlank() {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user