docs: update ROM test paths and envs
This commit is contained in:
@@ -4,11 +4,15 @@
|
||||
param(
|
||||
[string]$YazeBin = "build-windows\bin\Debug\yaze.exe",
|
||||
[string]$Z3edBin = "build-windows\bin\Debug\z3ed.exe",
|
||||
[string]$TestRom = "zelda3.sfc"
|
||||
[string]$TestRom = $env:YAZE_TEST_ROM_VANILLA
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Continue"
|
||||
|
||||
if (-not $TestRom) {
|
||||
$TestRom = "roms\alttp_vanilla.sfc"
|
||||
}
|
||||
|
||||
function Write-Header {
|
||||
Write-Host "`n╔════════════════════════════════════════════════════════════════╗" -ForegroundColor Cyan
|
||||
Write-Host "║ YAZE AI Features Test Suite (Windows) ║" -ForegroundColor Cyan
|
||||
|
||||
Reference in New Issue
Block a user