mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01: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) {
 | 
			
		||||
        case Request::Calc: {
 | 
			
		||||
            broker.PushNormalDataFromApplet(
 | 
			
		||||
                std::make_shared<IStorage>(std::move(std::vector<u8>{1})));
 | 
			
		||||
            broker.PushNormalDataFromApplet(std::make_shared<IStorage>(std::vector<u8>{1}));
 | 
			
		||||
            broker.SignalStateChanged();
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user