ducalex
ducalex
I think rapha-tech gave you good advice, you should ignore fmsx, gwenesis, prboom (delete them in rg_config.py) because they simply will never work without PSRAM anyway. Here's a few additional...
> The first question is, what are the total configuration files that need to be placed on SD, what is the path structure of the files, and where can I...
Thanks for sharing your solution! So the issue has been resolved?
I've read the thread you've linked and your patch seems reasonable enough. You're probably right that it affects other devices so I'm thinking of something like that: ````diff diff --git...
You're right the developer should be able to control the behavior, it shouldn't be based on esp-idf version alone. I've pushed a change and now if you `#define RG_STORAGE_SDSPI_HOLD_CS` in...
> What's interesting with CPCEC is that this project is not just an Amstrad CPC emulator, but there are also other Z80 based systems: ZX Spectrum, C64 and MSX. If...
## Licensing > I don't know much about licenses. I looked at the gwenesis github and I saw that it is an AGPLv3.0 project. And LCD-Game-Emulator is GPL-3.0. I have...
> should we make a Translation variable for each language or add another field to the struct like char *de; // DE Translated message for example? My intuition would have...
> Also I am thinking about creating some python programs to "dump" all the _(string) in one file so that translation is easier and then be able to convert it...
Hey, just a ping to say I have not forgotten/ignored this PR. I'll be back soon (hopefully) to fully review the the work and continue towards merging it ASAP.