Skip to content

Commit

Permalink
Merge pull request #168 from kloptops/main
Browse files Browse the repository at this point in the history
Fixed mod_CFW.txt with empty pm_platform_helper functions.
  • Loading branch information
kloptops authored Sep 29, 2024
2 parents f55444a + fffb37f commit ebbe4e6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions PortMaster/mod_Batocera.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ GODOT_OPTS="--resolution ${DISPLAY_WIDTH}x${DISPLAY_HEIGHT} -f"

pm_platform_helper() {
# DO SOMETHING HERE
printf ""
}
1 change: 1 addition & 0 deletions PortMaster/mod_EmuELEC.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ GODOT_OPTS="--resolution ${DISPLAY_WIDTH}x${DISPLAY_HEIGHT} -f"

pm_platform_helper() {
# DO SOMETHING HERE
printf ""
}
1 change: 1 addition & 0 deletions PortMaster/mod_JELOS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export LIBGL_DRIVERS_PATH=/usr/lib32/dri:/usr/lib/dri

pm_platform_helper() {
# DO SOMETHING HERE
printf ""
}
1 change: 1 addition & 0 deletions PortMaster/mod_TrimUI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ GODOT_OPTS="--resolution ${DISPLAY_WIDTH}x${DISPLAY_HEIGHT} -f"

pm_platform_helper() {
# DO SOMETHING HERE
printf ""
}
1 change: 1 addition & 0 deletions PortMaster/mod_knulli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ GODOT_OPTS="--resolution ${DISPLAY_WIDTH}x${DISPLAY_HEIGHT} -f"

pm_platform_helper() {
# DO SOMETHING HERE
printf ""
}
3 changes: 3 additions & 0 deletions PortMaster/mod_muOS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#
# usage `[ -f "${controlfolder}/mod_${CFW_NAME}.txt" ] && source "${controlfolder}/mod_${CFW_NAME}.txt"`

# Set the virtual screen
CUR_TTY="/dev/null"

# Use for Godot 2
GODOT2_OPTS="-r ${DISPLAY_WIDTH}x${DISPLAY_HEIGHT} -f"

Expand Down

0 comments on commit ebbe4e6

Please sign in to comment.