The compiled BOOTX64.EFI program must be placed in the EFI/BOOT/ directory of an EFI partition on a disk using a GPT. <br>
The program can be run by entering the firmware settings, turning off secure boot, and selecting the disk as the device to boot from.
## Built in Options
### Hardware upscaling
When hardware upscaling is on, the program will use the application processors of the machine to quickly render the game buffer into the target 1024x1024 buffer. Otherwise if off, the program will simply output the 256x256 buffer to the screen.
```
UPSCALE_MODE DQ 00H ;0 FOR MULTI-CORE HARDWARE UPSCALED IMAGE OUTPUT, 1 FOR NO UPSCALING
```
### Hitboxes
Show hitboxes. (Only useful when hardware upscaling is turned on)
```
SHOW_HITBOX DQ 00H ;1 TO SHOW HIT BOXES
```
### Debug
Show debug information on the console. Control input, column count.
```
JMP DEBUGSKIP ;Comment this line to show debug info on the console