Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I would guess that the reason could be the call to wglSwapIntervalEXT on line 295 of crtemu.h. Try removing that line and see if it works any better. If not, I can take a deeper look at some point

This line here: https://github.com/mattiasgustavsson/dosbox-crt/blob/880995bdb630518cea12c70ea56...

holy shit that actually worked, ill be honest, i didnt expect a response, thats why im only checking now 4 days later

im gonna tweak it a lil bit more before uploading this, maybe then you can check it out, see how much i butchered your code trying to get this dumb idea of mine to work

on the bright side, you can use custom frames now, figuring out how to generate a hex array in the same format as the one in crt_frame.h sure was an interesting detour in my quest to reverse engineer your code

this is what it looks like right now

https://steamcommunity.com/sharedfiles/filedetails/?id=3480691209

https://steamcommunity.com/sharedfiles/filedetails/?id=3480691134

(+1)

Cool, glad it worked :)
yeah, would be cool to take a look at the changes, feel free to share!
And, reverse engineering things is good for the soul :)

(2 edits)

ok is almost ready to publish, still some bugs left but it'll do for a version 1.0, i just wanted to ask you if its ok if i repackage your DOSBOX-CRT folder with the demos, custom menu, etc, and simply replace your .exe with mine, and add some config files for the frame


heres the repo if you want to give it a look

https://github.com/NukeKangaroo/dosbox-crt-widescreen


oh and another preview image

https://steamcommunity.com/sharedfiles/filedetails/?id=3482516312

i added options to toggle the CRT filter, to play only with the custom frame, and an option to have the viewport fill up the screen vertically, its all set in a separate crtemu.conf file

(+1)

the changes looks alright, nice to have config options as well :)

It is definitely ok to repackage it, demos, menu and all, just a nice thing to make available. Let me know when you've put it up, and I'll link to it from my dosbox-crt page, let people know there's an alternative :)

aaaaand here we go

https://nukekangaroo.itch.io/dosbox-crt-widescreen

(+1)

nice! added a mention and link