Chicken test

This commit is contained in:
2026-06-16 11:19:29 +01:00
parent 2a8d524938
commit c3070ed046
5 changed files with 55 additions and 6 deletions
+1 -2
View File
@@ -71,8 +71,7 @@ run_pcsx2() {
echo "Running PCSX2: $pcsx2_cmd -elf $target_file"
nohup "${pcsx2_args[@]}" -elf "$target_file" > /dev/null 2>&1 &
disown
"${pcsx2_args[@]}" -elf "$target_file"
}
run_pcsx2