Patryk Obara
Patryk Obara
> I'm working on packaging dosbox-staging for Fedora, since the original dosbox project is stagnant. And I hit this while trying to play Master of Orion with the old dosbox.conf...
OK, the way I see this could be responsibly fixed: 1. Remove `fullresolution=original`; if we find it in a .conf file, then fallback to `desktop` and leave a warning in...
Then users of those displays should not use `original` at all, in my opinion. That's why custom resolution option exists. But noted, I'll take this into account during implementation -...
As for hq4x - I made a quick test if https://github.com/CrossVR/hqx-shader/blob/master/glsl/hq4x.glsl works - it does **not** (shader fails to compile on my Intel GPU). If someone has free time to...
> We log messages when the follow change: > > * Mouse capture state > * Window focus state > * Window dimensions I find Window dimensions to be very...
Just putting my 2c in here: personally, I don't use save states in emulated games, but I totally see how this feature is important for many users. It's probably also...
Without looking at the code yet - I hope we could get away with something like: - pause - make snapshot of all memory pages and CPU state (memory will...
@kcgen Damn, you are right, this would also probably need to track renderer state to track loaded vga palette… also restore resolution :/ After briefly looking at the patch -...
I think this will also have consequences for memory protection in cpu emulation caches… which is a critical problem to address (it's reported only for Linux, but it affects all...
Both GNU patch and Git are convinced the original patch is corrupted, but I couldn't recognize what was the problem; I imported the "corrupted" parts manually. Patch is imported to...