mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Work on demuxer, ffmpeg libs linked
This commit is contained in:
parent
8df7f49b55
commit
a14276abf1
7 changed files with 725 additions and 34 deletions
|
@ -298,7 +298,7 @@ int cellAudioInit()
|
|||
m_config.m_indexes = Memory.Alloc(sizeof(u64) * m_config.AUDIO_PORT_COUNT, 16);
|
||||
memset(Memory + m_config.m_indexes, 0, sizeof(u64) * m_config.AUDIO_PORT_COUNT);
|
||||
|
||||
thread t("AudioThread", []()
|
||||
thread t("Audio Thread", []()
|
||||
{
|
||||
WAVHeader header(2); // WAV file header (stereo)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue