mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
029e1cf638
* build against libdragon unstable * remove libPng * Fix build warnings * Add remote deploy * Switch to ubuntu latest image * Improve readme
26 lines
452 B
Batchfile
26 lines
452 B
Batchfile
@echo off
|
|
|
|
:: Make sure we are connected
|
|
echo Detecting SC64...
|
|
%~dp0tools\sc64\sc64deployer list
|
|
|
|
:: Get the information
|
|
echo SC64 info...
|
|
%~dp0tools\sc64\sc64deployer info
|
|
|
|
echo:
|
|
echo:
|
|
:: Load the ROM
|
|
echo Loading ROM...
|
|
%~dp0tools\sc64\sc64deployer upload %~dp0output\N64FlashcartMenu.z64
|
|
|
|
echo:
|
|
echo:
|
|
:: Toggle the power of the N64 to boot the ROM.
|
|
echo !!! Now toggle power to the N64 !!!
|
|
echo:
|
|
echo:
|
|
::pause
|
|
|
|
::%~dp0tools\sc64\sc64deployer debug
|