Skip to content

Commit

Permalink
- Leftovers before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Extrems committed Aug 6, 2024
1 parent 88139bf commit 87d4a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cube/swiss/source/config/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ int config_update_game(ConfigEntry* entry, bool checkConfigDevice) {
}

static char emulateReadSpeedEntries[][4] = {"GQSD", "GQSE", "GQSF", "GQSI", "GQSP", "GQSS", "GTOJ"};
static char emulateEthernetEntries[][4] = {"DPSJ", "GHEJ", "GKYE", "GKYJ", "GKYP", "GM4E", "GM4J", "GM4P", "GPJJ", "GPOE", "GPOJ", "GPOP", "GPSE", "GPSJ", "GPSP", "GTEE", "GTEJ", "GTEP", "GTEW", "PHEJ"};
static char emulateEthernetEntries[][4] = {"DPSJ", "GHEE", "GHEJ", "GKYE", "GKYJ", "GKYP", "GM4E", "GM4J", "GM4P", "GPJJ", "GPOE", "GPOJ", "GPOP", "GPSE", "GPSJ", "GPSP", "GTEE", "GTEJ", "GTEP", "GTEW", "PHEJ"};

void config_defaults(ConfigEntry *entry) {
strcpy(entry->comment, "No Comment");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ s64 deviceHandler_Flippy_seekFile(file_handle* file, s64 where, u32 type) {

static u32 defaultFlags(file_handle* file) {
if(endsWith(file->name,".gcm") || endsWith(file->name,".iso") || endsWith(file->name,".tgc"))
return 0;
return FLIPPY_FLAG_DISABLE_DVDSPEED;
return FLIPPY_FLAG_DEFAULT;
}

Expand Down

0 comments on commit 87d4a5e

Please sign in to comment.