mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	Update src/video_core/gpu.cpp
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									9df67b2095
								
							
						
					
					
						commit
						ea09930196
					
				@ -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));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user