summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-16Fix libretro targetMichael Pavone
2020-05-16Fix vgmplay targetMichael Pavone
2020-05-15Fix regression in Mode 4 support caused by address/cd latch changesMichael Pavone
2020-05-12Go back to unpausing audio in render_video_loop to ensure the core is no ↵Michael Pavone
longer running on the main thread when audio callbacks start when using run on audio thread mode
2020-05-09Less hacky run on audio thread modeMichael Pavone
2020-05-09Don't hold frame queue mutex while renderingMichael Pavone
2020-05-09Fix regression in run on audio thread modeMichael Pavone
2020-05-09Allow use of NPOT textures as a config option. Useful for some mobile GPUsMichael Pavone
2020-05-09Specify desired language when invoking fc-match to find an appropriate font ↵Michael Pavone
on Linux
2020-05-08Avoid expensive re-init from switching to external sync after render_init ↵Michael Pavone
has been called
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-08megawifi: implement CMD_DATETIMEdoragasu
2020-05-08megawifi: implement UDP socketsdoragasu
2020-05-08megawifi: use util module socket functions for WIN32 compatibilitydoragasu
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-04Skip setting AI_NUMERICSERV in megawifi code on Windows for now so min SDK ↵Michael Pavone
version does not need to be bumped
2020-05-03More correct implementation of byte printing in builtin debugger. Fix GDB ↵Michael Pavone
debugger to use helper in backend.c for reading bytes
2020-05-03Apply fixes to helper functions in backend.c from interp branchMichael Pavone
2020-04-28Add support for printing a byte from memory in native debugger. Add stubs ↵Eric Fry
for GDB commands qThreadExtraInfo and qP
2020-05-03Implement CMD_HRNG_GET, CMD_GAMERTAG_GET and CMD_LOG.doragasu
2020-05-03Implement CMD_TCP_CON commanddoragasu
2020-05-03megawifi: stub common commands to get config.doragasu
* CMD_AP_CFG_GET * CMD_IP_CFG_GET * CMD_DEF_AP_CFG_GET * CMD_SERVER_URL_GET
2020-05-03megawifi: refactor and update commandsdoragasu
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-05-01Properly initialize Genesis reset cycle on startup. Fixes crash in GDB ↵Michael Pavone
remote debugger when stepping past the first two instructions
2020-04-30Fix some questionable comparisons between 64-bit values and literals that ↵Michael Pavone
fit in 32-bit integers
2020-04-30Remove usage of GCC pointer arithmetic on void * extensionMichael Pavone
2020-04-30Add missing file from new 68K coreMichael Pavone
2020-04-30Fix non-Windows build break from Windows compat changesMichael 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
2020-04-29WIP netplay supportMichael Pavone
2020-04-29Fix addrinfo leak in GDB remote debug supportMichael Pavone
2020-04-26Fix vgmplay targetMichael Pavone
2020-04-26Kill the stateview target as it is not very useful these days and breaks a lotMichael Pavone
2020-04-25Fix instruction timing for addq.w #i, (ay) in dynarecMichael Pavone
2020-04-24Implement 68K or and sub instructions in new coreMichael Pavone
2020-04-23Implement 68K eor instruction in new coreMichael Pavone
2020-04-23Implement 68K and instruction in new coreMichael Pavone
2020-04-23Fix autogenerated temp variables in interrupt subroutine in CPU DSLMichael Pavone
2020-04-18Allow override of SDL2 include path for "portable" buildsMichael Pavone
2020-04-18Allow specifying a default font path at build timeMichael Pavone
2020-04-18Make requested sample format configurableMichael Pavone