Fixed mode 80 on msx1 and cleaned boot messages.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
This commit is contained in:
parent
da35583307
commit
8d84a1e65c
13 changed files with 154 additions and 34 deletions
|
|
@ -33,7 +33,7 @@ proc night_flight_save_screenshot {{prefix_id 0}} {
|
|||
set file_prefix "$night_flight_prefix$night_flight_seperator"
|
||||
}
|
||||
screenshot -prefix $file_prefix
|
||||
return "Flight screenshot saved"
|
||||
return "mb::save flight screenshot"
|
||||
}
|
||||
|
||||
proc night_flight_save_video {{prefix_id 0}} {
|
||||
|
|
@ -47,7 +47,7 @@ proc night_flight_save_video {{prefix_id 0}} {
|
|||
}
|
||||
after quit "record stop"
|
||||
after time 1 "record start $night_flight_record_flag -prefix $file_prefix"
|
||||
return "Flight video started"
|
||||
return "mb::save flight video"
|
||||
}
|
||||
|
||||
if {[info exists ::env(NF_PREFIX)] && ([string trim $::env(NF_PREFIX)] != "")} {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue