Travis fix

This commit is contained in:
Flyinghead 2019-07-30 19:31:35 +02:00
parent 6059831ec7
commit 7eaf89a7f2
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
language: android
dist: trusty
android:
components:
- platform-tools

View File

@ -630,7 +630,7 @@ static void reios_boot()
}
else {
if (settings.platform.system == DC_PLATFORM_DREAMCAST) {
if (reios_boot_filename == NULL || !reios_locate_bootfile(reios_boot_filename))
if (reios_boot_filename[0] == '\0' || !reios_locate_bootfile(reios_boot_filename))
msgboxf("Failed to locate bootfile %s", MBX_ICONERROR, reios_boot_filename);
reios_setup_state(0xac008300);
}