Update all calls to aaruf_open.

This commit is contained in:
2025-10-21 15:36:43 +01:00
parent bbcadedd7e
commit eae5514ce3
8 changed files with 34 additions and 34 deletions

View File

@@ -32,7 +32,7 @@ int read(const unsigned long long sector_no, const char *path)
uint8_t *data = NULL;
uint8_t sector_status = 0;
ctx = aaruf_open(path);
ctx = aaruf_open(path, false, NULL);
if(ctx == NULL)
{
@@ -85,7 +85,7 @@ int read_long(const unsigned long long sector_no, const char *path)
uint8_t *data = NULL;
uint8_t sector_status = 0;
ctx = aaruf_open(path);
ctx = aaruf_open(path, false, NULL);
if(ctx == NULL)
{