-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libretro stuff #379
Comments
MemoryDiscImage does a bunch of zip file stuff (given a zip file containing a signle disk image, it will load it) - which will need a bit of sorting out. I think the bulk of it can still move into |
3c3797b does the |
Don't know exactly what to do about the log printer. By the time the text actually gets printed (which is where the libretro log callbacks would step in), all the formatting has been done and any info about the provenance has been lost. |
#376
strlcpy
based onHAVE_STRLCPY
. Must be possible to get cmake to detect thisDiscInterface
objects non-static. No massive reason not to if there'd be a useful use for itMessages
->LogSet
stuff, as there's still a needless amount of it in the disc geometry stuff that's tying it to b2 (even though it's otherwise just a few tables and some helper routines)shared_lib
rule (there's already a bunch of path stuff, andfopenUTF8
...) - move some generic stuff from b2'sload_save.h
intoshared_lib
somewhereshared_lib
, and moreLogSet
stuff, can move some more useful stuff to beeb_lib:DirectDiscImage
, at least, and surelyMemoryDiscImage
toolog_printer_stdout
. Could do with some kind of thing for routing stdout/stderr via a callback... or maybe it's always a callback, and the default is stdout/stderr, and you can change it at runtime. Goal would be to facilitate interop with libretro's output callbackThe text was updated successfully, but these errors were encountered: