We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 067b77f + 6e21c0e commit b8ca6dfCopy full SHA for b8ca6df
test.ps1
@@ -14,7 +14,7 @@ if ($LASTEXITCODE -ne 0) { exit -1 }
14
Remove-Item -Path $log_file
15
16
"Starting the emulator..."
17
-& $mgba_cmd -l 16 -C logToFile=1 -C logFile=$log_file $test_rom_file &
+& $mgba_cmd -l 16 -C logLevel.gba.bios=0 -C logToFile=1 -C logFile=$log_file $test_rom_file &
18
if ($LASTEXITCODE -ne 0) { exit -1 }
19
20
"Sleeping for $sleep_time seconds..."
0 commit comments