-
Notifications
You must be signed in to change notification settings - Fork 61
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
External API V3 #267
Comments
|
If using namespaces, c copatibility would be broken, no ? |
If we maintain both separately, it would be possible, with a |
What do you mean ? |
In nofrendo, we can leave some games go in calculator app for example, go again in nofrendo and score will be saved. I didn't find any simple way to do this and it would be a cool feature. |
In nofrendo, the internal state of the emulator is saved in a file, internal apps are also like it, because they use the same buffer to allocate them variables, so I don't think that it's possible… |
Does that is still in dev or it is in pause ? |
The application output is quite hard to implement (we need to allocate a buffer from the caller, then the external app write into it without buffer overflow, so we need to tell the length of the buffer) |
A new version of the External API that adds functions would be a great enhancement ! Here is a list of things to implement (just reply to this issue to request others features) :
Ion::random()
executeFileAtIndex()
)os.system()
extapp_username()
without username (should return a char of 16\0
)Pulls requests :
The text was updated successfully, but these errors were encountered: