mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-11 09:38:41 +12:00
HLE DSP: Formatting
This commit is contained in:
parent
1cc3bbf68d
commit
ea6818eb4b
2 changed files with 7 additions and 7 deletions
|
@ -108,7 +108,7 @@ namespace Audio {
|
|||
|
||||
u16 HLE_DSP::recvData(u32 regId) {
|
||||
if (regId != 0) {
|
||||
Helpers::panic("Audio: invalid register in null frontend");
|
||||
Helpers::panic("Audio: invalid register in HLE frontend");
|
||||
}
|
||||
|
||||
return dspState == DSPState::On;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue