mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
9 lines
152 B
Batchfile
9 lines
152 B
Batchfile
:: Make sure we are connected
|
|
cd %~dp0tools\sc64\
|
|
sc64 --print-state
|
|
|
|
:: Boot the menu
|
|
sc64 --boot direct-rom %~dp0build\N64FlashcartMenu.z64
|
|
|
|
::pause
|