Skip to content

Commit

Permalink
Phillips CDi and Symlink fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dm2912 committed Jun 30, 2022
1 parent d751227 commit 984eeda
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 0 deletions.
1 change: 0 additions & 1 deletion assets/backgrounds/default/auto-verticalarcade.jpg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/backgrounds/default/convert-symlink.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
counter=0
until [ $counter -gt 250 ]
do
echo -n "Filename : "
read filename
cp --remove-destination `readlink ${filename}.jpg` ${filename}.jpg
((counter++))
done
Binary file modified assets/backgrounds/default/donkeykong.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/backgrounds/default/genre-action.jpg

This file was deleted.

Binary file added assets/backgrounds/default/genre-action.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/backgrounds/default/genre-compilation.jpg

This file was deleted.

Binary file added assets/backgrounds/default/genre-compilation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/backgrounds/default/genre-platform.jpg

This file was deleted.

Binary file added assets/backgrounds/default/genre-platform.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/backgrounds/default/genre-racing.jpg

This file was deleted.

Binary file added assets/backgrounds/default/genre-racing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/backgrounds/default/genre-roleplaying.jpg

This file was deleted.

Binary file added assets/backgrounds/default/genre-roleplaying.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/backgrounds/default/genre-shooter.jpg

This file was deleted.

Binary file added assets/backgrounds/default/genre-shooter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/backgrounds/default/genre-sport.jpg

This file was deleted.

Binary file added assets/backgrounds/default/genre-sport.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/backgrounds/default/genre-various.jpg

This file was deleted.

Binary file added assets/backgrounds/default/genre-various.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logos/console/cdi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 984eeda

Please sign in to comment.