nw::snd::HioSoundArchive::Open Member Function#include <nw/snd/snd_HioSoundArchive.h>
bool Open(
const char * filePath
);
| Name | Description | |
|---|---|---|
| in | filePath |
The file path in the ROM file system. |
Opens the sound archive file on the host PC.
To use the opened sound archive, you must load the sound archive header by calling LoadHeader.
CONFIDENTIAL