Skip to content

Commit

Permalink
Version 0.7 beta released
Browse files Browse the repository at this point in the history
  • Loading branch information
oomek committed Nov 30, 2019
1 parent 38e4c77 commit ee581d7
Show file tree
Hide file tree
Showing 60 changed files with 3,240 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Ambience HD/config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// If you have any additional buttons in your arcade machine
// this section defines the names and positions of the button labels
// shown on the bottom bar when it's enabled in Layout Settings.
// You can add, edit, or remove entries.
//
// usage: [index] = ["Label", X position in 0-1 range],
config_button_labels <-
{
[1] = ["TAGS", 0.40],
[2] = ["FAVOURITE", 0.50],
[3] = ["POWER", 0.60],
}
// This section defines entries and it's commands and arguments
// that are shown in the exit overlay menu.
// You can add, edit, or remove entries.
// The default commands are Windows speciffic
//
// usage: [index] = ["Label", @"command", @"arguments"],

config_power_menu <-
{
[1] = ["Sleep", @"rundll32.exe", @"powrprof.dll, SetSuspendState 0,1,0"],
[2] = ["Shut Down", @"shutdown", @"/s /t 0"],
[3] = ["Restart", @"shutdown", @"/r /t 0"],
}
Binary file not shown.
Binary file not shown.
Binary file added Ambience HD/images/background.png
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 Ambience HD/images/black.png
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 Ambience HD/images/frames/frame2.100.256.png
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 Ambience HD/images/frames/frame2.20.256.png
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 Ambience HD/images/icon-copy.png
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 Ambience HD/images/icon-fav-yellow2.png
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 Ambience HD/images/icon-genre.png
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 Ambience HD/images/icon-stick.png
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 Ambience HD/images/logos/Arcade.png
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 Ambience HD/images/logos/MAME.png
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 Ambience HD/images/logos/NES.png
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 Ambience HD/images/logos/Nintendo 64.png
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 Ambience HD/images/logos/SNES.png
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 Ambience HD/images/logos/Sega Dereamcast.png
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 Ambience HD/images/logos/Sega Genesis.png
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 Ambience HD/images/shadowHbotM.png
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 Ambience HD/images/shadowHtopM.png
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 Ambience HD/images/white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ee581d7

Please sign in to comment.