-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Question] Check for running emulators or kodi #9483
Comments
I think an easy way to accomplish this would be to implement a new network-based command for unloading cores. Then you configure RetroArch to listen for network commands (set See: https://github.com/libretro/RetroArch/blob/master/command.h |
Thanks it looks really interesting and powerfull, I suppose that I can use the loopback address to this. If I have understood, it's as simple as use --command as interface. Can I edit the c file to add an extra feature? |
will return a string with the name of the current core running, the content name and crc32
Hi,
I have a nespi+ case and I use safe shutdown and reset buttons from here:
https://github.com/edus44/lakka-gpio-control
It works perfectly, but I wanted a little update like here:
https://github.com/crcerror/retroflag-picase/blob/master/SafeShutdown.py
what I want is when reset button is pressed, check if we are running any emulator or kodi is open, for this we can inspire in this piece of code:
I know that we don't have ES but I hope that check for some process can be possible
this is the code/pseudocode that I should develop:
I hope that it isn't very confused, there is no problem if I have to develop a multi_switch.sh to handle better the events, but first I have to know if its possible and how to find references.
What I really need are two functions:
Can anyone show me the way or a doc page to find info related with this commands?
is it related to #4235
Thanks
The text was updated successfully, but these errors were encountered: