Roy Tam
Roy Tam
I wonder if https://github.com/pcgreat/zi2zi can help?
it seems that there is a fork dealing with such situation: https://github.com/pcgreat/zi2zi
I wonder if program accepts PNG? If so, using PNG is better since PNG is lossless format.
I wonder if CUDA unified memory can fill the gap?
I wonder how to change code page for LFN(like DOSLFN?)
nasm bugzilla seems down
> I'm not sure what `COLOR_WINDOW + 1` is supposed to correspond to (it's 5 + 1, so it's `COLOR_WINDOWFRAME` I guess, maybe `COLOR_BACKGROUND` would be more appropriate?) don't do...
> Thanks for the hint, but I already solved the issue (https://github.com/f1nalspace/final_game_tech/blob/develop/final_platform_layer.h#L11680) by simply using GetSysColorBrush(COLOR_WINDOW). I knew this and I left a comment about this because I was redirected...
DOS 4 is open sourced with MIT License today. which contains an early version of EMM386: https://github.com/microsoft/MS-DOS/tree/main/v4.0/src/MEMM/MEMM
> Pull request maybe? I think a `git apply` is enough. ;) > Any rational reason for single quotes? faster since it doesn't need to evaluate variables and most of...