mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Fix a bug where ma_default_vfs_open_w() is not being used.
This commit is contained in:
@@ -41142,6 +41142,7 @@ MA_API ma_result ma_default_vfs_init(ma_default_vfs* pVFS, const ma_allocation_c
|
||||
}
|
||||
|
||||
pVFS->cb.onOpen = ma_default_vfs_open;
|
||||
pVFS->cb.onOpenW = ma_default_vfs_open_w;
|
||||
pVFS->cb.onClose = ma_default_vfs_close;
|
||||
pVFS->cb.onRead = ma_default_vfs_read;
|
||||
pVFS->cb.onWrite = ma_default_vfs_write;
|
||||
|
||||
Reference in New Issue
Block a user