forked from eden-emu/eden
hle: rename legacy errors to Results
This commit is contained in:
parent
0c4bb90be2
commit
ea36f70e02
35 changed files with 169 additions and 183 deletions
|
@ -46,7 +46,7 @@ Result Out::AppendBuffer(const AudioOutBuffer& buffer, const u64 tag) {
|
|||
if (system.AppendBuffer(buffer, tag)) {
|
||||
return ResultSuccess;
|
||||
}
|
||||
return Service::Audio::ERR_BUFFER_COUNT_EXCEEDED;
|
||||
return Service::Audio::ResultBufferCountReached;
|
||||
}
|
||||
|
||||
void Out::ReleaseAndRegisterBuffers() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue