Skip to content

Commit

Permalink
Consistent ordering of storage settings across targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Jul 17, 2024
1 parent 42b655f commit 27d05ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions components/retro-go/targets/esplay-micro/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

// Storage
#define RG_STORAGE_ROOT "/sd"
#define RG_STORAGE_SDMMC_HOST SDMMC_HOST_SLOT_1
#define RG_STORAGE_SDMMC_SPEED SDMMC_FREQ_DEFAULT
// #define RG_STORAGE_SDSPI_HOST SPI2_HOST
// #define RG_STORAGE_SDSPI_SPEED SDMMC_FREQ_DEFAULT
#define RG_STORAGE_SDMMC_HOST SDMMC_HOST_SLOT_1
#define RG_STORAGE_SDMMC_SPEED SDMMC_FREQ_DEFAULT
// #define RG_STORAGE_FLASH_PARTITION "vfs"

// Audio
Expand Down
4 changes: 2 additions & 2 deletions components/retro-go/targets/esplay-s3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

// Storage
#define RG_STORAGE_ROOT "/sd"
#define RG_STORAGE_SDMMC_HOST SDMMC_HOST_SLOT_1
#define RG_STORAGE_SDMMC_SPEED SDMMC_FREQ_DEFAULT
// #define RG_STORAGE_SDSPI_HOST SPI2_HOST
// #define RG_STORAGE_SDSPI_SPEED SDMMC_FREQ_DEFAULT
#define RG_STORAGE_SDMMC_HOST SDMMC_HOST_SLOT_1
#define RG_STORAGE_SDMMC_SPEED SDMMC_FREQ_DEFAULT
// #define RG_STORAGE_FLASH_PARTITION "vfs"

// Audio
Expand Down
4 changes: 2 additions & 2 deletions components/retro-go/targets/mrgc-g32/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

// Storage
#define RG_STORAGE_ROOT "/sd"
#define RG_STORAGE_SDMMC_HOST SDMMC_HOST_SLOT_1
#define RG_STORAGE_SDMMC_SPEED SDMMC_FREQ_DEFAULT
// #define RG_STORAGE_SDSPI_HOST SPI2_HOST
// #define RG_STORAGE_SDSPI_SPEED SDMMC_FREQ_DEFAULT
#define RG_STORAGE_SDMMC_HOST SDMMC_HOST_SLOT_1
#define RG_STORAGE_SDMMC_SPEED SDMMC_FREQ_DEFAULT
// #define RG_STORAGE_FLASH_PARTITION "vfs"

// Audio
Expand Down
4 changes: 2 additions & 2 deletions components/retro-go/targets/mrgc-gbm/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

// Storage
#define RG_STORAGE_ROOT "/sd"
#define RG_STORAGE_SDMMC_HOST SDMMC_HOST_SLOT_1
#define RG_STORAGE_SDMMC_SPEED SDMMC_FREQ_DEFAULT
// #define RG_STORAGE_SDSPI_HOST SPI2_HOST
// #define RG_STORAGE_SDSPI_SPEED SDMMC_FREQ_DEFAULT
#define RG_STORAGE_SDMMC_HOST SDMMC_HOST_SLOT_1
#define RG_STORAGE_SDMMC_SPEED SDMMC_FREQ_DEFAULT
// #define RG_STORAGE_FLASH_PARTITION "vfs"

// Audio
Expand Down

0 comments on commit 27d05ee

Please sign in to comment.