mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-12 11:08:46 +00:00
Update cam.cpp
This commit is contained in:
parent
16ee551fed
commit
1e86e94161
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ void CAMService::setFrameRate(u32 messagePointer) {
|
||||||
mem.write32(messagePointer + 4, Result::Success);
|
mem.write32(messagePointer + 4, Result::Success);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Algorithm taken from Citra
|
// Algorithm taken from Citra
|
||||||
// https://github.com/citra-emu/citra/blob/master/src/core/hle/service/cam/cam.cpp#L465
|
// https://github.com/citra-emu/citra/blob/master/src/core/hle/service/cam/cam.cpp#L465
|
||||||
void CAMService::getMaxLines(u32 messagePointer) {
|
void CAMService::getMaxLines(u32 messagePointer) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue