SuuperW

Results 26 comments of SuuperW

I am not familiar with std::vector. Tell me if this looks good. It's simple enough now that it could rather easily just be included in Savestate.

This commit (should have been two, sorry) takes care of your other two comments.

From the failed build check: Preparing to unpack .../35-msodbcsql17_17.7.1.1-1_amd64.deb ... ERROR: The EULA was not accepted. Installation aborted. dpkg: error processing archive /tmp/apt-dpkg-install-dkNrQl/35-msodbcsql17_17.7.1.1-1_amd64.deb (--unpack): new msodbcsql17 package pre-installation script subprocess...

@vadosnaprimer Yes, I meant the first actually emulated frame. The 3D buffer is applied to the final output on the frame after it is rendered (or, the frame on which...

I force-pushed and it now re-renders the 3D buffer instead of saving/loading it directly. It only works with the software renderer. I have very little experience with OpenGL and have...

@poudink Yes, this PR fixes all the savestate related graphical bugs that I'm aware of, but some of those bugs are only fixed with the software renderer. I do not...

That works for me. I'll probably make a new branch from master after that merge is complete, and cherry-pick or re-work these commits as necessary to work with the new...

I force-pushed this branch after rebasing on master. There wasn't really much changed, so the commits are effectively identical to what they were before, just some code has moved from...

The option is now available in the gui. It has failed the build checks, though. It looks like it is using QT 5.12, but my new code requires version 5.14....

Are you expecting json.parse("[]") to return an array? Lua does not have arrays, only tables. There is no difference in Lua between an empty 'array' and an empty object, as...