Skip to content

Commit 820aaba

Browse files
JoeMattclaude
andcommitted
Clean up duplicate comment and extra blank lines
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 51b290e commit 820aaba

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

libretro.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,6 @@ static void update_input(void)
735735
}
736736
}
737737

738-
739-
740738
/************************************
741739
* libretro implementation
742740
************************************/
@@ -1033,8 +1031,6 @@ unsigned retro_api_version(void)
10331031
return RETRO_API_VERSION;
10341032
}
10351033

1036-
/* Pack EEPROM uint16_t arrays into the save buffer (big-endian).
1037-
* Called before the frontend reads save data. */
10381034
/* Pack eeprom_ram[] into the save buffer (big-endian byte order).
10391035
* Called on every EEPROM write via eeprom_dirty_cb so the buffer
10401036
* is always up-to-date for frontends that cache the pointer. */

0 commit comments

Comments
 (0)