mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +01:00
19 lines
284 B
C
19 lines
284 B
C
#include "odroid_system.h"
|
|
#include "odroid_netplay.h"
|
|
|
|
void odroid_netplay_sync(void *data_in, void *data_out, uint8_t data_len)
|
|
{
|
|
}
|
|
|
|
|
|
netplay_mode_t odroid_netplay_mode()
|
|
{
|
|
return NETPLAY_MODE_NONE;
|
|
}
|
|
|
|
|
|
netplay_status_t odroid_netplay_status()
|
|
{
|
|
return NETPLAY_MODE_NONE;
|
|
}
|