mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +01:00
change for new pid script
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
parent
77ccbc26de
commit
bc9195fb06
@ -153,7 +153,7 @@ bool Launcher::run(std::string collection, Item *collectionItem)
|
||||
|
||||
/* Restore stored PID */
|
||||
char shellCmd[20];
|
||||
sprintf(shellCmd, "%s %d", SHELL_CMD_RECORD_PID, getpid());
|
||||
sprintf(shellCmd, "%s %d", SHELL_CMD_PID_RECORD, getpid());
|
||||
Utils::executeRawPath((const char*)shellCmd);
|
||||
|
||||
/* Clean VT */
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
#define SHELL_CMD_ROOTFS_RW "rw"
|
||||
#define SHELL_CMD_ROOTFS_RO "ro"
|
||||
#define SHELL_CMD_RECORD_PID "record_pid"
|
||||
#define SHELL_CMD_PID_RECORD "pid record"
|
||||
#define SHELL_CMD_AUDIO_AMP_ON "audio_amp on"
|
||||
#define SHELL_CMD_AUDIO_AMP_OFF "audio_amp off"
|
||||
#define SHELL_CMD_MAPPING_ROM "keymap rom"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user