mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #4527 from lioncash/pessimizing2
software_keyboard: Resolve a pessimizing move warning
This commit is contained in:
		
						commit
						e6f9231ef0
					
				@ -122,8 +122,7 @@ void SoftwareKeyboard::ExecuteInteractive() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        switch (request) {
 | 
					        switch (request) {
 | 
				
			||||||
        case Request::Calc: {
 | 
					        case Request::Calc: {
 | 
				
			||||||
            broker.PushNormalDataFromApplet(
 | 
					            broker.PushNormalDataFromApplet(std::make_shared<IStorage>(std::vector<u8>{1}));
 | 
				
			||||||
                std::make_shared<IStorage>(std::move(std::vector<u8>{1})));
 | 
					 | 
				
			||||||
            broker.SignalStateChanged();
 | 
					            broker.SignalStateChanged();
 | 
				
			||||||
            break;
 | 
					            break;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user