mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Fix DSP::ForceHeadphoneOut
This commit is contained in:
parent
cc669d7cab
commit
bdb467d09f
1 changed files with 1 additions and 4 deletions
|
@ -283,10 +283,7 @@ void DSPService::invalidateDCache(u32 messagePointer) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DSPService::forceHeadphoneOut(u32 messagePointer) {
|
void DSPService::forceHeadphoneOut(u32 messagePointer) {
|
||||||
const bool force = mem.read8(messagePointer + 4) != 0;
|
headphonesInserted = mem.read8(messagePointer + 4) != 0;
|
||||||
if (force) {
|
|
||||||
headphonesInserted = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
log("DSP::ForceHeadphoneOut\n");
|
log("DSP::ForceHeadphoneOut\n");
|
||||||
mem.write32(messagePointer, IPC::responseHeader(0x20, 1, 0));
|
mem.write32(messagePointer, IPC::responseHeader(0x20, 1, 0));
|
||||||
|
|
Loading…
Add table
Reference in a new issue