]> git.ozlabs.org Git - petitboot/blobdiff - petitboot.c
Add define for boot-game-os binary
[petitboot] / petitboot.c
index fc72fd8103c95f2c59bc235ccf36fa49a394597f..0b6828b55847e79d38a96c20ecf5a16393232844 100644 (file)
@@ -791,7 +791,7 @@ twin_bool_t pboot_event_filter(twin_screen_t            *screen,
                /* Another gross hack for booting back to gameos */
                case KEY_BACKSPACE:
                case KEY_DELETE:
-                       system("boot-game-os");
+                       system(BOOT_GAMEOS_BIN);
                        pboot_quit();
                }
        case TwinEventKeyUp: