-
Notifications
You must be signed in to change notification settings - Fork 131
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
Merge launcher into retro-core #167
Comments
Currently the blocking problems are:
|
Relevant memory info. These are the additional libraries linked in when networking is enabled:
In other words the Wifi/IP/TLS stack currently reserves 31KB of internal memory even when not in use. It goes down to 18KB when
I've disabled this option because it prevents boot when SPIRAM can't be initialized and I wanted to be able to at least show an error on screen when that happens. But retro-go doesn't really work without SPIRAM so maybe it's time to add |
I want retro-core to become a standalone esp32 application, containing the launcher and the core emulators. It should be buildable without
rg_tool.py
, with standardesp-idf
tooling.Benefits:
idf.py
(assuming the user doesn't care about DOOM and such)Drawbacks:
--follow
mostly works around that)I've tried on several occasions to merge the launcher and retro-core (latest attempt here), but every time there are issues that stops me. And then I forget what the problem was.
This issue is meant to track problems found during testing.
The text was updated successfully, but these errors were encountered: