rofl0r
rofl0r
psp is still in bad shape. additionally now the battery gave up and whenever i touch the power cable the thing turns off. ppsspp isnt an option because i encountered...
unfortunately not. in the sdl2 code i basically copied an existing function dealing with windowsurface and just modified it slightly. the same function in sdl3 source is pretty different.
> wouldn't this cause issues with the int being explicit now no, that's fine in both C89 and newer standards. so using the version that works with any seems preferable....
> but you have been watching this repo for the past decade must be the OG cracked c programmer. it's more a matter of clicking the watch repo button here...
i'd say for a fair comparison you should compare the execution of the pre-compiled bytecode, or conversely the compilation of sqlite3.c with gcc plus the sqlite execution vs your existing...
> What operating systems/terminal emulators does the project want to support. anything posix compatible. if there's e.g. a build error on cygwin, it would be considered worth fixing. > I'm...
i think he's refering to raw sram battery saves, i added that funtionality as "file -> import backup from" in the gtk2 port. that's useful to transfer saves back and...
> but I would need a hint didn't i just give it to you? look at the gtk2 code that handles the just mentioned import menu item.
@thesourcehim does this also supersede #822 ? if not, maybe you can take a look at whether the changes there make sense.
@thesourcehim would you be able/willing to port this to GTK2 ? that way i could test it and merge if everything's fine.