mirror of
https://github.com/encounter/aurora.git
synced 2025-12-18 01:15:31 +00:00
Specify binary mode when reopening card file
This commit is contained in:
@@ -524,6 +524,11 @@ public:
|
||||
*/
|
||||
void close();
|
||||
|
||||
/**
|
||||
* @brief Access host filename of card
|
||||
*/
|
||||
const SystemString& cardFilename() const { return m_filename; }
|
||||
|
||||
/**
|
||||
* @brief Gets card-scope error state
|
||||
* @return READY, BROKEN, or NOCARD
|
||||
|
||||
Reference in New Issue
Block a user