Skip to content

Commit c131752

Browse files
committed
renaming [skip ci]
1 parent da97b67 commit c131752

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

archive_later/vpinballx-bgfx/component_functions.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
vpinball_config="$XDG_CONFIG_HOME/vpinballx/VPinballX.ini"
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"vpinballx-bgfx": {
3-
"name": "Visual Pinball X",
2+
"vpinballx": {
3+
"name": "Visual Pinball X - BGFX",
44
"url_rdwiki": "https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/vpinball-x/vpinball-x-guide/",
55
"url_webpage": "https://www.vpforums.org/",
66
"url_source": "https://github.com/vpinball/vpinball",
77
"component_type": "Engine",
88
"description": "Visual Pinball X (vpx) is an virtual pinball (vpinball) engine that simulates pinball tables.",
9-
"system_friendly_name": "Visual Pinball X",
9+
"system_friendly_name": "Visual Pinball X - BGFX",
1010
"system": "vpinball"
1111
}
12-
}
12+
}

archive_later/vpinballx-bgfx/component_prepare.sh renamed to archive_later/vpinballx/component_prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ if [[ "$action" == "reset" ]]; then # Run reset-only commands
1010
log i "----------------------"
1111

1212
# Apparently vpinballx-bgfx cannot create the folder by itself
13-
create_dir "$XDG_CONFIG_HOME/vpinballx-bgfx/.vpinball/user/"
13+
create_dir "$XDG_CONFIG_HOME/vpinballx/.vpinball/user/"
1414
fi

archive_later/vpinballx-bgfx/component_recipe.json renamed to archive_later/vpinballx/component_recipe.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"vpinballx-bgfx": [
2+
"vpinballx": [
33
{
44
"source_url": "https://github.com/vpinball/vpinball/releases/download/{VERSION}/VPinballX_BGFX-*-linux-x64-Release.zip",
55
"source_type": "github_release",
@@ -174,4 +174,4 @@
174174
]
175175
}
176176
]
177-
}
177+
}
File renamed without changes.

archive_later/vpinballx-bgfx/rd_config/gamecontrollerdb.txt renamed to archive_later/vpinballx/rd_config/gamecontrollerdb.txt

File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"xenia": {
3-
"name": "Xenia",
3+
"name": "Xenia Edge",
44
"url_rdwiki": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/xenia/xenia-guide/",
55
"url_webpage": "https://xenia.jp/",
6-
"url_source": "https://github.com/xenia-project/xenia",
6+
"url_source": "https://github.com/has207/xenia-edge/",
77
"component_type": "Emulator",
8-
"description": "Xenia is a Microsoft Xbox 360 (xbox360) emulator.",
8+
"description": "Xenia Edge is a Microsoft Xbox 360 (xbox360) emulator.",
99
"system_friendly_name": "Xbox 360",
1010
"system": "xbox360"
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)