diff --git a/BizHawk.Client.Common/movie/MovieSession.cs b/BizHawk.Client.Common/movie/MovieSession.cs index 96fa1bbbbb..79ba2a5411 100644 --- a/BizHawk.Client.Common/movie/MovieSession.cs +++ b/BizHawk.Client.Common/movie/MovieSession.cs @@ -294,7 +294,8 @@ namespace BizHawk.Client.Common private void HandleFrameLoopForRecordMode() { - if (!(Movie is TasMovie) || !Movie.IsPlaying) // tasmovie is appended via recording frames, but we don't want it to latch input outside its inetrnal recording mode + // tasmovie is appended via recording frames, but we don't want it to latch input outside its inetrnal recording mode + if (!(Movie is TasMovie) || !Movie.IsPlaying) { if (MultiTrack.IsActive) { diff --git a/genplus-gx32/cinterface/cinterface.c b/genplus-gx32/cinterface/cinterface.c index 1b541a6a4c..8fd435ab0c 100644 --- a/genplus-gx32/cinterface/cinterface.c +++ b/genplus-gx32/cinterface/cinterface.c @@ -547,7 +547,7 @@ GPGX_EX int gpgx_init(const char *feromextension, int (*feload_archive_cb)(const config.overscan = 0; config.gg_extra = 0; config.ntsc = 0; - config.render = 0; + config.render = 1; // set overall input system type // usual is MD GAMEPAD or NONE diff --git a/output/dll/libgenplusgx.dll b/output/dll/libgenplusgx.dll index cadb52f894..a286b38163 100644 Binary files a/output/dll/libgenplusgx.dll and b/output/dll/libgenplusgx.dll differ