aboutsummaryrefslogtreecommitdiffstats
path: root/android/hw-pipe-net.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/hw-pipe-net.c')
-rw-r--r--android/hw-pipe-net.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/hw-pipe-net.c b/android/hw-pipe-net.c
index 193d60b..c2a7e9e 100644
--- a/android/hw-pipe-net.c
+++ b/android/hw-pipe-net.c
@@ -442,6 +442,8 @@ static const GoldfishPipeFuncs netPipeTcp_funcs = {
netPipe_recvBuffers,
netPipe_poll,
netPipe_wakeOn,
+ NULL, /* we can't save these */
+ NULL, /* we can't load these */
};
#ifndef _WIN32
@@ -452,6 +454,8 @@ static const GoldfishPipeFuncs netPipeUnix_funcs = {
netPipe_recvBuffers,
netPipe_poll,
netPipe_wakeOn,
+ NULL, /* we can't save these */
+ NULL, /* we can't load these */
};
#endif
@@ -517,6 +521,8 @@ static const GoldfishPipeFuncs openglesPipe_funcs = {
netPipe_recvBuffers,
netPipe_poll,
netPipe_wakeOn,
+ NULL, /* we can't save these */
+ NULL, /* we can't load these */
};
void