Skip to content

Commit 59d9f73

Browse files
committed
Clean up
1 parent ce49867 commit 59d9f73

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Diff for: .github/workflows/action.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Build'
1+
name: 'Run EmulationStation Script'
22

33
on:
44
push:
@@ -16,9 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
# - name: Powershell script runner
20-
# run: .\prepare.ps1
21-
2219
- name: Install Dependencies
2320
run: .\prepare.ps1 -installDependencies
2421

Diff for: prepare.ps1

-8
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@ $global:ppssppInstallDir = $null
55
$global:yuzuInstallDir = $null
66
$global:rpcs3InstallDir = $null
77
$global:requirementsFolder = "$PSScriptRoot\requirements"
8-
# $global:retroarchExecutable = $null
9-
# $global:retroarchConfigPath = $null
108
$global:retroArchPath = "$env:userprofile\.emulationstation\systems\retroarch\"
11-
# $global:retroArchPath = $null
129
$global:retroarchExecutable = "$global:retroArchPath\retroarch.exe"
1310
$global:retroarchConfigPath = "$global:retroArchPath\retroarch.cfg"
14-
1511
$global:coresPath = "$global:retroArchPath\cores"
1612
$global:retroArchBinary = "$global:requirementsFolder\RetroArch.7z"
17-
18-
# $global:coresPath = $null
19-
# $global:retroArchBinary = $null
20-
# $global:romPath = $null
2113
$global:romPath = "$env:userprofile\.emulationstation\roms"
2214

2315

0 commit comments

Comments
 (0)