Add CMemoryCardDriver::UpdateCardProbe

Former-commit-id: 0a7858ac6b
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-11 12:41:19 +03:00
parent f641b5704c
commit 3218c6bd2f
2 changed files with 42 additions and 3 deletions

View File

@@ -26,8 +26,8 @@ struct FileHandle {
struct ProbeResults {
ECardResult x0_error;
uint x4_cardSize; /* in megabits */
uint x8_sectorSize; /* in bytes */
int x4_cardSize; /* in megabits */
int x8_sectorSize; /* in bytes */
};
class CMemoryCardSys {