mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-19 13:25:14 +00:00
Fix fxo dependencies
This commit is contained in:
parent
47fcb9562f
commit
907e0fa8c8
8 changed files with 45 additions and 17 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include "Emu/Cell/PPUModule.h"
|
||||
#include "Emu/Cell/lv2/sys_process.h"
|
||||
#include "Emu/Cell/lv2/sys_event.h"
|
||||
#include "Emu/Cell/Modules/cellAudioOut.h"
|
||||
#include "cellAudio.h"
|
||||
#include "util/video_provider.h"
|
||||
|
||||
|
|
@ -677,6 +678,9 @@ void cell_audio_thread::reset_counters()
|
|||
|
||||
cell_audio_thread::cell_audio_thread()
|
||||
{
|
||||
// Initialize dependencies
|
||||
g_fxo->need<audio_out_configuration>();
|
||||
|
||||
// Initialize loop variables (regardless of provider in order to initialize timestamps)
|
||||
reset_counters();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue