mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
Merge branch 'develop' into seperate-config-folder-setting
This commit is contained in:
commit
a64a7bfdfc
@ -1,6 +1,6 @@
|
|||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
ARG SC64_DEPLOYER_VERSION=v2.18.0
|
ARG SC64_DEPLOYER_VERSION=v2.20.0
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
apt-get install build-essential doxygen git python3 wget -y && \
|
apt-get install build-essential doxygen git python3 wget -y && \
|
||||||
|
@ -8,11 +8,11 @@ You can use a dev container in VSCode to ease development.
|
|||||||
|
|
||||||
### To deploy:
|
### To deploy:
|
||||||
#### SC64
|
#### SC64
|
||||||
* Download the deployer [here](https://github.com/Polprzewodnikowy/SummerCart64/releases/download/v2.18.0/sc64-deployer-windows-v2.18.0.zip)
|
* Download the deployer [here](https://github.com/Polprzewodnikowy/SummerCart64/releases/download/v2.20.0/sc64-deployer-windows-v2.20.0.zip)
|
||||||
* Extract and place `sc64deployer.exe` in the `tools/sc64` directory.
|
* Extract and place `sc64deployer.exe` in the `tools/sc64` directory.
|
||||||
|
|
||||||
Make sure that your firmware is compatible (currently v2.18.0+)
|
Make sure that your firmware is compatible (currently v2.20.0+)
|
||||||
See: [here](https://github.com/Polprzewodnikowy/SummerCart64/blob/v2.18.0/docs/00_quick_startup_guide.md#firmware-backupupdate)
|
See: [here](https://github.com/Polprzewodnikowy/SummerCart64/blob/v2.20.0/docs/00_quick_startup_guide.md#firmware-backupupdate)
|
||||||
|
|
||||||
##### From the devcontainer
|
##### From the devcontainer
|
||||||
It is not currently possible to directly communicate with USB devices.
|
It is not currently possible to directly communicate with USB devices.
|
||||||
|
@ -7,7 +7,7 @@ static void draw (menu_t *menu, surface_t *d) {
|
|||||||
rdpq_clear(RGBA32(0x7F, 0x00, 0x00, 0xFF));
|
rdpq_clear(RGBA32(0x7F, 0x00, 0x00, 0xFF));
|
||||||
|
|
||||||
const char *firmware_message = (
|
const char *firmware_message = (
|
||||||
"Supported firmware versions:\n"
|
"Minimum supported firmware versions:\n"
|
||||||
"64drive: 2.05+\n"
|
"64drive: 2.05+\n"
|
||||||
"EverDrive-64: ???+\n"
|
"EverDrive-64: ???+\n"
|
||||||
"SummerCart64: 2.17.0+"
|
"SummerCart64: 2.17.0+"
|
||||||
|
Loading…
Reference in New Issue
Block a user