mirror of
https://github.com/libretro/RetroArch
synced 2025-04-04 04:20:29 +00:00
Removign some leftover debug code
This commit is contained in:
parent
04266cf4f7
commit
7c2f12fbd9
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "../../runloop.h"
|
#include "../../runloop.h"
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
#define DEBUG_NETPLAY_STEPS 1
|
#define DEBUG_NETPLAY_STEPS 1
|
||||||
|
|
||||||
static void print_state(netplay_t *netplay)
|
static void print_state(netplay_t *netplay)
|
||||||
@ -50,6 +50,9 @@ static void print_state(netplay_t *netplay)
|
|||||||
msg[sizeof(msg)-1] = '\0';
|
msg[sizeof(msg)-1] = '\0';
|
||||||
|
|
||||||
RARCH_LOG("%s\n", msg);
|
RARCH_LOG("%s\n", msg);
|
||||||
|
|
||||||
|
#undef APPEND
|
||||||
|
#undef M
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -1239,13 +1242,8 @@ int netplay_poll_net_input(netplay_t *netplay, bool block)
|
|||||||
netplay_update_unread_ptr(netplay);
|
netplay_update_unread_ptr(netplay);
|
||||||
if (!netplay_delta_frame_ready(netplay,
|
if (!netplay_delta_frame_ready(netplay,
|
||||||
&netplay->buffer[netplay->unread_ptr], netplay->unread_frame_count))
|
&netplay->buffer[netplay->unread_ptr], netplay->unread_frame_count))
|
||||||
{
|
|
||||||
fprintf(stderr, "CATASTROPHE: Cannot load %u (%lu=%u) while at %u (%lu)\n",
|
|
||||||
netplay->unread_frame_count, netplay->unread_ptr, netplay->buffer[netplay->unread_ptr].frame,
|
|
||||||
netplay->self_frame_count, netplay->self_ptr);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/* Read input from each connection */
|
/* Read input from each connection */
|
||||||
for (i = 0; i < netplay->connections_size; i++)
|
for (i = 0; i < netplay->connections_size; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user