This commit is contained in:
Nekotekina 2016-05-13 16:55:34 +03:00
parent 38c444cfa1
commit e2d82394f6
156 changed files with 2228 additions and 1616 deletions

View file

@ -3,7 +3,7 @@
#include "libsnd3.h"
LOG_CHANNEL(libsnd3);
logs::channel libsnd3("libsnd3", logs::level::notice);
s32 cellSnd3Init(u32 maxVoice, u32 samples, vm::ptr<CellSnd3RequestQueueCtx> queue)
{