We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b290e commit 820aabaCopy full SHA for 820aaba
1 file changed
libretro.c
@@ -735,8 +735,6 @@ static void update_input(void)
735
}
736
737
738
-
739
740
/************************************
741
* libretro implementation
742
************************************/
@@ -1033,8 +1031,6 @@ unsigned retro_api_version(void)
1033
1031
return RETRO_API_VERSION;
1034
1032
1035
1036
-/* Pack EEPROM uint16_t arrays into the save buffer (big-endian).
1037
- * Called before the frontend reads save data. */
1038
/* Pack eeprom_ram[] into the save buffer (big-endian byte order).
1039
* Called on every EEPROM write via eeprom_dirty_cb so the buffer
1040
* is always up-to-date for frontends that cache the pointer. */
0 commit comments