mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
fix sc64deployer commands
This commit is contained in:
parent
48da3bc912
commit
688bec6ba2
@ -4,13 +4,17 @@ cd %~dp0tools\sc64\
|
|||||||
|
|
||||||
:: Make sure we are connected
|
:: Make sure we are connected
|
||||||
echo Detecting SC64...
|
echo Detecting SC64...
|
||||||
sc64deployer --print-state
|
sc64deployer list
|
||||||
|
|
||||||
|
:: Get the information
|
||||||
|
echo SC64 info...
|
||||||
|
sc64deployer info
|
||||||
|
|
||||||
echo:
|
echo:
|
||||||
echo:
|
echo:
|
||||||
:: Load the ROM
|
:: Load the ROM
|
||||||
echo Loading ROM...
|
echo Loading ROM...
|
||||||
sc64deployer --boot direct-rom %~dp0output\N64FlashcartMenu.z64
|
sc64deployer upload %~dp0output\N64FlashcartMenu.z64
|
||||||
|
|
||||||
echo:
|
echo:
|
||||||
echo:
|
echo:
|
||||||
|
Loading…
Reference in New Issue
Block a user