Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Francommit committed May 16, 2024
1 parent ce49867 commit 59d9f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Build'
name: 'Run EmulationStation Script'

on:
push:
Expand All @@ -16,9 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4

# - name: Powershell script runner
# run: .\prepare.ps1

- name: Install Dependencies
run: .\prepare.ps1 -installDependencies

Expand Down
8 changes: 0 additions & 8 deletions prepare.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@ $global:ppssppInstallDir = $null
$global:yuzuInstallDir = $null
$global:rpcs3InstallDir = $null
$global:requirementsFolder = "$PSScriptRoot\requirements"
# $global:retroarchExecutable = $null
# $global:retroarchConfigPath = $null
$global:retroArchPath = "$env:userprofile\.emulationstation\systems\retroarch\"
# $global:retroArchPath = $null
$global:retroarchExecutable = "$global:retroArchPath\retroarch.exe"
$global:retroarchConfigPath = "$global:retroArchPath\retroarch.cfg"

$global:coresPath = "$global:retroArchPath\cores"
$global:retroArchBinary = "$global:requirementsFolder\RetroArch.7z"

# $global:coresPath = $null
# $global:retroArchBinary = $null
# $global:romPath = $null
$global:romPath = "$env:userprofile\.emulationstation\roms"


Expand Down

0 comments on commit 59d9f73

Please sign in to comment.