File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
- name : ' Build '
1
+ name : ' Run EmulationStation Script '
2
2
3
3
on :
4
4
push :
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
19
- # - name: Powershell script runner
20
- # run: .\prepare.ps1
21
-
22
19
- name : Install Dependencies
23
20
run : .\prepare.ps1 -installDependencies
24
21
Original file line number Diff line number Diff line change @@ -5,19 +5,11 @@ $global:ppssppInstallDir = $null
5
5
$global :yuzuInstallDir = $null
6
6
$global :rpcs3InstallDir = $null
7
7
$global :requirementsFolder = " $PSScriptRoot \requirements"
8
- # $global:retroarchExecutable = $null
9
- # $global:retroarchConfigPath = $null
10
8
$global :retroArchPath = " $env: userprofile \.emulationstation\systems\retroarch\"
11
- # $global:retroArchPath = $null
12
9
$global :retroarchExecutable = " $global :retroArchPath \retroarch.exe"
13
10
$global :retroarchConfigPath = " $global :retroArchPath \retroarch.cfg"
14
-
15
11
$global :coresPath = " $global :retroArchPath \cores"
16
12
$global :retroArchBinary = " $global :requirementsFolder \RetroArch.7z"
17
-
18
- # $global:coresPath = $null
19
- # $global:retroArchBinary = $null
20
- # $global:romPath = $null
21
13
$global :romPath = " $env: userprofile \.emulationstation\roms"
22
14
23
15
You can’t perform that action at this time.
0 commit comments