Stephen Anthony

Results 172 comments of Stephen Anthony

Unless I'm misunderstanding something here, the Stella core is up-to-date in the mainline. So I guess the Github page you've provided is out of date. Retroarch support is directly in...

This looks like your compiler doesn't support the required level of C++17. Unfortunately, now that the codebase has moved to C++20, it's even less likely to be able to compile...

As of Ubuntu 24.04 (due this April), we'll probably only support Ubuntu 22.04 and above. I used to have a contributor that did builds for older systems; I will contact...

Future releases will require a minimum of Ubuntu 22.04, since the codebase has moved to C++20, and we need to use more recent compilers. So closing this one.

There is additional work needed behind the scenes here for Stella to load/save files. Basically, we don't have a proper implementation of `FSNodeLIBRETRO`, so until that's fixed, none of this...

> Ah, that's what I was already assuming. It seems that Stella is not allowed to write the file. Not so much 'not allowed', but 'doesn't contain the code to...

> > And that's why it is a pretty bad idea to base the 2600+ on it. > > Libretro frontends (RetroArch, etc.) and OS-based distributions (RetroPi, Batocera) are pretty...

I wonder, is there an onscreen keyboard available for libretro? Maybe that can be used instead of a real keyboard (which many users of libretro wouldn't be using anyway). Libretro...

Yeah, we really need someone who is familiar with libretro internals. I don't think the task is impossible, but libretro is sometimes 'strange' in the way it interacts with emulators....

Yes, and I've assigned myself to this one. Will get to it before the next release.