-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Added ttyecho for launching MCA games from separate tty and process group leader, to allow for switching to game VT video on launch and back to EmulationStation on exit. -Small update to main README.md. -Updated Batocera runtime environment support scripts and es_systems.cfg file to support above mentioned launch method.
- Loading branch information
root
authored and
root
committed
Jun 15, 2022
1 parent
57d6c6d
commit 4c5e06b
Showing
34 changed files
with
643 additions
and
478 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
|
||
export LD_LIBRARY_PATH=/lib32/arm-linux-gnueabihf | ||
export SPA_PLUGIN_DIR="/lib32/arm-linux-gnueabihf/spa-0.2" | ||
export PIPEWIRE_MODULE_DIR="/lib32/arm-linux-gnueabihf/pipewire-0.3" | ||
|
||
chvt 1 | ||
/home/pi/McAirpos/McAirpos/launCharc/launCharc $1 | ||
sleep 1 | ||
chvt 2 | ||
|
||
export LD_LIBRARY_PATH= | ||
export SPA_PLUGIN_DIR= | ||
export PIPEWIRE_MODULE_DIR= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export LD_LIBRARY_PATH=/lib32/arm-linux-gnueabihf | ||
export SPA_PLUGIN_DIR="/lib32/arm-linux-gnueabihf/spa-0.2" | ||
export PIPEWIRE_MODULE_DIR="/lib32/arm-linux-gnueabihf/pipewire-0.3" | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
|
||
export LD_LIBRARY_PATH= | ||
export SPA_PLUGIN_DIR= | ||
export PIPEWIRE_MODULE_DIR | ||
|
8 changes: 6 additions & 2 deletions
8
McAirpos/Batocera34/configs/emulationstation/es_systems_makecode.cfg
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Empty file.
Empty file.
Empty file modified
0
McAirpos/Recalbox8/themes/recalbox-next/makecode/data/console.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
McAirpos/Recalbox8/themes/recalbox-next/makecode/data/consolegame.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
McAirpos/Recalbox8/themes/recalbox-next/makecode/data/controller.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
McAirpos/Recalbox8/themes/recalbox-next/makecode/data/controls.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
McAirpos/Recalbox8/themes/recalbox-next/makecode/data/icon_empty.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
McAirpos/Recalbox8/themes/recalbox-next/makecode/data/icon_filled.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
McAirpos/Recalbox8/themes/recalbox-next/makecode/data/logo.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Binary file not shown.
Oops, something went wrong.