summaryrefslogtreecommitdiff
path: root/event_log.c
AgeCommit message (Collapse)Author
2020-05-16Fix libretro targetMichael Pavone
2020-05-08Better handling of pad assignment to remotesMichael Pavone
2020-05-08Fix handling of remote disconnectsMichael Pavone
2020-05-08Fix "full" deflate flush so multiple remotes can successfully joinMichael Pavone
2020-05-08Add an event log soft flush and call it twice per frame in between hard ↵Michael Pavone
flushes to netplay latency when there are insufficient hardware updates to flush packets in the middle of a frame
2020-05-08Make netplay remote sync to network rather than audio or video so it doesn't ↵Michael Pavone
drift out of sync with the host
2020-05-02Use zlib to compress event log streamsMike Pavone
2020-05-02Fix some netplay issuesMike Pavone
2020-05-01Netplay protocol size optimizationMichael Pavone
2020-05-01Fix awful playback latencin in new netplay implementationMichael Pavone
2020-04-30Get WIP net play code compiling on Windows and cleanup some unistd.h includesMichael Pavone
2020-04-29Fix short event format decode bugMichael Pavone
2020-04-29Add missing netplay files and add in support for sending gamepad commands ↵Michael Pavone
back to host