Skip to content

Commit

Permalink
Revert "[OSD history] try writing to mc1: first, like OSDSYS"
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Jul 2, 2024
1 parent 9116415 commit e2e9e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OSDHistory.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ int AddHistoryRecord(const char *name)
char path[32];
DEBUG_PRINTF("OSDHistory@%s: starts\n", __func__);

for (i = 1; i >= 0; i--) { // increase number of slots for mt (not sure how multi tap works haven’t looked at docs ie mc0 - mc4 ?)
for (i = 0; i < 2; i++) { // increase number of slots for mt (not sure how multi tap works haven’t looked at docs ie mc0 - mc4 ?)
mcGetInfo(i, 0, &mcType, NULL, &format);
mcSync(0, NULL, &result);
DEBUG_PRINTF("\tslot=%d, mctype=%d, format=%d\n", i, mcType, format);
Expand Down

0 comments on commit e2e9e7c

Please sign in to comment.