MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / get_buffer

Method get_buffer

ps3fw/cellAudio.cpp:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197float* audio_ringbuffer::get_buffer(u32 num) const
198{
199 AUDIT(num < cfg.num_allocated_buffers);
200 AUDIT(buffer[num]);
201 return buffer[num].get();
202}
203
204u32 audio_ringbuffer::backend_write_callback(u32 size, void* buf)
205{

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected