Browse Source
Update src/video_core/gpu.cpp
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
pull/15/merge
bunnei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/gpu.cpp
|
|
@ -368,7 +368,7 @@ void GPU::ProcessBindMethod(const MethodCall& method_call) { |
|
|
dma_pusher->BindSubchannel(kepler_memory.get(), method_call.subchannel); |
|
|
dma_pusher->BindSubchannel(kepler_memory.get(), method_call.subchannel); |
|
|
break; |
|
|
break; |
|
|
default: |
|
|
default: |
|
|
UNIMPLEMENTED_MSG("Unimplemented engine"); |
|
|
|
|
|
|
|
|
UNIMPLEMENTED_MSG("Unimplemented engine {:04X}", static_cast<u32>(engine_id)); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|